yongwww commented on code in PR #15500: URL: https://github.com/apache/tvm/pull/15500#discussion_r1291577224
########## ci/jenkins/unity_jenkinsfile.groovy: ########## @@ -318,6 +318,7 @@ stage('Build and Test') { sh "${docker_run} ${ci_gpu} ./tests/scripts/task_config_build_gpu.sh build" make("${ci_gpu}", 'build', '-j2') sh "${docker_run} ${ci_gpu} ./tests/scripts/unity/task_python_relax_gpuonly.sh" + sh "${docker_run} ${ci_gpu} ./tests/scripts/unity/task_python_msc.sh" Review Comment: It appears that the test cases for your MSC were not executed as indicated by the following link: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-unity/detail/PR-15500/7/pipeline/60/. The changes to the Jenkins file will only take effect once they are merged. To run your test cases on CI machines for this pull request, you might consider adding them to the test_python_relax.py or test_python_relax_gpu.py files. -- 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: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org