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

ci(.github): add retry to download artifacts to work around the RequestTimeout issue of downloading artifacts #8737

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

jijiechen
Copy link
Member

The download-artifact action plugin was updated to v4 recently and we are seeing request timeouts after that updating.
This is a known issue at GitHub Actions server side and it's tracked at actions/download-artifact#249

I'm adding some retries to work around this issue for the moment. This work around does not break the main run process, we can see successful artifact downloading from the following run:

https://github.com/jijiechen/kuma/actions/runs/7394542119/job/20117851713

(The run failed eventually because of flaky e2e tests, but we can stil know the PR here will not break the CI process)

Checklist prior to review

…stTimeout issue of downloading artifacts

Signed-off-by: Jay Chen <[email protected]>
@jijiechen jijiechen requested a review from a team as a code owner January 3, 2024 09:19
@jijiechen jijiechen requested review from slonka and lobkovilya and removed request for a team January 3, 2024 09:19
@jijiechen jijiechen enabled auto-merge (squash) January 3, 2024 09:37
@jijiechen jijiechen merged commit 412f42b into kumahq:master Jan 3, 2024
14 checks passed
@jijiechen jijiechen deleted the retry-download-artifacts branch January 4, 2024 02:17
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.

2 participants