Skip to content

Commit

Permalink
Revert "Actually add Compute Library tests to the Jenkins File (apach…
Browse files Browse the repository at this point in the history
…e#8394)"

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 7, 2021
1 parent 2628179 commit c9b47d1
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 c9b47d1

Please sign in to comment.