nswamy commented on a change in pull request #8034: Kill running PR builds when
a new build is triggered for the same PR
URL: https://github.com/apache/incubator-mxnet/pull/8034#discussion_r140923324
##########
File path: Jenkinsfile
##########
@@ -116,6 +138,12 @@ def python3_gpu_ut(docker_type) {
}
try {
+ stage("Purge") {
+ node('mxnetlinux') {
+ abortPreviousRunningBuilds()
Review comment:
I think this should be combined in the first stage. I don't see value in
going back to the queue(i.e., to get an executor for the next stage) after that
this stage.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services