From cd24284c82b5a285d80edca91d34854abc10a563 Mon Sep 17 00:00:00 2001 From: Din Music Date: Fri, 2 Aug 2024 10:13:57 +0000 Subject: [PATCH] github/workflows/tests: Free up the runner space before conversion test 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 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5581679ec..862f3bd7e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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