This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new d2104a251 [CI] Increase e2e test disk space (#3776)
d2104a251 is described below

commit d2104a251a5bbcff226f6106c926b5654f52e74d
Author: xiangzihao <[email protected]>
AuthorDate: Tue Jun 25 14:11:30 2024 +0800

    [CI] Increase e2e test disk space (#3776)
    
    * increase e2e test disk space
---
 .github/actions/maximize-build-space |  1 -
 .github/workflows/e2e.yml            | 14 ++++++++++----
 .gitmodules                          |  5 -----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/actions/maximize-build-space 
b/.github/actions/maximize-build-space
deleted file mode 160000
index fc881a613..000000000
--- a/.github/actions/maximize-build-space
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit fc881a613ad2a34aca9c9624518214ebc21dfc0c
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 1915ca69e..76abf34d6 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -106,13 +106,19 @@ jobs:
     env:
       RECORDING_PATH: /tmp/recording-${{ matrix.case.name }}
     steps:
+      - name: Maximize runner space
+        uses: 
easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c
+        with:
+          root-reserve-mb: 30720
+          temp-reserve-mb: 10240
+          remove-dotnet: 'true'
+          remove-android: 'true'
+          remove-haskell: 'true'
+          remove-codeql: 'true'
+          remove-docker-images: 'true'
       - uses: actions/checkout@v4
         with:
           submodules: true
-      - name: Echo free space
-        run: |
-          echo "Runner Free space:"
-          df -h
       - name: Set up JDK 11
         uses: actions/setup-java@v4
         with:
diff --git a/.gitmodules b/.gitmodules
index 0c615c431..c12608082 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,8 +19,3 @@
        path = .github/actions/paths-filter
        url = https://github.com/dorny/paths-filter
        branch = de90cc6fb38fc0963ad72b210f1f284cd68cea36
-
-[submodule ".github/actions/maximize-build-space"]
-       path = .github/actions/maximize-build-space
-       url = https://github.com/easimon/maximize-build-space
-       branch = fc881a613ad2a34aca9c9624518214ebc21dfc0c

Reply via email to