Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix Jenkins_steps.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Nov 9, 2020
1 parent 7410497 commit 8340dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def compile_centos7_cpu(lib_name) {
timeout(time: max_time, unit: 'MINUTES') {
utils.init_git()
utils.docker_run('centos7_cpu', 'build_centos7_cpu', false)
utils.pack_lib(lib_name, mx_lib, true)
utils.pack_lib(lib_name, mx_lib)
}
}
}
Expand Down Expand Up @@ -866,7 +866,7 @@ def test_centos7_python3_cpu(lib_name) {
ws('workspace/build-centos7-cpu') {
timeout(time: max_time, unit: 'MINUTES') {
try {
utils.unpack_and_init(lib_name, mx_lib, true)
utils.unpack_and_init(lib_name, mx_lib)
utils.docker_run('centos7_cpu', 'unittest_centos7_cpu', false)
utils.publish_test_coverage()
} finally {
Expand Down

0 comments on commit 8340dd1

Please sign in to comment.