Skip to content

Commit

Permalink
Revert "Actually add Compute Library tests to the Jenkins File (#8394)"
Browse files Browse the repository at this point in the history
This reverts commit a00d211 till we
can understand why this is failing in CI but not on developer machines.
  • Loading branch information
Ramana Radhakrishnan committed Jul 4, 2021
1 parent d17f753 commit 20cedcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 20cedcd

Please sign in to comment.