Skip to content

Commit

Permalink
Actually add Compute Library tests to the Jenkins File (apache#8394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramana Radhakrishnan authored Jul 4, 2021
1 parent e32d47e commit a00d211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit a00d211

Please sign in to comment.