-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[v1.7] Cherry pick Increase staggered build timeout (#18568) #18585
[v1.7] Cherry pick Increase staggered build timeout (#18568) #18585
Conversation
* Increase staggered build timeout to 180 min, since sanity build has 180 min timeout. * Decrease timeout so everyone is happy. Co-authored-by: Joe Evans <joeev@amazon.com>
Hey @josephevans , Thanks for submitting the PR
CI supported jobs: [windows-gpu, miscellaneous, centos-cpu, clang, edge, centos-gpu, unix-cpu, windows-cpu, unix-gpu, website, sanity] Note: |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
Hi @josephevans , please help to re-trigger the |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
Hi @ciyongch, we actually increased the overall "full" job which first triggers sanity build, then if it passes we run the rest of the jobs. But since it doesn't make sense to have a longer timeout for sanity build than the "full" build, we made them the same. If the sanity build timed out, the full build would have already timed out of the timeout is longer. |
Thanks for the update @josephevans . Ping @leezu @marcoabreu @aaronmarkham to have a review and help merge. Thanks! |
Hi @leeze @ChaiBapchya @marcoabreu @aaronmarkham , can you help to take a review and merged. The corresponding one #18568 to v1.x branch is already merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@TaoLv @pengzhao-intel please help to merge.
Increase staggered build timeout to 180 min, since sanity build has 180 min timeout.
Decrease timeout so everyone is happy.
Co-authored-by: Joe Evans joeev@amazon.com