Skip to content

Commit

Permalink
[CI] Remove duplicate instruction by bot (dmlc#2880)
Browse files Browse the repository at this point in the history
* fix

* fix

* debug

* fix

* fix

* fix

* fix

* ci

* fix

* fix

* remove duplicate instruction
  • Loading branch information
VoVAllen authored Apr 28, 2021
1 parent ab2bd1f commit a38bf34
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions benchmarks/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ pipeline {
}
pullRequest.comment("Finished the Regression test. Result table is at https://dgl-asv-data.s3-us-west-2.amazonaws.com/${env.GIT_COMMIT}_${instance_type}/results/result.csv. Jenkins job link is ${RUN_DISPLAY_URL}. ")
} else {
if (prOpenTriggerCause) {
if (env.BUILD_ID == "1") {
pullRequest.comment('To trigger regression tests: \n - `@dgl-bot run [instance-type] [which tests] [compare-with-branch]`; \n For example: `@dgl-bot run g4dn.4xlarge all dmlc/master` or `@dgl-bot run c5.9xlarge kernel,api dmlc/master`')
}
}
// if (prOpenTriggerCause) {
// if (env.BUILD_ID == "1") {
// pullRequest.comment('To trigger regression tests: \n - `@dgl-bot run [instance-type] [which tests] [compare-with-branch]`; \n For example: `@dgl-bot run g4dn.4xlarge all dmlc/master` or `@dgl-bot run c5.9xlarge kernel,api dmlc/master`')
// }
// }
echo('Build was not started by a trigger')
}
// echo("Comment: ${commentTriggerCause.getComment()}")
Expand Down

0 comments on commit a38bf34

Please sign in to comment.