tqchen commented on a change in pull request #7696:
URL: https://github.com/apache/tvm/pull/7696#discussion_r597972088
##########
File path: Jenkinsfile
##########
@@ -186,7 +186,7 @@ stage('Build') {
sh "${docker_run} ${ci_cpu}
./tests/scripts/task_python_integration.sh"
sh "${docker_run} ${ci_cpu} ./tests/scripts/task_python_vta_fsim.sh"
sh "${docker_run} ${ci_cpu} ./tests/scripts/task_python_vta_tsim.sh"
- // sh "${docker_run} ${ci_cpu} ./tests/scripts/task_golang.sh"
+ sh "${docker_run} ${ci_cpu} ./tests/scripts/task_golang.sh"
Review comment:
please first temporary disable this line, since the script won't take
effect until we get it to main. Let us first merge the rest. Then stage the go
tests in case something go wrong
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]