Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make CI config more robust to network #45

Closed
bertsky opened this issue Jan 12, 2020 · 4 comments
Closed

make CI config more robust to network #45

bertsky opened this issue Jan 12, 2020 · 4 comments

Comments

@bertsky
Copy link
Collaborator

bertsky commented Jan 12, 2020

Currently CircliCI fails in deploy job due to network connectivity problems during pip install. Dockerfile already has --timeout=3000 among the options for pip. Still, we get:

Connection broken: ConnectionResetError(104, 'Connection reset by peer')

Should we increase the timeout? Or is this just a bad day?

@kba
Copy link
Member

kba commented Jan 13, 2020

Tough to do something sensible about something so unpredictable. Maybe something like make foo || (sleep 60;echo "Failed once, waiting 60 seconds, trying again"; make foo) to just repeat steps? Ugly as hell but if the network is just gone for more then a few seconds it might help.

@kba
Copy link
Member

kba commented Jan 13, 2020

I restarted the build. @stweil @bertsky Do you have the rights to do that yourself at https://circleci.com/gh/OCR-D/workflows/ocrd_all ?

@stweil
Copy link
Collaborator

stweil commented Jan 13, 2020

I don't have the rights.

@bertsky
Copy link
Collaborator Author

bertsky commented Apr 30, 2020

fixed as of #77

@bertsky bertsky closed this as completed Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants