From 02621e131cd4e6868234d21281d0f077134df137 Mon Sep 17 00:00:00 2001 From: Jiquan Long Date: Fri, 8 Dec 2023 16:14:07 +0800 Subject: [PATCH] enhance: [skip-e2e] enlarge disk space of action runner (#29077) /kind improvement Signed-off-by: longjiquan --- .github/workflows/code-checker.yaml | 4 ++-- .github/workflows/main.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-checker.yaml b/.github/workflows/code-checker.yaml index 21c5df8c94b7d..1794f1b862ed4 100644 --- a/.github/workflows/code-checker.yaml +++ b/.github/workflows/code-checker.yaml @@ -38,7 +38,7 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: - root-reserve-mb: 10240 + root-reserve-mb: 20480 swap-size-mb: 1024 remove-dotnet: 'true' remove-android: 'true' @@ -85,7 +85,7 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: - root-reserve-mb: 10240 + root-reserve-mb: 20480 swap-size-mb: 1024 remove-dotnet: 'true' remove-android: 'true' diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3d489f172b9ae..59ce1bd4a0eae 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -53,7 +53,7 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: - root-reserve-mb: 10240 + root-reserve-mb: 20480 swap-size-mb: 1024 remove-dotnet: 'true' remove-android: 'true'