summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/nomad/FDIONOMAD/builder-centos8-test-x86_64.yaml
blob: e6fe1df6c7c54dfb124984c95b2b730d72b3a0ff (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"
    cpu: 14000
    image: "fdiotools/builder-centos8:test-x86_64"
    labels: "builder-centos8-test-x86_64"
    memory: 14000
    prefix: "builder-centos8-test-x86_64"
    hostVolumes: "/tmp/ccache:/scratch/ccache"