From 20cedcdb2ce50b8c32bd9d69c975b1db4faae749 Mon Sep 17 00:00:00 2001 From: Ramana Radhakrishnan Date: Sun, 4 Jul 2021 15:10:03 +0100 Subject: [PATCH] Revert "Actually add Compute Library tests to the Jenkins File (#8394)" This reverts commit a00d21156ea749d65c9a59b3a79dac501723086b till we can understand why this is failing in CI but not on developer machines. --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 815c07ad8806a..f26b148085fbd 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" }