Skip to content

Commit 4c118f5

Browse files
authored
[Chore] Hotfix CI error (#17919)
1 parent 418f012 commit 4c118f5

File tree

6 files changed

+33
-69
lines changed

6 files changed

+33
-69
lines changed
Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/api-test.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,13 @@ jobs:
5151
runs-on: ubuntu-latest
5252
timeout-minutes: 20
5353
steps:
54-
- uses: actions/checkout@v4
55-
with:
56-
submodules: true
57-
- name: Maximize runner space
58-
uses: ./.github/actions/maximize-build-space
59-
with:
60-
root-reserve-mb: 28672
61-
temp-reserve-mb: 10240
62-
remove-dotnet: 'true'
63-
remove-android: 'true'
64-
remove-haskell: 'true'
65-
remove-codeql: 'true'
66-
remove-docker-images: 'true'
54+
- run: df -h
55+
- name: "node-cleanup"
56+
run: |
57+
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
58+
sudo docker image prune --all --force
59+
sudo docker builder prune -a
60+
- run: df -h
6761
- uses: actions/checkout@v4
6862
with:
6963
submodules: true
@@ -152,6 +146,8 @@ jobs:
152146
- name: Load Docker Images
153147
run: |
154148
docker load -i /tmp/standalone-image.tar
149+
- name: df -h
150+
run: df -h
155151
- name: Run Test
156152
run: |
157153
./mvnw -B -f dolphinscheduler-api-test/pom.xml -am \

.github/workflows/backend.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,6 @@ jobs:
5656
java: [ '8', '11' ]
5757
timeout-minutes: 30
5858
steps:
59-
- uses: actions/checkout@v4
60-
with:
61-
submodules: true
62-
- name: Maximize runner space
63-
uses: ./.github/actions/maximize-build-space
64-
with:
65-
root-reserve-mb: 28672
66-
temp-reserve-mb: 10240
67-
remove-dotnet: 'true'
68-
remove-android: 'true'
69-
remove-haskell: 'true'
70-
remove-codeql: 'true'
71-
remove-docker-images: 'true'
7259
- uses: actions/checkout@v4
7360
with:
7461
submodules: true
@@ -86,6 +73,7 @@ jobs:
8673
path: ~/.m2/repository
8774
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-backend
8875
restore-keys: ${{ runner.os }}-maven-
76+
- run: df -h
8977
- name: Build and Package on ${{ matrix.java }}
9078
run: |
9179
./mvnw -B clean install \
@@ -119,6 +107,13 @@ jobs:
119107
- name: cluster-test-postgresql-with-postgresql-registry
120108
script: .github/workflows/cluster-test/postgresql_with_postgresql_registry/start-job.sh
121109
steps:
110+
- run: df -h
111+
- name: "node-cleanup"
112+
run: |
113+
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
114+
sudo docker image prune --all --force
115+
sudo docker builder prune -a
116+
- run: df -h
122117
- uses: actions/checkout@v4
123118
with:
124119
submodules: true

.github/workflows/e2e-k8s.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,17 @@ jobs:
5151
runs-on: ubuntu-latest
5252
timeout-minutes: 40
5353
steps:
54+
- run: df -h
55+
- name: "node-cleanup"
56+
run: |
57+
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
58+
sudo docker image prune --all --force
59+
sudo docker builder prune -a
60+
- run: df -h
5461
- uses: actions/checkout@v4
5562
with:
5663
submodules: true
57-
- name: Maximize runner space
58-
uses: ./.github/actions/maximize-build-space
59-
with:
60-
root-reserve-mb: 28672
61-
temp-reserve-mb: 10240
62-
remove-dotnet: 'true'
63-
remove-android: 'true'
64-
remove-haskell: 'true'
65-
remove-codeql: 'true'
66-
remove-docker-images: 'true'
67-
- uses: actions/checkout@v4
68-
with:
69-
submodules: true
64+
- run: df -h
7065
- name: Build Image
7166
run: |
7267
./mvnw -B clean package \

.github/workflows/e2e.yml

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,6 @@ jobs:
5353
runs-on: ubuntu-latest
5454
timeout-minutes: 20
5555
steps:
56-
- uses: actions/checkout@v4
57-
with:
58-
submodules: true
59-
- name: Maximize runner space
60-
uses: ./.github/actions/maximize-build-space
61-
with:
62-
root-reserve-mb: 28672
63-
temp-reserve-mb: 10240
64-
remove-dotnet: 'true'
65-
remove-android: 'true'
66-
remove-haskell: 'true'
67-
remove-codeql: 'true'
68-
remove-docker-images: 'true'
6956
- uses: actions/checkout@v4
7057
with:
7158
submodules: true
@@ -150,19 +137,13 @@ jobs:
150137
env:
151138
RECORDING_PATH: /tmp/recording-${{ matrix.case.name }}
152139
steps:
153-
- uses: actions/checkout@v4
154-
with:
155-
submodules: true
156-
- name: Maximize runner space
157-
uses: ./.github/actions/maximize-build-space
158-
with:
159-
root-reserve-mb: 28672
160-
temp-reserve-mb: 10240
161-
remove-dotnet: 'true'
162-
remove-android: 'true'
163-
remove-haskell: 'true'
164-
remove-codeql: 'true'
165-
remove-docker-images: 'true'
140+
- run: df -h
141+
- name: "node-cleanup"
142+
run: |
143+
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
144+
sudo docker image prune --all --force
145+
sudo docker builder prune -a
146+
- run: df -h
166147
- uses: actions/checkout@v4
167148
with:
168149
submodules: true
@@ -189,6 +170,7 @@ jobs:
189170
- name: Load Docker Images
190171
run: |
191172
docker load -i /tmp/standalone-image.tar
173+
- run: df -h
192174
- name: Run Test
193175
run: |
194176
./mvnw -B -f dolphinscheduler-e2e/pom.xml -am \

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@
2828
[submodule ".github/actions/workflow-telemetry-action"]
2929
path = .github/actions/workflow-telemetry-action
3030
url = https://github.com/catchpoint/workflow-telemetry-action
31-
[submodule ".github/actions/maximize-build-space"]
32-
path = .github/actions/maximize-build-space
33-
url = https://github.com/easimon/maximize-build-space

0 commit comments

Comments
 (0)