summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/nomad/FDIONOMAD/csit-builder-ubuntu2204-prod-aarch64.yaml
blob: 4b43d6b75d21c5802480f5cbb6dbb7bbe937aee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
templates:
  - constraints:
      - ltarget: "^${attr.cpu.arch}"
        operand: "="
        rtarget: "arm64"
      - ltarget: "^${node.class}"
        operand: "="
        rtarget: "csitarm"
    image: "fdiotools/builder-ubuntu2204:prod-aarch64"
    labels: "csit-builder-ubuntu2204-prod-aarch64"
    prefix: "csit-builder-ubuntu2204-prod-aarch64"
    hostVolumes: "/tmp/ccache.ubuntu2204:/scratch/ccache"