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/10/10 21:42:36 UTC

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #16412: Fix docker cache generation, cleanup output

marcoabreu commented on a change in pull request #16412: Fix docker cache generation, cleanup output
URL: https://github.com/apache/incubator-mxnet/pull/16412#discussion_r333748087
 
 

 ##########
 File path: ci/docker_cache.py
 ##########
 @@ -37,7 +37,7 @@
 DOCKERHUB_LOGIN_NUM_RETRIES = 5
 DOCKERHUB_RETRY_SECONDS = 5
 DOCKER_CACHE_NUM_RETRIES = 3
-DOCKER_CACHE_TIMEOUT_MINS = 15
+DOCKER_CACHE_TIMEOUT_MINS = 30
 
 Review comment:
   No, this is the job that publishes the cache. Right now, the job fails because it runs into a timeout. Once the job works again, everything will be back to normal with incremental builds.
   
   Why shall we set it way higher? The job is only supposed to run a few minutes

----------------------------------------------------------------
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


With regards,
Apache Git Services