ci: avoid titan-06 for Jenkins agents

This commit is contained in:
codex 2026-05-10 02:37:22 -03:00
parent c35018df05
commit 75bb5531f1

20
Jenkinsfile vendored
View File

@ -12,6 +12,26 @@ spec:
nodeSelector:
kubernetes.io/arch: arm64
node-role.kubernetes.io/worker: "true"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: NotIn
values:
- titan-06
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: NotIn
values:
- titan-13
- titan-15
- titan-17
- titan-19
containers:
- name: dind
image: registry.bstein.dev/bstein/docker:27-dind