From f51689e9de76db68e3abdb7f399cde90a30ffe58 Mon Sep 17 00:00:00 2001 From: SbloodyS <460888207@qq.com> Date: Fri, 30 Jan 2026 11:43:15 +0800 Subject: [PATCH 1/7] hotfix ci --- .github/workflows/api-test.yml | 2 +- .github/workflows/backend.yml | 2 +- .github/workflows/e2e-k8s.yml | 2 +- .github/workflows/e2e.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/api-test.yml b/.github/workflows/api-test.yml index b6878086a1fe..26b9a985ac30 100644 --- a/.github/workflows/api-test.yml +++ b/.github/workflows/api-test.yml @@ -58,7 +58,7 @@ jobs: uses: ./.github/actions/maximize-build-space with: root-reserve-mb: 28672 - temp-reserve-mb: 10240 + temp-reserve-mb: 20240 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 8c8b66965fe4..ca18c07b9639 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -63,7 +63,7 @@ jobs: uses: ./.github/actions/maximize-build-space with: root-reserve-mb: 28672 - temp-reserve-mb: 10240 + temp-reserve-mb: 20240 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml index 3d06a8b01396..98b03933cc82 100644 --- a/.github/workflows/e2e-k8s.yml +++ b/.github/workflows/e2e-k8s.yml @@ -58,7 +58,7 @@ jobs: uses: ./.github/actions/maximize-build-space with: root-reserve-mb: 28672 - temp-reserve-mb: 10240 + temp-reserve-mb: 20240 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 90c8b595d143..18a656272b6f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -60,7 +60,7 @@ jobs: uses: ./.github/actions/maximize-build-space with: root-reserve-mb: 28672 - temp-reserve-mb: 10240 + temp-reserve-mb: 20240 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' From 3e9e8523336558f4216f68a646d33ad556a40ab8 Mon Sep 17 00:00:00 2001 From: SbloodyS <460888207@qq.com> Date: Fri, 30 Jan 2026 13:43:35 +0800 Subject: [PATCH 2/7] hotfix ci --- .github/workflows/e2e.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 18a656272b6f..2bf21767783c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -56,16 +56,16 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - name: Maximize runner space - uses: ./.github/actions/maximize-build-space - with: - root-reserve-mb: 28672 - temp-reserve-mb: 20240 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - remove-codeql: 'true' - remove-docker-images: 'true' +# - name: Maximize runner space +# uses: ./.github/actions/maximize-build-space +# with: +# root-reserve-mb: 28672 +# 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 From ef55b649daf7c0a1c3c026861af7591ebf7b9f22 Mon Sep 17 00:00:00 2001 From: SbloodyS <460888207@qq.com> Date: Fri, 30 Jan 2026 14:05:21 +0800 Subject: [PATCH 3/7] hotfix ci --- .github/workflows/e2e.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 2bf21767783c..5618b719dbdc 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -153,16 +153,16 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - name: Maximize runner space - uses: ./.github/actions/maximize-build-space - with: - root-reserve-mb: 28672 - temp-reserve-mb: 10240 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - remove-codeql: 'true' - remove-docker-images: 'true' +# - name: Maximize runner space +# uses: ./.github/actions/maximize-build-space +# with: +# root-reserve-mb: 28672 +# 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 @@ -189,6 +189,8 @@ jobs: - name: Load Docker Images run: | docker load -i /tmp/standalone-image.tar + - name: df -h + run: df -h - name: Run Test run: | ./mvnw -B -f dolphinscheduler-e2e/pom.xml -am \ From 27931e43f19704b6cb864cdbfc5ac491034f7b5a Mon Sep 17 00:00:00 2001 From: SbloodyS <460888207@qq.com> Date: Fri, 30 Jan 2026 14:23:22 +0800 Subject: [PATCH 4/7] hotfix ci --- .github/actions/maximize-build-space | 1 - .github/workflows/api-test.yml | 12 ++---------- .github/workflows/backend.yml | 12 ++---------- .github/workflows/e2e-k8s.yml | 12 ++---------- .github/workflows/e2e.yml | 24 ++---------------------- .gitmodules | 3 --- 6 files changed, 8 insertions(+), 56 deletions(-) delete mode 160000 .github/actions/maximize-build-space diff --git a/.github/actions/maximize-build-space b/.github/actions/maximize-build-space deleted file mode 160000 index c28619d8999a..000000000000 --- a/.github/actions/maximize-build-space +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c28619d8999a147d5e09c1199f84ff6af6ad5794 diff --git a/.github/workflows/api-test.yml b/.github/workflows/api-test.yml index 26b9a985ac30..19692289883f 100644 --- a/.github/workflows/api-test.yml +++ b/.github/workflows/api-test.yml @@ -54,16 +54,6 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - name: Maximize runner space - uses: ./.github/actions/maximize-build-space - with: - root-reserve-mb: 28672 - temp-reserve-mb: 20240 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - remove-codeql: 'true' - remove-docker-images: 'true' - uses: actions/checkout@v4 with: submodules: true @@ -152,6 +142,8 @@ jobs: - name: Load Docker Images run: | docker load -i /tmp/standalone-image.tar + - name: df -h + run: df -h - name: Run Test run: | ./mvnw -B -f dolphinscheduler-api-test/pom.xml -am \ diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index ca18c07b9639..3df979ad80eb 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -59,16 +59,6 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - name: Maximize runner space - uses: ./.github/actions/maximize-build-space - with: - root-reserve-mb: 28672 - temp-reserve-mb: 20240 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - remove-codeql: 'true' - remove-docker-images: 'true' - uses: actions/checkout@v4 with: submodules: true @@ -86,6 +76,8 @@ jobs: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-backend restore-keys: ${{ runner.os }}-maven- + - name: df -h + run: df -h - name: Build and Package on ${{ matrix.java }} run: | ./mvnw -B clean install \ diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml index 98b03933cc82..015dd48cbaef 100644 --- a/.github/workflows/e2e-k8s.yml +++ b/.github/workflows/e2e-k8s.yml @@ -54,19 +54,11 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - name: Maximize runner space - uses: ./.github/actions/maximize-build-space - with: - root-reserve-mb: 28672 - temp-reserve-mb: 20240 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - remove-codeql: 'true' - remove-docker-images: 'true' - uses: actions/checkout@v4 with: submodules: true + - name: df -h + run: df -h - name: Build Image run: | ./mvnw -B clean package \ diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5618b719dbdc..b5670f2b5d22 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -56,16 +56,6 @@ jobs: - uses: actions/checkout@v4 with: submodules: true -# - name: Maximize runner space -# uses: ./.github/actions/maximize-build-space -# with: -# root-reserve-mb: 28672 -# 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 @@ -153,16 +143,8 @@ jobs: - uses: actions/checkout@v4 with: submodules: true -# - name: Maximize runner space -# uses: ./.github/actions/maximize-build-space -# with: -# root-reserve-mb: 28672 -# temp-reserve-mb: 10240 -# remove-dotnet: 'true' -# remove-android: 'true' -# remove-haskell: 'true' -# remove-codeql: 'true' -# remove-docker-images: 'true' + - name: df -h + run: df -h - uses: actions/checkout@v4 with: submodules: true @@ -189,8 +171,6 @@ jobs: - name: Load Docker Images run: | docker load -i /tmp/standalone-image.tar - - name: df -h - run: df -h - name: Run Test run: | ./mvnw -B -f dolphinscheduler-e2e/pom.xml -am \ diff --git a/.gitmodules b/.gitmodules index 5569298c3258..0467f266493d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,6 +28,3 @@ [submodule ".github/actions/workflow-telemetry-action"] path = .github/actions/workflow-telemetry-action url = https://github.com/catchpoint/workflow-telemetry-action -[submodule ".github/actions/maximize-build-space"] - path = .github/actions/maximize-build-space - url = https://github.com/easimon/maximize-build-space From 65453d7edf03be6252128fe6aab0766dd1f847a1 Mon Sep 17 00:00:00 2001 From: SbloodyS <460888207@qq.com> Date: Fri, 30 Jan 2026 14:45:23 +0800 Subject: [PATCH 5/7] hotfix ci --- .github/workflows/e2e.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b5670f2b5d22..eac13cffb4ab 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -140,11 +140,13 @@ jobs: env: RECORDING_PATH: /tmp/recording-${{ matrix.case.name }} steps: - - uses: actions/checkout@v4 - with: - submodules: true - - name: df -h - run: df -h + - run: df -h + - name: "node-cleanup" + run: | + sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL + sudo docker image prune --all --force + sudo docker builder prune -a + - run: df -h - uses: actions/checkout@v4 with: submodules: true @@ -171,6 +173,7 @@ jobs: - name: Load Docker Images run: | docker load -i /tmp/standalone-image.tar + - run: df -h - name: Run Test run: | ./mvnw -B -f dolphinscheduler-e2e/pom.xml -am \ From 045268328db90b0929422534582c841ac6c606c6 Mon Sep 17 00:00:00 2001 From: SbloodyS <460888207@qq.com> Date: Fri, 30 Jan 2026 14:50:31 +0800 Subject: [PATCH 6/7] hotfix ci --- .github/workflows/api-test.yml | 10 +++++++--- .github/workflows/backend.yml | 13 ++++++++----- .github/workflows/e2e-k8s.yml | 13 ++++++++----- 3 files changed, 23 insertions(+), 13 deletions(-) diff --git a/.github/workflows/api-test.yml b/.github/workflows/api-test.yml index 19692289883f..b1668aad9169 100644 --- a/.github/workflows/api-test.yml +++ b/.github/workflows/api-test.yml @@ -51,9 +51,13 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 20 steps: - - uses: actions/checkout@v4 - with: - submodules: true + - run: df -h + - name: "node-cleanup" + run: | + sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL + sudo docker image prune --all --force + sudo docker builder prune -a + - run: df -h - uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 3df979ad80eb..46fb46e9f3f4 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -56,9 +56,6 @@ jobs: java: [ '8', '11' ] timeout-minutes: 30 steps: - - uses: actions/checkout@v4 - with: - submodules: true - uses: actions/checkout@v4 with: submodules: true @@ -76,8 +73,7 @@ jobs: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-backend restore-keys: ${{ runner.os }}-maven- - - name: df -h - run: df -h + - run: df -h - name: Build and Package on ${{ matrix.java }} run: | ./mvnw -B clean install \ @@ -111,6 +107,13 @@ jobs: - name: cluster-test-postgresql-with-postgresql-registry script: .github/workflows/cluster-test/postgresql_with_postgresql_registry/start-job.sh steps: + - run: df -h + - name: "node-cleanup" + run: | + sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL + sudo docker image prune --all --force + sudo docker builder prune -a + - run: df -h - uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml index 015dd48cbaef..47c439de9782 100644 --- a/.github/workflows/e2e-k8s.yml +++ b/.github/workflows/e2e-k8s.yml @@ -51,14 +51,17 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 40 steps: + - run: df -h + - name: "node-cleanup" + run: | + sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL + sudo docker image prune --all --force + sudo docker builder prune -a + - run: df -h - uses: actions/checkout@v4 with: submodules: true - - uses: actions/checkout@v4 - with: - submodules: true - - name: df -h - run: df -h + - run: df -h - name: Build Image run: | ./mvnw -B clean package \ From 223156230f4dfedefbf9c566f1108b38cad03c77 Mon Sep 17 00:00:00 2001 From: SbloodyS <460888207@qq.com> Date: Fri, 30 Jan 2026 15:09:46 +0800 Subject: [PATCH 7/7] hotfix ci --- .github/workflows/e2e.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index eac13cffb4ab..3beaa1a53ce5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -53,9 +53,6 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 20 steps: - - uses: actions/checkout@v4 - with: - submodules: true - uses: actions/checkout@v4 with: submodules: true