Re: [PATCH v1] travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503

2017-05-02 Thread Lars Schneider
> On 02 May 2017, at 11:52, Junio C Hamano wrote: > > On Mon, May 1, 2017 at 8:32 PM, Lars Schneider > wrote: >>> >>> this should make the Git for Windows build a bit more stable. We saw >>> a few 502's recently. E.g.

Re: [PATCH v1] travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503

2017-05-02 Thread Junio C Hamano
On Mon, May 1, 2017 at 8:32 PM, Lars Schneider wrote: >> >> this should make the Git for Windows build a bit more stable. We saw >> a few 502's recently. E.g. https://travis-ci.org/git/git/jobs/226669324 >> > Please don't move this to next, yet. This seems not to work as

Re: [PATCH v1] travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503

2017-05-01 Thread Lars Schneider
> On 29 Apr 2017, at 20:48, Lars Schneider wrote: > > The Git for Windows CI web app sometimes returns HTTP errors of > "502 bad gateway" or "503 service unavailable" [1]. Wait a little and > retry the request if this happens. > > [1] >

[PATCH v1] travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503

2017-04-29 Thread Lars Schneider
The Git for Windows CI web app sometimes returns HTTP errors of "502 bad gateway" or "503 service unavailable" [1]. Wait a little and retry the request if this happens. [1] https://docs.microsoft.com/en-in/azure/app-service-web/app-service-web-troubleshoot-http-502-http-503 Signed-off-by: Lars