rahil-c commented on code in PR #6151:
URL: https://github.com/apache/hudi/pull/6151#discussion_r927086712
##########
azure-pipelines.yml:
##########
@@ -89,10 +90,12 @@ stages:
jobs:
- job: UT_FT_1
displayName: UT FT common & flink & UT client/spark-client
- timeoutInMinutes: '120'
+ timeoutInMinutes: '150'
steps:
- task: Maven@3
displayName: maven install
+ continueOnError: true
+ retryCountOnTaskFailure: 1
Review Comment:
I still think that having the `continueOnError` and `retryCount` is useful,
otherwise in general people still have to keep triggering azure ci to see the
next set of failures, or if theres some azure agent connection issue then have
to rerun which also queues up the many builds.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]