You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/03 07:17:20 UTC

[GitHub] [tvm] shingjan commented on a change in pull request #9554: Implement [skip ci] for Jenkins

shingjan commented on a change in pull request #9554:
URL: https://github.com/apache/tvm/pull/9554#discussion_r761695800



##########
File path: Jenkinsfile
##########
@@ -157,6 +157,16 @@ stage('Sanity Check') {
           script: "${docker_run} ${ci_lint}  ./tests/scripts/task_lint.sh",
           label: "Run lint",
         )
+        skip_ci = sh (
+          returnStatus: true,
+          script: './tests/scripts/git_skip_ci.sh',
+          label: "Check if CI should be skipped",
+        )
+        // if (skip_ci == 1) {

Review comment:
       Should these comments be removed as they are duplicated below?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org