This is an automated email from the ASF dual-hosted git repository.
zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 908fd848cb [Chore] Fix flaky CI (#17673)
908fd848cb is described below
commit 908fd848cbd923950328bb605fedb3dffaa1858f
Author: xiangzihao <[email protected]>
AuthorDate: Wed Nov 12 22:59:35 2025 +0800
[Chore] Fix flaky CI (#17673)
---
.github/actions/maximize-build-space | 2 +-
.github/workflows/api-test.yml | 2 +-
.github/workflows/backend.yml | 2 +-
.github/workflows/e2e-k8s.yml | 2 +-
.github/workflows/e2e.yml | 4 ++--
.github/workflows/publish-docker.yaml | 2 +-
.github/workflows/unit-test.yml | 4 ++--
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/actions/maximize-build-space
b/.github/actions/maximize-build-space
index fc881a613a..c28619d899 160000
--- a/.github/actions/maximize-build-space
+++ b/.github/actions/maximize-build-space
@@ -1 +1 @@
-Subproject commit fc881a613ad2a34aca9c9624518214ebc21dfc0c
+Subproject commit c28619d8999a147d5e09c1199f84ff6af6ad5794
diff --git a/.github/workflows/api-test.yml b/.github/workflows/api-test.yml
index 342b041731..b6878086a1 100644
--- a/.github/workflows/api-test.yml
+++ b/.github/workflows/api-test.yml
@@ -57,7 +57,7 @@ jobs:
- name: Maximize runner space
uses: ./.github/actions/maximize-build-space
with:
- root-reserve-mb: 30720
+ root-reserve-mb: 28672
temp-reserve-mb: 10240
remove-dotnet: 'true'
remove-android: 'true'
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index de0b96bcff..b185a44f9f 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -62,7 +62,7 @@ jobs:
- name: Maximize runner space
uses: ./.github/actions/maximize-build-space
with:
- root-reserve-mb: 30720
+ root-reserve-mb: 28672
temp-reserve-mb: 10240
remove-dotnet: 'true'
remove-android: 'true'
diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml
index ce07939ddd..3d06a8b013 100644
--- a/.github/workflows/e2e-k8s.yml
+++ b/.github/workflows/e2e-k8s.yml
@@ -57,7 +57,7 @@ jobs:
- name: Maximize runner space
uses: ./.github/actions/maximize-build-space
with:
- root-reserve-mb: 30720
+ root-reserve-mb: 28672
temp-reserve-mb: 10240
remove-dotnet: 'true'
remove-android: 'true'
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 76bca077d9..90c8b595d1 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -59,7 +59,7 @@ jobs:
- name: Maximize runner space
uses: ./.github/actions/maximize-build-space
with:
- root-reserve-mb: 30720
+ root-reserve-mb: 28672
temp-reserve-mb: 10240
remove-dotnet: 'true'
remove-android: 'true'
@@ -156,7 +156,7 @@ jobs:
- name: Maximize runner space
uses: ./.github/actions/maximize-build-space
with:
- root-reserve-mb: 30720
+ root-reserve-mb: 28672
temp-reserve-mb: 10240
remove-dotnet: 'true'
remove-android: 'true'
diff --git a/.github/workflows/publish-docker.yaml
b/.github/workflows/publish-docker.yaml
index 6050469852..3136d8360c 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -39,7 +39,7 @@ jobs:
- name: Maximize runner space
uses: ./.github/actions/maximize-build-space
with:
- root-reserve-mb: 30720
+ root-reserve-mb: 28672
temp-reserve-mb: 10240
remove-dotnet: 'true'
remove-android: 'true'
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index 400683b8d3..7fbd7d356f 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
java: ['8', '11']
- timeout-minutes: 45
+ timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
@@ -116,7 +116,7 @@ jobs:
result:
name: Unit Test
runs-on: ubuntu-latest
- timeout-minutes: 60
+ timeout-minutes: 5
needs: [ unit-test, paths-filter ]
if: always()
steps: