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
  • Loading branch information
Ramana Radhakrishnan authored Jul 7, 2021
1 parent a4775c2 commit 8fb4cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
3 changes: 2 additions & 1 deletion tests/scripts/task_python_arm_compute_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ source tests/scripts/setup-pytest-env.sh
find . -type f -path "*.pyc" | xargs rm -f
make cython3

run_pytest ctypes python-arm_compute_lib tests/python/contrib/test_arm_compute_lib
echo "Temporarily suspended while we understand flakiness with #8117"
#run_pytest ctypes python-arm_compute_lib tests/python/contrib/test_arm_compute_lib

0 comments on commit 8fb4cdf

Please sign in to comment.