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

Commit 32bb374

Browse files
authored
disable tests (#16536)
* disable tests * update
1 parent 4b8a95f commit 32bb374

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ install:
3131
# recommended.
3232
# https://docs.travis-ci.com/user/reference/overview/
3333
script:
34+
# Temporarily disable travis build due to travis constantly time out, tracked in
35+
# https://github.com/apache/incubator-mxnet/issues/16535:
3436
- export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
3537
- mv make/osx.mk config.mk
36-
- make -j 2
38+
# - make -j 2
3739

3840
# Temporarily disabled due to https://github.com/apache/incubator-mxnet/issues/13136
3941
# We ignore several tests to avoid possible timeouts on large PRs.

ci/docker/runtime_functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,8 +1311,8 @@ integrationtest_ubuntu_gpu_dist_kvstore() {
13111311
export PYTHONPATH=./python/
13121312
export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
13131313
cd tests/nightly/
1314-
../../tools/launch.py -n 7 --launcher local python dist_device_sync_kvstore.py
1315-
../../tools/launch.py -n 7 --launcher local python dist_sync_kvstore.py --type=init_gpu
1314+
../../tools/launch.py -n 4 --launcher local python dist_device_sync_kvstore.py
1315+
../../tools/launch.py -n 4 --launcher local python dist_sync_kvstore.py --type=init_gpu
13161316
popd
13171317
}
13181318

0 commit comments

Comments
 (0)