Skip to content

Commit d34ac48

Browse files
GitHKAndrei Neagu
authored andcommitted
🎨 Frees up space on runner for [build] docker images part of the CI (ITISFoundation#6475)
Co-authored-by: Andrei Neagu <[email protected]>
1 parent cd9b335 commit d34ac48

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎.github/workflows/ci-testing-deploy.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,18 @@ jobs:
276276
fail-fast: false
277277
name: "[build] docker images"
278278
steps:
279+
- name: Remove unused software
280+
run: |
281+
echo "Available storage before:"
282+
sudo df -h
283+
echo
284+
sudo rm -rf /usr/share/dotnet
285+
sudo rm -rf /usr/local/lib/android
286+
sudo rm -rf /opt/ghc
287+
sudo rm -rf /opt/hostedtoolcache/CodeQL
288+
echo "Available storage after:"
289+
sudo df -h
290+
echo
279291
- uses: actions/checkout@v4
280292
- name: setup docker buildx
281293
id: buildx
@@ -2485,7 +2497,6 @@ jobs:
24852497
name: ${{ github.job }}_tracing
24862498
path: tests/e2e-playwright/test-results
24872499

2488-
24892500
system-test-environment-setup:
24902501
timeout-minutes: 30 # if this timeout gets too small, then split the tests
24912502
name: "[sys] environment setup"

0 commit comments

Comments
 (0)