ci: pin quality gate agents to rpi5

This commit is contained in:
Brad Stein 2026-01-20 01:05:06 -03:00
parent a8be46b422
commit 3e0260b945

View File

@ -6,6 +6,10 @@ pipeline {
apiVersion: v1 apiVersion: v1
kind: Pod kind: Pod
spec: spec:
nodeSelector:
hardware: rpi5
kubernetes.io/arch: arm64
node-role.kubernetes.io/worker: "true"
containers: containers:
- name: python - name: python
image: python:3.12-slim image: python:3.12-slim