This is an automated email from the ASF dual-hosted git repository.
jroesch 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 8fb4cdf Revert "Actually add Compute Library tests to the Jenkins
File (#8394)" (#8400)
8fb4cdf is described below
commit 8fb4cdfcd8b5097d36b81230d26cb8a2f6544bee
Author: Ramana Radhakrishnan <[email protected]>
AuthorDate: Wed Jul 7 22:52:30 2021 +0100
Revert "Actually add Compute Library tests to the Jenkins File (#8394)"
(#8400)
---
Jenkinsfile | 1 -
tests/scripts/task_python_arm_compute_library.sh | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 815c07a..f26b148 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -282,7 +282,6 @@ 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"
}
diff --git a/tests/scripts/task_python_arm_compute_library.sh
b/tests/scripts/task_python_arm_compute_library.sh
index 7df894d..7538062 100755
--- a/tests/scripts/task_python_arm_compute_library.sh
+++ b/tests/scripts/task_python_arm_compute_library.sh
@@ -27,4 +27,5 @@ source tests/scripts/setup-pytest-env.sh
find . -type f -path "*.pyc" | xargs rm -f
make cython3
-run_pytest ctypes python-arm_compute_lib
tests/python/contrib/test_arm_compute_lib
+echo "Temporarily suspended while we understand flakiness with #8117"
+#run_pytest ctypes python-arm_compute_lib
tests/python/contrib/test_arm_compute_lib