comaniac commented on a change in pull request #9031:
URL: https://github.com/apache/tvm/pull/9031#discussion_r711241743
##########
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()
+ docs = sh (returnStatus: true, script: '''
Review comment:
I have a comment regarding to this naming as well, but I prefer yours :D
--
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]