new tmp volume

This commit is contained in:
Patrick Schratz 2024-07-08 23:02:57 +02:00
commit ecd3477ad0
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -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