quality: keep sonarqube on rpi5 workers

This commit is contained in:
jenkins 2026-05-20 00:57:24 -03:00
parent 5bf7a5ac20
commit 5230341d21

View File

@ -42,7 +42,7 @@ spec:
values: ["arm64"] values: ["arm64"]
- key: hardware - key: hardware
operator: In operator: In
values: ["rpi5", "rpi4"] values: ["rpi5"]
preferredDuringSchedulingIgnoredDuringExecution: preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100 - weight: 100
preference: preference:
@ -55,7 +55,7 @@ spec:
matchExpressions: matchExpressions:
- key: kubernetes.io/hostname - key: kubernetes.io/hostname
operator: NotIn operator: NotIn
values: ["titan-13", "titan-15", "titan-17", "titan-19"] values: ["titan-07", "titan-11"]
initContainers: initContainers:
- name: prepare-volume-permissions - name: prepare-volume-permissions
image: busybox:1.36 image: busybox:1.36