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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to