areusch commented on a change in pull request #9031:
URL: https://github.com/apache/tvm/pull/9031#discussion_r717009636
##########
File path: Jenkinsfile
##########
@@ -148,11 +149,15 @@ stage('Prepare') {
}
}
-stage("Sanity Check") {
+stage('Sanity Check') {
timeout(time: max_time, unit: 'MINUTES') {
node('CPU') {
- ws(per_exec_ws("tvm/sanity")) {
+ ws(per_exec_ws('tvm/sanity')) {
init_git()
+ is_docs_only_build = sh (returnStatus: true, script: '''
Review comment:
ok uhh sorry there is just one minor problem here: the polarity is
backwards on this one so none of the if checks below make sense. can you fix?
--
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]