You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/02/01 23:16:06 UTC

[GitHub] [tvm] areusch commented on a change in pull request #7388: Jenkinsfile changes for #7333.

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



##########
File path: Jenkinsfile
##########
@@ -248,6 +248,8 @@ stage('Unit Test') {
         unpack_lib('gpu', tvm_multilib)
         timeout(time: max_time, unit: 'MINUTES') {
           sh "${docker_run} ${ci_gpu} ./tests/scripts/task_ci_python_setup.sh"
+          sh "${docker_run} ${ci_gpu} ./tests/scripts/task_config_build_gpu.sh"
+          sh "${docker_run} ${ci_gpu} ./tests/scripts/task_build.sh build standalone_crt"

Review comment:
       ok resolved per our discussion. we will not explicitly introduce a separate build step here; instead we will add this build to `tests/scripts/task_ci_setup.sh`, which was previously `tests/scripts/task_ci_python_setup.sh`




----------------------------------------------------------------
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:
users@infra.apache.org