summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/nomad/FDIONOMAD/csit-builder-ubuntu2204-prod-aarch64.yaml
blob: d13b9b150f95884107156e0a0292af25c1d04895 (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,/scratch/nomad:/scratch/nomad:ro"