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

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


Reply via email to