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_r141198673
 
 

 ##########
 File path: Jenkinsfile
 ##########
 @@ -119,6 +143,9 @@ try {
     stage("Sanity Check") {
       timeout(time: max_time, unit: 'MINUTES') {
         node('mxnetlinux') {
+          if (env.BRANCH_NAME != "master") {
 
 Review comment:
   We can also change this condition to run this only on PR builds. Let me know 
if that is preferable. 
 
----------------------------------------------------------------
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