You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/17 17:05:03 UTC

[GitHub] [incubator-nuttx] btashton opened a new pull request #822: Add retry to pull docker image

btashton opened a new pull request #822: Add retry to pull docker image
URL: https://github.com/apache/incubator-nuttx/pull/822
 
 
   This should cause the docker pull step to retry after a delay to hopefully handle the issues with the GitHub package registry.
   
   NOTE:  The container will not be pulled again in the next step because it already exists.  There is almost zero cost to doing this pull here instead of directly in the run.

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

[GitHub] [incubator-nuttx] btashton commented on issue #822: Add retry to pull docker image

Posted by GitBox <gi...@apache.org>.
btashton commented on issue #822: Add retry to pull docker image
URL: https://github.com/apache/incubator-nuttx/pull/822#issuecomment-615364524
 
 
   @xiaoxiang781216 I think this will improve things for now, but if GitHub is having some intermittent outage then we probably will need to bring it up with them if this does not resolve it.

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

[GitHub] [incubator-nuttx] btashton commented on issue #822: Add retry to pull docker image

Posted by GitBox <gi...@apache.org>.
btashton commented on issue #822: Add retry to pull docker image
URL: https://github.com/apache/incubator-nuttx/pull/822#issuecomment-615384503
 
 
   > github is not currently reporting any degraded performance with github actions:  https://www.githubstatus.com/
   
   Yes but there have been other reports in the forums about this. Realistically they probably should have the retry built in so hopefully this will help

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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #822: Add retry to pull docker image

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #822: Add retry to pull docker image
URL: https://github.com/apache/incubator-nuttx/pull/822
 
 
   

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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #822: Add retry to pull docker image

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #822: Add retry to pull docker image
URL: https://github.com/apache/incubator-nuttx/pull/822#issuecomment-615380127
 
 
   @btashton need update apps and testing too

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

[GitHub] [incubator-nuttx] btashton commented on issue #822: Add retry to pull docker image

Posted by GitBox <gi...@apache.org>.
btashton commented on issue #822: Add retry to pull docker image
URL: https://github.com/apache/incubator-nuttx/pull/822#issuecomment-615385278
 
 
   > @btashton need update apps and testing too
   
   Just wanted to see if this resolved the issue before updating the other places.  I was also thinking about moving the retry logic into the custom action as well which would simplify things further. 

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

[GitHub] [incubator-nuttx] patacongo commented on issue #822: Add retry to pull docker image

Posted by GitBox <gi...@apache.org>.
patacongo commented on issue #822: Add retry to pull docker image
URL: https://github.com/apache/incubator-nuttx/pull/822#issuecomment-615372728
 
 
   github is not currently reporting any degraded performance with github actions:  https://www.githubstatus.com/

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