This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,11 @@ install:
31
31
# recommended.
32
32
# https://docs.travis-ci.com/user/reference/overview/
33
33
script :
34
+ # Temporarily disable travis build due to travis constantly time out, tracked in
35
+ # https://github.com/apache/incubator-mxnet/issues/16535:
34
36
- export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
35
37
- mv make/osx.mk config.mk
36
- - make -j 2
38
+ # - make -j 2
37
39
38
40
# Temporarily disabled due to https://github.com/apache/incubator-mxnet/issues/13136
39
41
# We ignore several tests to avoid possible timeouts on large PRs.
Original file line number Diff line number Diff line change @@ -1311,8 +1311,8 @@ integrationtest_ubuntu_gpu_dist_kvstore() {
1311
1311
export PYTHONPATH=./python/
1312
1312
export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
1313
1313
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
1316
1316
popd
1317
1317
}
1318
1318
You can’t perform that action at this time.
0 commit comments