marcoabreu 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_r246928244
##########
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:
This only builds the containers and doesn't run tests - the memory footprint
is quite small
----------------------------------------------------------------
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