new tmp volume
This commit is contained in:
parent
1b18371e36
commit
ecd3477ad0
1 changed files with 2 additions and 3 deletions
|
|
@ -67,7 +67,6 @@ steps:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: "arm64"
|
kubernetes.io/arch: "arm64"
|
||||||
csi.hetzner.cloud/location: fsn1
|
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "CI"
|
- key: "CI"
|
||||||
operator: "Equal"
|
operator: "Equal"
|
||||||
|
|
@ -94,7 +93,7 @@ steps:
|
||||||
endpoint: s3.eu-central-003.backblazeb2.com
|
endpoint: s3.eu-central-003.backblazeb2.com
|
||||||
overwrite: false
|
overwrite: false
|
||||||
volumes:
|
volumes:
|
||||||
- ci-tmp:/tmp # agent on k8s
|
- ci-tmp-fsn1:/tmp # agent on k8s
|
||||||
# - /tmp:/tmp # agent on VM
|
# - /tmp:/tmp # agent on VM
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
@ -107,4 +106,4 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 2375
|
- 2375
|
||||||
volumes:
|
volumes:
|
||||||
- ci-tmp:/tmp # agent on k8s
|
- ci-tmp-fsn1:/tmp # agent on k8s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue