You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/10 03:30:33 UTC

[GitHub] [incubator-seatunnel] asdf2014 commented on a change in pull request #984: [SeaTunnel#983] Speed up CI/CD with multi threads

asdf2014 commented on a change in pull request #984:
URL: https://github.com/apache/incubator-seatunnel/pull/984#discussion_r780877319



##########
File path: .github/workflows/backend.yml
##########
@@ -52,7 +52,7 @@ jobs:
           key: ${{ runner.os }}-maven
       - name: Check Style
         run: |
-          ./mvnw -B checkstyle:check
+          ./mvnw -T 16 -B checkstyle:check

Review comment:
       Sure, let me address

##########
File path: .github/workflows/backend.yml
##########
@@ -64,4 +64,4 @@ jobs:
                  -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
       - name: Run Unit tests
         run: |
-          ./mvnw -B clean verify -Dmaven.test.skip=false -Dgpg.skip=true
+          ./mvnw -T 16 -B clean verify -Dmaven.test.skip=false -Dgpg.skip=true

Review comment:
       Sure, let me address

##########
File path: .github/workflows/publish-docker.yaml
##########
@@ -61,7 +61,7 @@ jobs:
         env:
           MAVEN_OPTS: -Xmx2G -Xms2G
         run: |
-          ./mvnw -B clean deploy \
+          ./mvnw -T 16 -B clean deploy \

Review comment:
       Sure, let me remove it




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org