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_r141207412
##########
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:
I don't know what is the right answer here, please check with others on
slack. We can run this now on the PR builds and then remove this condition
later.
----------------------------------------------------------------
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