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