blob: 1baef1d70c872fafc4c8b756bf3fc7ec472a0d78 (
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
|
---
Job:
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-ubuntu2204:sandbox-aarch64
volumes:
- /tmp/ccache.ubuntu2204:/scratch/ccache
- /scratch/nomad:/scratch/nomad:ro
Resources:
CPU: 8000
MemoryMB: 8192
Artifacts:
- GetterSource: https://jenkins.fd.io/sandbox/jnlpJars/slave.jar
|