areusch commented on a change in pull request #9733:
URL: https://github.com/apache/tvm/pull/9733#discussion_r781689836



##########
File path: Jenkinsfile
##########
@@ -463,11 +478,8 @@ stage('Unit Test') {
       } else {
          Utils.markStageSkippedForConditional('python3: arm')
       }
-    }
-}
-
-stage('Integration Test') {

Review comment:
       let's give this a shot and we can always bring forward the failFast 
logic from @mousius now that we are going this route

##########
File path: Jenkinsfile
##########
@@ -397,10 +390,10 @@ stage('Unit Test') {
           }
         }
       } else {
-        Utils.markStageSkippedForConditional('python3: GPU')
+        Utils.markStageSkippedForConditional('unittest: GPU')
       }
     },
-    'python3: CPU': {

Review comment:
       ok, given the data i support trying this change! we may need to evaluate 
its impact as folks start using it day-to-day.




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