CI: use a dedicated disk for releases (#12721)

This should make 'no space left on device' problems easier to handle

Use /tmp/releases as local_release_dir CI created machine, while keeping
the same folder on the runner (needed for gitlab-ci runner pods)

Co-authored-by: Max Gautier <mg@max.gautier.name>
This commit is contained in:
k8s-infra-cherrypick-robot
2025-11-18 03:29:39 -08:00
committed by GitHub
parent 932025fbd6
commit 084c2be8b9
5 changed files with 22 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ vm_cpu_cores: 2
vm_cpu_sockets: 1
vm_cpu_threads: 2
vm_memory: 2048
releases_disk_size: 2Gi
# Request/Limit allocation settings
cpu_allocation_ratio: 0.25