From 3336428cc1986caad63f216008fd477b51a317f6 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Thu, 18 Jan 2024 14:41:43 -0600 Subject: [PATCH] Remove free disk space cleanup --- .github/workflows/pre-main.yaml | 25 +------------------------ .github/workflows/qe-hosted.yml | 12 ------------ 2 files changed, 1 insertion(+), 36 deletions(-) diff --git a/.github/workflows/pre-main.yaml b/.github/workflows/pre-main.yaml index a1652245bf..79f707502b 100644 --- a/.github/workflows/pre-main.yaml +++ b/.github/workflows/pre-main.yaml @@ -29,6 +29,7 @@ env: CM_BIN: /usr/local/bin/checkmake CM_URL_LINUX: https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64 # yamllint disable-line SMOKE_TESTS_LABELS_FILTER: '!affiliated-certification-container-is-certified-digest && !access-control-security-context' + SKIP_PRELOAD_IMAGES: true jobs: lint: @@ -158,18 +159,6 @@ jobs: PFLT_DOCKERCONFIG: '/home/runner/.docker/config' steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: false - large-packages: true - android: true - dotnet: true - haskell: true - docker-images: true - swap-storage: true - continue-on-error: true - - name: Write temporary docker file run: | mkdir -p /home/runner/.docker @@ -303,18 +292,6 @@ jobs: PFLT_DOCKERCONFIG: '/home/runner/.docker/config' steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: false - large-packages: true - android: true - dotnet: true - haskell: true - docker-images: true - swap-storage: true - continue-on-error: true - - name: Write temporary docker file run: | mkdir -p /home/runner/.docker diff --git a/.github/workflows/qe-hosted.yml b/.github/workflows/qe-hosted.yml index 0bd0156e8f..e5b8fb1573 100644 --- a/.github/workflows/qe-hosted.yml +++ b/.github/workflows/qe-hosted.yml @@ -29,18 +29,6 @@ jobs: SKIP_PRELOAD_IMAGES: true steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: false - large-packages: true - android: true - dotnet: true - haskell: true - docker-images: true - swap-storage: true - continue-on-error: true - - name: Check out code uses: actions/checkout@v4 with: