marcoabreu commented on a change in pull request #11633: Fix dist kvstore for
trainer and flaky dist kvstore test
URL: https://github.com/apache/incubator-mxnet/pull/11633#discussion_r201810904
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -724,6 +724,17 @@ integrationtest_ubuntu_gpu_cpp_package() {
cpp-package/tests/ci_test.sh
}
+integrationtest_ubuntu_cpu_dist_kvstore() {
+ set -ex
+ export PYTHONPATH=./python/
+ export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
+ cd tests/nightly/
+ ../../tools/launch.py -n 7 --launcher local python dist_sync_kvstore.py
--type=invalid
+ ../../tools/launch.py -n 7 --launcher local python dist_sync_kvstore.py
--type=gluon_type
+ ../../tools/launch.py -n 7 --launcher local python dist_sync_kvstore.py
--type=gluon_step
+ ../../tools/launch.py -n 7 --launcher local python dist_sync_kvstore.py
--type=gluon_sparse_step
Review comment:
Sorry, I'm having a hard time to determine which tests require a gpu and
which ones dont. Would it be possible to add some way to distinguish the tests
(like adding cpu and gpu to the names, separating them into different files or
adding an argument).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services