tqchen commented on a change in pull request #6331:
URL: https://github.com/apache/incubator-tvm/pull/6331#discussion_r475852720
##########
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:
Let us consider add new scripts e.g.
`tests/scripts/task_python_unittest_gpuonly.sh` that setup the scripts and runs
runs `task_python_unit_test.sh` . This way devs can always directly go and run
the scripts
----------------------------------------------------------------
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]