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/02/17 02:21:44 UTC

[GitHub] [incubator-seatunnel] asdf2014 commented on a change in pull request #1258: [Feature][ci] Rerun failed step for the backend Github action

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



##########
File path: .github/workflows/backend.yml
##########
@@ -62,15 +62,20 @@ jobs:
         run: |
           ./mvnw -T 2C -B checkstyle:check --no-snapshot-updates
       - name: Build and Package
-        run: |
-          ./mvnw -B install scalastyle:check \
-                 -Dmaven.test.skip=true \
-                 -Dcheckstyle.skip=true \
-                 -Dhttp.keepAlive=false \
-                 -Dmaven.wagon.http.pool=false \
-                 -Dmaven.wagon.http.retryHandler.count=3 \
-                 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \
-                 --no-snapshot-updates
+        uses: nick-invision/retry@v2
+        with:
+          timeout_minutes: 10

Review comment:
       @leo65535 It is enough for this step




-- 
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