xiangfu0 commented on code in PR #8531: URL: https://github.com/apache/pinot/pull/8531#discussion_r849798789
########## .github/workflows/pinot_compatibility_tests.yml: ########## @@ -48,7 +48,14 @@ jobs: NEW_COMMIT: ${{ github.event.inputs.newCommit }} WORKING_DIR: /tmp/compatibility-verifier TEST_SUITE: ${{ matrix.test_suite }} - MAVEN_OPTS: -Xmx2G -DskipShade -DfailIfNoTests=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false + MAVEN_OPTS: -Xmx2G -DskipShade -DfailIfNoTests=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 \ Review Comment: You may also need to modify the script a bit to let it trigger the job once to kick off the action tasks -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org