File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments