gautamkmr 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_r140929071
 
 

 ##########
 File path: Jenkinsfile
 ##########
 @@ -116,6 +138,12 @@ def python3_gpu_ut(docker_type) {
 }
 
 try {
+    stage("Purge") {
+        node('mxnetlinux') {
+            abortPreviousRunningBuilds()
 
 Review comment:
   LGTM. 
 
----------------------------------------------------------------
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

Reply via email to