Skip to content

Commit 3760ba5

Browse files
ci: add free-disk-space cleanup to test-e2e-podman job (#3557)
All sibling E2E jobs free disk before running; test-e2e-podman was the only exception. It installs podman (large), so disk pressure is more likely here than anywhere else.
1 parent 585c82a commit 3760ba5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/functions.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,14 @@ jobs:
272272
- uses: actions/checkout@v4
273273
- uses: knative/actions/setup-go@main
274274

275+
- uses: endersonmenezes/free-disk-space@v3
276+
with:
277+
remove_android: true
278+
remove_dotnet: true
279+
remove_haskell: true
280+
remove_swap: true
281+
rm_cmd: "rmz" # Faster than rm
282+
275283
- name: Start Podman
276284
run: sudo apt update && sudo apt install -y podman && podman system service --time=0 &
277285

0 commit comments

Comments
 (0)