Skip to content

Commit

Permalink
github/workflows/tests: Free up the runner space before conversion test
Browse files Browse the repository at this point in the history
The conversion tests are failing on 22.04 because the runner runs out of
space. Try freeing some space up, as we are short only for around 1GiB.

Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Aug 2, 2024
1 parent 21f62fc commit cd24284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
echo "force-unsafe-io" | sudo tee /etc/dpkg/dpkg.cfg.d/force-unsafe-io
- name: Reclaim some space (storage tests only)
if: ${{ startsWith(matrix.test, 'storage') || matrix.test == 'vm-nesting' }}
if: ${{ startsWith(matrix.test, 'storage') || matrix.test == 'vm-nesting' || matrix.test == 'conversion' }}
run: |
set -eux
df -h
Expand Down

0 comments on commit cd24284

Please sign in to comment.