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