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

Commit

Permalink
Disables large tensor size cpu test step (#14982)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and szha committed May 18, 2019
1 parent 5aa62d8 commit 379d11f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/nightly/JenkinsfileForBinaries
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ core_logic: {
}
}
},
'Test Large Tensor Size: CPU': {
// https://github.com/apache/incubator-mxnet/issues/14980
/*'Test Large Tensor Size: CPU': {
node(NODE_LINUX_CPU) {
ws('workspace/large_tensor-cpu') {
utils.unpack_and_init('cpu_int64', mx_cmake_lib)
utils.docker_run('ubuntu_nightly_cpu', 'nightly_test_large_tensor', false)
}
}
},
},*/
'Test Large Tensor Size: GPU': {
node(NODE_LINUX_GPU) {
ws('workspace/large_tensor-gpu') {
Expand Down

0 comments on commit 379d11f

Please sign in to comment.