tkonolige commented on a change in pull request #6331:
URL: https://github.com/apache/incubator-tvm/pull/6331#discussion_r475871867
##########
File path: Jenkinsfile
##########
@@ -202,8 +202,8 @@ stage('Unit Test') {
unpack_lib('gpu', tvm_multilib)
timeout(time: max_time, unit: 'MINUTES') {
sh "${docker_run} ${ci_gpu} ./tests/scripts/task_sphinx_precheck.sh"
- sh "${docker_run} ${ci_gpu} ./tests/scripts/task_python_unittest.sh"
- sh "${docker_run} ${ci_gpu}
./tests/scripts/task_python_integration.sh"
+ sh "${docker_run} ${ci_gpu} ./tests/scripts/task_python_unittest.sh
gpu"
Review comment:
Without any arguments, the scripts should be the same as before this PR.
The gpu or cpu arguments are completely optional.
----------------------------------------------------------------
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]