-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Frequent test failures caused by image download timeout #12452
Comments
If someone provides some feedback here on the preferred solution, I can quickly implement & push. |
@juliev0 FYI I am observing a failure rate much worse than ~1/3 at the moment. |
Nice catch! I would suggest we revert #12384 as it seems like most folks in that issue are doing. We'll want to add an ignore pattern to Re: retry, we may want to add that anyway as it does still occasionally happen even on v3 (though ideally the action itself would have code to retry...), though it seems to be happening exponentially more with |
Looks like the download action already implements a retry, so maybe something else is messed up with the new v4. I think I'll just revert changes from #12384 and open a new ticket to upgrade to v4 once actions/download-artifact#249 is resolved. |
Sounds good. We will still want to add the |
Yep, I've got that in. Will push shortly. |
…v3 to fix artifact download timeout issues. Add both download-artifact and upload-artifact to dependabot ignore dependency. Fixes argoproj#12452. Signed-off-by: Garett MacGowan <garettsoftware@gmail.com>
Pre-requisites
:latest
What happened/what did you expect to happen?
This is a development specific issue. When running the CI, tests frequently (intermittently) fail due to a timeout of the argoexec image download.
Here's an example failed workflow
This issue seems to be common & is being experienced by multiple users of the v4 action: actions/download-artifact#249
Potential Solutions
actions/download-artifact@v4
in a retry action.actions/download-artifact@v3
actions/download-artifact@v4
([bug] Unable to download artifact(s): Unable to download and extract artifact: Request timeout actions/download-artifact#249)Version
latest
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
N/A
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: