Skip to content

Commit

Permalink
chore(ci): Clear space at the start of the k8s e2e workflow (#21723)
Browse files Browse the repository at this point in the history
We seem to be hitting cases where the workflow dies because it runs out of space. Example: https://github.com/vectordotdev/vector/actions/runs/11710738799/job/32617708471

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Nov 6, 2024
1 parent acea5ae commit ac19c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/k8s_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
~/.cargo/git
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- run: sudo -E bash scripts/ci-free-disk-space.sh
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: echo "::add-matcher::.github/matchers/rust.json"
Expand Down

0 comments on commit ac19c7c

Please sign in to comment.