ci: spread Jenkins agents across nodes

This commit is contained in:
codex 2026-05-10 03:22:55 -03:00
parent 75bb5531f1
commit e587545b75

7
Jenkinsfile vendored
View File

@ -32,6 +32,13 @@ spec:
- titan-15 - titan-15
- titan-17 - titan-17
- titan-19 - titan-19
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
jenkins/jenkins-jenkins-agent: "true"
containers: containers:
- name: dind - name: dind
image: registry.bstein.dev/bstein/docker:27-dind image: registry.bstein.dev/bstein/docker:27-dind