ci: keep lesavka telemetry on rpi5 workers

This commit is contained in:
Brad Stein 2026-05-16 21:57:07 -03:00
parent 0965bc5d27
commit e2c86ea4c4

20
Jenkinsfile vendored
View File

@ -8,27 +8,9 @@ apiVersion: v1
kind: Pod kind: Pod
spec: spec:
nodeSelector: nodeSelector:
hardware: rpi5
kubernetes.io/arch: arm64 kubernetes.io/arch: arm64
node-role.kubernetes.io/worker: "true" node-role.kubernetes.io/worker: "true"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: hardware
operator: In
values:
- rpi5
- rpi4
- key: kubernetes.io/hostname
operator: NotIn
values:
- titan-11
- titan-07
- titan-13
- titan-15
- titan-17
- titan-19
containers: containers:
- name: rust-ci - name: rust-ci
image: rust:1.92-slim-bookworm image: rust:1.92-slim-bookworm