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

Add travis_retry in .travis.yml #135

Merged
merged 1 commit into from
Mar 14, 2023
Merged

Add travis_retry in .travis.yml #135

merged 1 commit into from
Mar 14, 2023

Conversation

bobuhiro11
Copy link
Owner

The travis_retry function is just a wrapper that will
retry up to 3 times if the target command returns
non-zero. gokvm tests are unreliable because for some
reason they often fail on Travis CI and succeed when
re-run manually.

https://docs.travis-ci.com/user/common-build-problems/

Signed-off-by: Nobuhiro MIKI <nob@bobuhiro11.net>
@bobuhiro11 bobuhiro11 marked this pull request as ready for review March 14, 2023 14:14
@bobuhiro11 bobuhiro11 merged commit cdd4683 into main Mar 14, 2023
@bobuhiro11 bobuhiro11 deleted the add_travis_retry branch March 14, 2023 14:14
This was referenced Mar 17, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant