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:
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: "arm64"
|
||||
csi.hetzner.cloud/location: fsn1
|
||||
tolerations:
|
||||
- key: "CI"
|
||||
operator: "Equal"
|
||||
|
|
@ -94,7 +93,7 @@ steps:
|
|||
endpoint: s3.eu-central-003.backblazeb2.com
|
||||
overwrite: false
|
||||
volumes:
|
||||
- ci-tmp:/tmp # agent on k8s
|
||||
- ci-tmp-fsn1:/tmp # agent on k8s
|
||||
# - /tmp:/tmp # agent on VM
|
||||
|
||||
services:
|
||||
|
|
@ -107,4 +106,4 @@ services:
|
|||
ports:
|
||||
- 2375
|
||||
volumes:
|
||||
- ci-tmp:/tmp # agent on k8s
|
||||
- ci-tmp-fsn1:/tmp # agent on k8s
|
||||
|
|
|
|||
Loading…
Reference in a new issue