Skip to content

Commit

Permalink
[FIX] Add task_ci_python_setup.sh to the arm CI (apache#6850)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkonolige authored Nov 5, 2020
1 parent 3ff0100 commit 8013a23
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 @@ -275,6 +275,7 @@ stage('Unit Test') {
init_git()
unpack_lib('arm', tvm_multilib)
timeout(time: max_time, unit: 'MINUTES') {
sh "${docker_run} ${ci_arm} ./tests/scripts/task_ci_python_setup.sh"
sh "${docker_run} ${ci_arm} ./tests/scripts/task_python_unittest.sh"
// sh "${docker_run} ${ci_arm} ./tests/scripts/task_python_integration.sh"
}
Expand Down

0 comments on commit 8013a23

Please sign in to comment.