"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "3742d5ffedd756e0431c474237882aa116233e65"
Unverified Commit a38bf346 authored by Jinjing Zhou's avatar Jinjing Zhou Committed by GitHub
Browse files

[CI] Remove duplicate instruction by bot (#2880)

* fix

* fix

* debug

* fix

* fix

* fix

* fix

* ci

* fix

* fix

* remove duplicate instruction
parent ab2bd1f1
...@@ -46,11 +46,11 @@ pipeline { ...@@ -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}. ") 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 { } else {
if (prOpenTriggerCause) { // if (prOpenTriggerCause) {
if (env.BUILD_ID == "1") { // 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`') // 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('Build was not started by a trigger')
} }
// echo("Comment: ${commentTriggerCause.getComment()}") // echo("Comment: ${commentTriggerCause.getComment()}")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment