summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/nomad/FDIONOMAD/defaults.yaml
blob: cfd15479f85f6192c3e8fdef8aacbe1ba32edb13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
templates:
  - constraints:
      - ltarget: "^${attr.cpu.arch}"
        operand: "="
        rtarget: "arm64"
      - ltarget: "^${node.class}"
        operand: "="
        rtarget: "builder"
    datacenters: "yul1"
    cpu: 6000
    memory: 10000
    disk: 3000
    priority: 50
    idleTerminationInMinutes: 10
    numExecutors: 1
    forcePull: true
    privileged: true
    reusable: false
    useRawExec: false
    network: "bridge"
    region: "global"
    remoteFs: "/w"
    username: "fdionomad"
    password: "hidden"