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

[FR]: Investigate using Retry Step action in GHA infra #11253

Open
ncooke3 opened this issue May 9, 2023 · 1 comment
Open

[FR]: Investigate using Retry Step action in GHA infra #11253

ncooke3 opened this issue May 9, 2023 · 1 comment

Comments

@ncooke3
Copy link
Member

ncooke3 commented May 9, 2023

Description

Pretty much all GHA jobs use the retry.sh script to run them again in the case of failure. Instead, there exists a public GHA– retry-step, that gives more granular control over how the step is re-run. This might be particularly relevant for networking related flakes that could benefit from a timed pause between successive runs.

Steps

  1. Experiment with retry-step to determine whether it's worth it to switch to it.
  2. If it's worth it, delete the retry.sh script and all references to it.
  3. Add the retry-step step to all applicable GHA jobs.

API Proposal

No response

Firebase Product(s)

N/A

@paulb777
Copy link
Member

paulb777 commented Feb 8, 2024

After adding a few more in #12371, we got the first green nightly in a while. If it keeps looking good, we should migrate the rest.

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

2 participants