All sibling E2E jobs (test-integration, test-e2e, test-e2e-runtimes, test-e2e-config-ci) call endersonmenezes/free-disk-space@v3 before running to reclaim ~20 GB. The test-e2e-podman job is the only exception, even though it additionally installs podman — a large package that makes disk pressure more likely.
Adding the cleanup step makes this job consistent with all other E2E jobs.
All sibling E2E jobs (
test-integration,test-e2e,test-e2e-runtimes,test-e2e-config-ci) callendersonmenezes/free-disk-space@v3before running to reclaim ~20 GB. Thetest-e2e-podmanjob is the only exception, even though it additionally installs podman — a large package that makes disk pressure more likely.Adding the cleanup step makes this job consistent with all other E2E jobs.