summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/nomad/FDIONOMAD/builder-debian11-sandbox-x86_64-jobtemplate.yaml
blob: f41b11eb9c379cc6af7db0d4f6aca6cbb420d9c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
Job:
  Contstraints:
    - LTarget: ^${attr.cpu.arch}
      Operand: =
      RTarget: amd64
    - LTarget: ^${node.class}
      Operand: =
      RTarget: builder
  TaskGroups:
    - Name: jenkins-worker-taskgroup
      Tasks:
        - Name: jenkins-worker
          Config:
            image: fdiotools/builder-debian11:sandbox-x86_64
            volumes:
              - /tmp/ccache.debian11:/scratch/ccache
              - /scratch/nomad:/scratch/nomad:ro