This commit is contained in:
Patrick Schratz 2024-07-08 22:49:43 +02:00
commit 39a3a23314
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -66,7 +66,12 @@ steps:
backend_options:
kubernetes:
nodeSelector:
beta.kubernetes.io/arch: "arm64"
kubernetes.io/arch: "arm64"
tolerations:
- key: "CI"
operator: "Equal"
value: "true"
effect: "NoSchedule"
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock # agent on VM
# - /tmp:/tmp # agent on VM