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 1b99d7c2a [INLONG-5064][CI] Decrease Vulnerabilities Scan run time 
(#5065)
1b99d7c2a is described below

commit 1b99d7c2aa8b86033de9454dd5d739fe6803314a
Author: Lucas <[email protected]>
AuthorDate: Tue Jul 19 15:12:30 2022 +0800

    [INLONG-5064][CI] Decrease Vulnerabilities Scan run time (#5065)
---
 .github/workflows/ci_build.yml        | 2 +-
 .github/workflows/ci_ut.yml           | 2 +-
 .github/workflows/codeql_analysis.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index d7452a355..2d73eba6a 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -78,7 +78,7 @@ jobs:
 
       - name: Build with Maven
         run: |
-          mvn --batch-mode --update-snapshots -e -V clean install -DskipTests
+          mvn --batch-mode --update-snapshots -e -V clean install -DskipTests 
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
         env:
           CI: false
 
diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml
index ef365491c..924bc6523 100644
--- a/.github/workflows/ci_ut.yml
+++ b/.github/workflows/ci_ut.yml
@@ -76,7 +76,7 @@ jobs:
           restore-keys: ${{ runner.os }}-m2
 
       - name: Build with Maven
-        run: mvn --batch-mode --update-snapshots -e -V clean install 
-DskipTests
+        run: mvn --batch-mode --update-snapshots -e -V clean install 
-DskipTests -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
         env:
           CI: false
 
diff --git a/.github/workflows/codeql_analysis.yml 
b/.github/workflows/codeql_analysis.yml
index 14fd3a9b2..7c1ee6d21 100644
--- a/.github/workflows/codeql_analysis.yml
+++ b/.github/workflows/codeql_analysis.yml
@@ -63,7 +63,7 @@ jobs:
 
       - name: Build with Maven
         run: |
-          mvn --batch-mode --update-snapshots -e -V clean install -DskipTests
+          mvn --batch-mode --update-snapshots -e -V clean install -DskipTests 
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
         env:
           CI: false
 

Reply via email to