ci: pin quality gate agents to rpi5
This commit is contained in:
parent
a8be46b422
commit
3e0260b945
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user