From 023fa763c7d655de877dff725c156bdf33f7e28b Mon Sep 17 00:00:00 2001 From: Philipp van Kempen Date: Tue, 7 Jan 2025 10:44:59 +0100 Subject: [PATCH] [CI] increase disk space available to runners --- .github/workflows/build.yml | 9 +++++++++ .github/workflows/build_spike.yml | 9 +++++++++ .github/workflows/integration_tests.yml | 9 +++++++++ .github/workflows/unit_tests.yml | 9 +++++++++ 4 files changed, 36 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e0ab9a7..22b17e45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,15 @@ jobs: build_llvm: runs-on: ubuntu-22.04 steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 32768 + temp-reserve-mb: 1024 + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' - uses: actions/checkout@v4 - name: Get dates diff --git a/.github/workflows/build_spike.yml b/.github/workflows/build_spike.yml index 9ce3da0c..5418719d 100644 --- a/.github/workflows/build_spike.yml +++ b/.github/workflows/build_spike.yml @@ -18,6 +18,15 @@ jobs: - abadfdc507d5a75b6272dc360e70a80a510c758a steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 32768 + temp-reserve-mb: 1024 + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' - uses: actions/checkout@v4 - name: Get dates diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index c1a85eca..11ee40d0 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -47,6 +47,15 @@ jobs: name: TFLM Built-In Tests runs-on: ubuntu-22.04 steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 32768 + temp-reserve-mb: 1024 + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' - uses: actions/checkout@v4 - name: Install TFLM dependencies diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 4bb6f53f..eb4d0794 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -24,6 +24,15 @@ jobs: Test_x86: runs-on: ubuntu-22.04 steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 32768 + temp-reserve-mb: 1024 + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' - uses: actions/checkout@v4 - name: Run Scalar Tests on x86