blob: 16311e8779de645e4b2fb9faf956d80a4e5adbb3 (
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
32
33
34
|
---
Job:
Constraints:
- LTarget: ^${attr.cpu.arch}
Operand: =
RTarget: amd64
- LTarget: ^${node.class}
Operand: =
RTarget: builder
TaskGroups:
- Name: jenkins-worker-taskgroup
Tasks:
- Name: jenkins-worker
Config:
args:
- -cp
- /local/slave.jar
- hudson.remoting.jnlp.Main
- -headless
- -url
- https://jenkins.fd.io/sandbox
- -workDir
- /w/
- '%WORKER_SECRET%'
- '%WORKER_NAME%'
image: fdiotools/builder-ubuntu2404:sandbox-x86_64
volumes:
- /tmp/ccache.ubuntu2404:/scratch/ccache
- /scratch/nomad:/scratch/nomad:ro
Resources:
CPU: 4000
MemoryMB: 4096
Artifacts:
- GetterSource: https://jenkins.fd.io/sandbox/jnlpJars/slave.jar
|