summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/nomad/FDIONOMAD/hst-ubuntu2204-sandbox-x86_64-jobtemplate.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins-config/clouds/nomad/FDIONOMAD/hst-ubuntu2204-sandbox-x86_64-jobtemplate.yaml')
-rw-r--r--jenkins-config/clouds/nomad/FDIONOMAD/hst-ubuntu2204-sandbox-x86_64-jobtemplate.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/jenkins-config/clouds/nomad/FDIONOMAD/hst-ubuntu2204-sandbox-x86_64-jobtemplate.yaml b/jenkins-config/clouds/nomad/FDIONOMAD/hst-ubuntu2204-sandbox-x86_64-jobtemplate.yaml
new file mode 100644
index 00000000..b74f5f54
--- /dev/null
+++ b/jenkins-config/clouds/nomad/FDIONOMAD/hst-ubuntu2204-sandbox-x86_64-jobtemplate.yaml
@@ -0,0 +1,35 @@
+---
+Job:
+ Constraints:
+ - LTarget: ^${attr.cpu.arch}
+ Operand: =
+ RTarget: amd64
+ - LTarget: ^${node.class}
+ Operand: =
+ RTarget: hst
+ 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-x86_64
+ volumes:
+ - /tmp/ccache.ubuntu2204:/scratch/ccache
+ - /scratch/nomad:/scratch/nomad:ro
+ Artifacts:
+ - GetterSource: https://jenkins.fd.io/sandbox/jnlpJars/slave.jar
+ Resources:
+ # Limit scheduling of only 1 job per server by specifying max cpushares and more than half memory
+ CPU: 262144
+ MemoryMB: 128000