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 2022/08/12 16:07:01 UTC

[GitHub] [tvm] driazati commented on a diff in pull request #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org