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

Fix int64 nightly tests #14809

Merged
merged 1 commit into from
Apr 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/nightly/JenkinsfileForBinaries
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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('ubuntu_cpu_int64', mx_cmake_lib, true)
utils.pack_lib('cpu_int64', mx_cmake_lib, true)
}
}
},
Expand All @@ -55,7 +55,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('ubuntu_gpu_int64', mx_cmake_lib, true)
utils.pack_lib('gpu_int64', mx_cmake_lib, true)
}
}
}
Expand Down