This is an automated email from the ASF dual-hosted git repository.
areusch 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 3e37bb5 [CI] Add Arm Compute Library to Arm CI unit test pipeline
(#8734)
3e37bb5 is described below
commit 3e37bb5e677fbf6a20a8aaaea4792aa642a1cead
Author: lhutton1 <[email protected]>
AuthorDate: Thu Aug 12 21:59:40 2021 +0100
[CI] Add Arm Compute Library to Arm CI unit test pipeline (#8734)
---
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 13ab9e0..2beb63b 100755
--- 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"
}