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

Use "travis_retry" function in some key places to reduce CI flakiness #17596

Closed
asfimport opened this issue Sep 20, 2017 · 1 comment
Closed

Comments

@asfimport
Copy link

There's enough things that can go wrong in our CI due to external package registries that we can often end up with spurious failures not caused by code changes.

For example, here is an NPM registry failure:

https://travis-ci.org/apache/arrow/jobs/277798491#L941

I have seen Maven Central fail or anaconda.org fail in the past, too. Some of these package commands that hit external resources could be wrapped in travis_retry to give them another shot at success

Reporter: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-1583. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
This is being done already in many places, suggest opening issues to address particular flakiness that we see periodically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant