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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 00d7623f74 [INLONG-9690][CI] Clean up more space for build (#9691)
00d7623f74 is described below

commit 00d7623f746566556c02c2a813b720a49fbba548
Author: Charles Zhang <[email protected]>
AuthorDate: Mon Feb 19 14:15:49 2024 +0800

    [INLONG-9690][CI] Clean up more space for build (#9691)
---
 .github/workflows/ci_build.yml        | 2 ++
 .github/workflows/ci_docker.yml       | 3 +++
 .github/workflows/ci_ut.yml           | 3 +++
 .github/workflows/ci_ut_flink15.yml   | 5 ++++-
 .github/workflows/codeql_analysis.yml | 3 +++
 5 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index a6f6dd685e..45507fff74 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -129,3 +129,5 @@ jobs:
           name: apache-inlong-${{ env.VERSION 
}}-sort-connectors-flink-v1.15.tar.gz
           path: ./inlong-distribution/target/apache-inlong-${{ env.VERSION 
}}-sort-connectors-flink-v1.15.tar.gz
 
+      - name: Clean up build packages
+        run: mvn clean
diff --git a/.github/workflows/ci_docker.yml b/.github/workflows/ci_docker.yml
index 9ec361651f..a7792025fd 100644
--- a/.github/workflows/ci_docker.yml
+++ b/.github/workflows/ci_docker.yml
@@ -153,3 +153,6 @@ jobs:
         env:
           DOCKER_USER: ${{ secrets.DOCKER_USER }}
           DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
+
+      - name: Clean up build packages
+        run: mvn clean
\ No newline at end of file
diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml
index 180a8e2876..2ed7e4adc9 100644
--- a/.github/workflows/ci_ut.yml
+++ b/.github/workflows/ci_ut.yml
@@ -120,3 +120,6 @@ jobs:
           name: failsafe-reports
           path: ./**/target/failsafe-reports/
           if-no-files-found: ignore
+
+      - name: Clean up build packages
+        run: mvn clean
diff --git a/.github/workflows/ci_ut_flink15.yml 
b/.github/workflows/ci_ut_flink15.yml
index 77d604e38a..bdb08579d2 100644
--- a/.github/workflows/ci_ut_flink15.yml
+++ b/.github/workflows/ci_ut_flink15.yml
@@ -78,4 +78,7 @@ jobs:
         with:
           name: failsafe-reports
           path: ./**/target/failsafe-reports/
-          if-no-files-found: ignore
\ No newline at end of file
+          if-no-files-found: ignore
+
+      - name: Clean up build packages
+        run: mvn clean
\ No newline at end of file
diff --git a/.github/workflows/codeql_analysis.yml 
b/.github/workflows/codeql_analysis.yml
index 6b82aba96a..eb4718f0c1 100644
--- a/.github/workflows/codeql_analysis.yml
+++ b/.github/workflows/codeql_analysis.yml
@@ -90,3 +90,6 @@ jobs:
       # Perform CodeQL Analysis
       - name: Perform CodeQL Analysis
         uses: github/codeql-action/analyze@v2
+
+      - name: Clean up build packages
+        run: mvn clean

Reply via email to