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

Flaky test band aid, retry #287

Open
Lewiscowles1986 opened this issue Jan 12, 2023 · 1 comment
Open

Flaky test band aid, retry #287

Lewiscowles1986 opened this issue Jan 12, 2023 · 1 comment

Comments

@Lewiscowles1986
Copy link
Collaborator

Just noticing after some of the good re-work happening, pipelines still flake, so as well as fixing, which might take a minute, I wanted to share some ideas for working around pipeline failures.

https://github.com/marketplace/actions/retry-step is a github action with a fairly nice set of language around retries and even allows you to set a maximum time for jobs (assumed parent process).

shell loops with capturing of errors can also be used.
https://unix.stackexchange.com/questions/82598/how-do-i-write-a-retry-logic-in-script-to-keep-retrying-to-run-it-upto-5-times

@YOU54F
Copy link
Member

YOU54F commented Jul 14, 2023

good idea on the retry step, as that is what we do now but manually, will get that in when I am reviewing and going through the FFI stuff next week. ty

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

2 participants