blob: 33a3349d1b6212c6ac665f8ef0091b5b44da91d9 (
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: 6000
memory: 10000
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: ""
|