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

GH Actions/test: automatically retry failed CodeCov uploads #857

Merged

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Jan 8, 2024

We've been seeing quite some upload failures for CodeCov over the past few months. There are a couple of issues open in their repo for this. In the mean time, let's try an limit the annoyance of having to restart builds by automatically retrying the upload when it fails.

The action runner used for this defaults to 2 retry attempts with a 0 second delay. This can be tweaked later if needs be.

Ref: https://github.com/Wandalen/wretry.action

We've been seeing quite some upload failures for CodeCov over the past few months.
There are a couple of issues open in their repo for this. In the mean time, let's try an limit the annoyance of having to restart builds by automatically retrying the upload when it fails.

The action runner used for this defaults to 2 retry attempts with a 0 second delay. This can be tweaked later if needs be.

Ref: https://github.com/Wandalen/wretry.action
@jrfnl jrfnl added this to the 2.0.x Next milestone Jan 8, 2024
@jrfnl jrfnl mentioned this pull request Jan 8, 2024
7 tasks
@schlessera schlessera merged commit ff5ed5c into develop Jan 8, 2024
32 checks passed
@schlessera schlessera deleted the feature/ghactions-test-auto-retry-failed-codecov-uploads branch January 8, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants