This is an automated email from the ASF dual-hosted git repository.

mousius pushed a commit to branch more-topi
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit ebc086ad484a18c1d2ca5b3ba3a74bd927cd783b
Author: Chris Sidebottom <[email protected]>
AuthorDate: Wed Mar 9 10:57:08 2022 +0000

    [CI] Enable TOPI tests in ci_arm
---
 Jenkinsfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9d38a0e..4a9ae35 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -579,6 +579,10 @@ stage('Test') {
                 script: "${docker_run} ${ci_arm} 
./tests/scripts/task_python_arm_compute_library.sh",
                 label: 'Run test_arm_compute_lib test',
               )
+              sh (
+                script: "${docker_run} ${ci_arm} 
./tests/scripts/task_python_topi.sh",
+                label: 'Run TOPI tests',
+              )
             // sh "${docker_run} ${ci_arm} 
./tests/scripts/task_python_integration.sh"
             }
           } finally {

Reply via email to