summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/nomad/FDIONOMAD/defaults.yaml
blob: b0f1ae37021ad0c25e57b469f684d05b36a40d69 (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
26
27
28
29
30
31
---
templates:
  - constraints:
      - ltarget: "^${attr.cpu.arch}"
        operand: "="
        rtarget: "arm64"
      - ltarget: "^${node.class}"
        operand: "="
        rtarget: "builder"
    datacenters: "yul1"
    cpu: 24000
    memory: 24000
    disk: 3000
    priority: 50
    idleTerminationInMinutes: 10
    numExecutors: 1
    prefixCmd: ""
    forcePull: true
    hostVolumes: ""
    privileged: true
    reusable: false
    useRawExec: false
    network: "bridge"
    region: "global"
    remoteFs: "/w"
    username: "fdionomad"
    password: "hidden"
    capAdd: ""
    capDrop: ""
    securityOpt: ""
    extraHosts: ""