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

masahi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new a00d211  Actually add Compute Library tests to the Jenkins File (#8394)
a00d211 is described below

commit a00d21156ea749d65c9a59b3a79dac501723086b
Author: Ramana Radhakrishnan <[email protected]>
AuthorDate: Sun Jul 4 02:02:16 2021 +0100

    Actually add Compute Library tests to the Jenkins File (#8394)
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index f26b148..815c07a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -282,6 +282,7 @@ stage('Unit Test') {
         timeout(time: max_time, unit: 'MINUTES') {
           sh "${docker_run} ${ci_arm} ./tests/scripts/task_ci_setup.sh"
           sh "${docker_run} ${ci_arm} ./tests/scripts/task_python_unittest.sh"
+          sh "${docker_run} ${ci_arm} 
./tests/scripts/task_python_arm_compute_library.sh"
           junit "build/pytest-results/*.xml"
           // sh "${docker_run} ${ci_arm} 
./tests/scripts/task_python_integration.sh"
         }

Reply via email to