From 88f5ac25d3e6a16e3d56428af77dbba010da3484 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 14 Aug 2026 20:49:37 -0700 Subject: [PATCH] ci: drop the free-disk-space step from the e2e job The step went in preemptively alongside the micro-VM e2e (#327), not in response to a run running out of space. Deleting `/usr/share/dotnet`, `/usr/local/lib/android`, `/opt/ghc` and the CodeQL toolcache took 24-88s per matrix leg across the last few main runs, which is pure wall-clock on every PR. Easy to put back if a run does hit ENOSPC. --- .github/workflows/pr-workflow.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr-workflow.yaml b/.github/workflows/pr-workflow.yaml index 1d70b7870..0592b4998 100644 --- a/.github/workflows/pr-workflow.yaml +++ b/.github/workflows/pr-workflow.yaml @@ -61,12 +61,6 @@ jobs: uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 with: go-version-file: 'go.mod' - - name: Free disk space - # The micro-VM guest image/kernel + cloud-hypervisor + kind node image + - # control-plane images + snapshots are tight on the ~14GB runner disk. - run: | - sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL - df -h / - name: Cache micro-VM assets id: microvm-assets uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0