You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/10 21:19:11 UTC

[GitHub] lanking520 commented on a change in pull request #13818: [CI] Prevent timeouts when rebuilding containers with docker.

lanking520 commented on a change in pull request #13818: [CI] Prevent timeouts when rebuilding containers with docker.
URL: https://github.com/apache/incubator-mxnet/pull/13818#discussion_r246924302
 
 

 ##########
 File path: ci/docker_cache.py
 ##########
 @@ -52,7 +53,7 @@ def build_save_containers(platforms, registry, load_cache) -> int:
     if len(platforms) == 0:
         return 0
 
-    platform_results = Parallel(n_jobs=len(platforms), backend="multiprocessing")(
+    platform_results = Parallel(n_jobs=PARALLEL_BUILDS, backend="multiprocessing")(
 
 Review comment:
   Will this cause the problems for memory usage? As we tested, if three Scala Integration test running at the sametime would make the CI super slow

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services