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 21:18:57 UTC

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

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



##########
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:
       sorry this was some work-in-progress code, I should have marked this as a draft since I'm still working on implementing the PR labeling aspect




-- 
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