ci: keep typhon agents on rpi5 workers

This commit is contained in:
Brad Stein 2026-05-16 16:15:28 -03:00
parent 053d7a35e1
commit 5aa0b92de4

2
Jenkinsfile vendored
View File

@ -41,6 +41,7 @@ apiVersion: v1
kind: Pod
spec:
nodeSelector:
hardware: rpi5
kubernetes.io/arch: arm64
node-role.kubernetes.io/worker: "true"
containers:
@ -434,6 +435,7 @@ apiVersion: v1
kind: Pod
spec:
nodeSelector:
hardware: rpi5
kubernetes.io/arch: arm64
node-role.kubernetes.io/worker: "true"
containers: