blob: 87e2ee0dedb07ae472f414c8cfa3747b8b4e263e (
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: "/scratch/nomad:/scratch/nomad:ro"
privileged: true
reusable: false
useRawExec: false
network: "bridge"
region: "global"
remoteFs: "/w"
username: "fdionomad"
password: "hidden"
capAdd: ""
capDrop: ""
securityOpt: ""
extraHosts: ""
|