You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Experiment with retry-step to determine whether it's worth it to switch to it.
If it's worth it, delete the retry.sh script and all references to it.
Add the retry-step step to all applicable GHA jobs.
API Proposal
No response
Firebase Product(s)
N/A
The text was updated successfully, but these errors were encountered:
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
retry-step
to determine whether it's worth it to switch to it.retry-step
step to all applicable GHA jobs.API Proposal
No response
Firebase Product(s)
N/A
The text was updated successfully, but these errors were encountered: