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