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