ci(jenkins): avoid nodes with broken kubelet exec proxy

This commit is contained in:
Brad Stein 2026-04-13 01:53:21 -03:00
parent 1094323f1a
commit de2523c313

10
Jenkinsfile vendored
View File

@ -13,6 +13,16 @@ 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-10
- titan-12
imagePullSecrets:
- name: harbor-robot-pipeline
containers: