From d6525da81292ac853134b61440e3580fd440dd26 Mon Sep 17 00:00:00 2001 From: Ramana Radhakrishnan Date: Wed, 30 Jun 2021 15:40:04 +0100 Subject: [PATCH] Actually add Compute Library tests to the Jenkins File --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index f26b148085fb..815c07ad8806 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" }