From 658666b4d6d78684f9deaf28dc91d169a078448b Mon Sep 17 00:00:00 2001 From: Savil Srivastava <676452+savil@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:09:29 -0700 Subject: [PATCH 1/2] turn off maximize-build-space --- .github/workflows/cli-tests.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cli-tests.yaml b/.github/workflows/cli-tests.yaml index 6099b769177..9f2dbcf5b9c 100644 --- a/.github/workflows/cli-tests.yaml +++ b/.github/workflows/cli-tests.yaml @@ -145,16 +145,16 @@ jobs: DEVBOX_DEBUG: ${{ (matrix.run-project-tests == 'project-tests-off' || inputs.example-debug) && '1' || '0' }} DEVBOX_GOLANG_TEST_TIMEOUT: "${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '1h' || '30m' }}" steps: - - name: Maximize build disk space - uses: easimon/maximize-build-space@v10 - if: matrix.os == 'ubuntu-latest' - with: - root-reserve-mb: 32768 - temp-reserve-mb: 10000 - remove-dotnet: true - remove-android: true - remove-haskell: true - remove-codeql: true + # - name: Maximize build disk space + # uses: easimon/maximize-build-space@v10 + # if: matrix.os == 'ubuntu-latest' + # with: + # root-reserve-mb: 32768 + # temp-reserve-mb: 10000 + # remove-dotnet: true + # remove-android: true + # remove-haskell: true + # remove-codeql: true - uses: actions/checkout@v4 - name: Mount golang cache uses: actions/cache@v4 From 005087df7af3c7e4ff5fddd67507afe06861d720 Mon Sep 17 00:00:00 2001 From: Savil Srivastava <676452+savil@users.noreply.github.com> Date: Tue, 3 Jun 2025 09:00:12 -0700 Subject: [PATCH 2/2] delete code since cicd passed --- .github/workflows/cli-tests.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/cli-tests.yaml b/.github/workflows/cli-tests.yaml index 9f2dbcf5b9c..ecc0f569105 100644 --- a/.github/workflows/cli-tests.yaml +++ b/.github/workflows/cli-tests.yaml @@ -145,16 +145,6 @@ jobs: DEVBOX_DEBUG: ${{ (matrix.run-project-tests == 'project-tests-off' || inputs.example-debug) && '1' || '0' }} DEVBOX_GOLANG_TEST_TIMEOUT: "${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '1h' || '30m' }}" steps: - # - name: Maximize build disk space - # uses: easimon/maximize-build-space@v10 - # if: matrix.os == 'ubuntu-latest' - # with: - # root-reserve-mb: 32768 - # temp-reserve-mb: 10000 - # remove-dotnet: true - # remove-android: true - # remove-haskell: true - # remove-codeql: true - uses: actions/checkout@v4 - name: Mount golang cache uses: actions/cache@v4