From a38bf346dbce106192c35b3384f1bf551053cbb5 Mon Sep 17 00:00:00 2001 From: Jinjing Zhou Date: Wed, 28 Apr 2021 19:21:35 +0800 Subject: [PATCH] [CI] Remove duplicate instruction by bot (#2880) * fix * fix * debug * fix * fix * fix * fix * ci * fix * fix * remove duplicate instruction --- benchmarks/Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmarks/Jenkinsfile b/benchmarks/Jenkinsfile index 13ead406ccbb..2cd00a8739b5 100644 --- a/benchmarks/Jenkinsfile +++ b/benchmarks/Jenkinsfile @@ -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()}")