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 2020/04/27 21:25:09 UTC

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #18179: Enable docker cache build for images listed in docker-compose.yml

marcoabreu commented on a change in pull request #18179:
URL: https://github.com/apache/incubator-mxnet/pull/18179#discussion_r416159358



##########
File path: ci/Jenkinsfile_docker_cache
##########
@@ -38,6 +38,7 @@ core_logic: {
         timeout(time: total_timeout, unit: 'MINUTES') {
           utils.init_git()
           sh "python3 ./ci/docker_cache.py --docker-registry ${env.DOCKER_CACHE_REGISTRY}"
+          sh "cd ci && docker-compose -f docker/docker-compose.yml build --parallel && docker-compose -f docker/docker-compose.yml push "

Review comment:
       Can you pull that into docker_cache.py to leverage parallelisation wrt non updated images and also providing one single interface?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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