mbaijal 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_r140924608
##########
File path: Jenkinsfile
##########
@@ -116,6 +138,12 @@ def python3_gpu_ut(docker_type) {
}
try {
+ stage("Purge") {
+ node('mxnetlinux') {
+ abortPreviousRunningBuilds()
Review comment:
Sure, I can make it a part of Sanity Test since we plan to have that stage
whether it is a full build or smoke test.
@gautamkmr @sandeep-krishnamurthy any opinions?
----------------------------------------------------------------
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