driazati commented on code in PR #12404:
URL: https://github.com/apache/tvm/pull/12404#discussion_r944611923
##########
ci/jenkins/Test.groovy.j2:
##########
@@ -183,7 +183,11 @@
ci_setup(ci_arm)
sh (
script: "${docker_run} ${ci_arm}
./tests/scripts/task_python_frontend_cpu.sh",
- label: 'Run Python frontend tests',
+ label: 'Run General Python frontend tests',
+ )
+ sh (
Review Comment:
Could you push this PR branch to apache/tvm as well? That will kick off a CI
job `tvm-ci/branch` that will test these Jenkinsfile changes
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]