Skip to content

Commit

Permalink
Not to search for coverage files when none exist (apache#16107)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2290 authored and gyshi committed Sep 7, 2019
1 parent bdda4b3 commit 977f319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nightly/JenkinsfileForBinaries
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ core_logic: {
ws('workspace/build-cpu-int64') {
utils.init_git()
utils.docker_run('ubuntu_nightly_cpu', 'build_ubuntu_cpu_large_tensor', false)
utils.pack_lib('cpu_int64', mx_cmake_lib, true)
utils.pack_lib('cpu_int64', mx_cmake_lib)
}
}
},
Expand All @@ -54,7 +54,7 @@ core_logic: {
ws('workspace/build-gpu-int64') {
utils.init_git()
utils.docker_run('ubuntu_nightly_gpu', 'build_ubuntu_gpu_large_tensor', true)
utils.pack_lib('gpu_int64', mx_cmake_lib, true)
utils.pack_lib('gpu_int64', mx_cmake_lib)
}
}
}
Expand Down

0 comments on commit 977f319

Please sign in to comment.