tol
This commit is contained in:
parent
1a969ed49f
commit
39a3a23314
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue