From a28bd4373c07c0980729b7e22f9a0ccded08b86e Mon Sep 17 00:00:00 2001 From: lhutton1 <35535092+lhutton1@users.noreply.github.com> Date: Thu, 12 Aug 2021 21:59:40 +0100 Subject: [PATCH] Merge from upstream and resolve conflict #4 --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index ba5aeb8ddaf3..93a9a23ac621 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" // }