-
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
fix: CI Artifact Download Timeout. Fixes #12452 #12454
Merged
terrytangyuan
merged 3 commits into
argoproj:main
from
GarettSoftware:fix/actions_download_upload_timeout
Jan 4, 2024
Merged
fix: CI Artifact Download Timeout. Fixes #12452 #12454
terrytangyuan
merged 3 commits into
argoproj:main
from
GarettSoftware:fix/actions_download_upload_timeout
Jan 4, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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>
Garett-MacGowan
changed the title
fix: Downgrade actions/download-artifact and actions/upload-artifact from v4 to v3
fix: CI Artifact Download Timeout
Jan 4, 2024
…2454 Signed-off-by: Garett MacGowan <garettsoftware@gmail.com>
agilgur5
added
type/dependencies
PRs and issues specific to updating dependencies
github_actions
Pull requests that update Github_actions dependencies
area/build
Build or GithubAction/CI issues
labels
Jan 4, 2024
agilgur5
reviewed
Jan 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a small comment to the dependabot.yml
so that we indicate a reason. Otherwise LGTM
Add comment to ignore actions/download-artifact and actions/upload-artifact until actions/download-artifact/issues/249 is resolved. Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com> Signed-off-by: Garett MacGowan <garett.macgowan@gmail.com>
Seems to have reduced the error frequency, as expected. Good to go if tests succeed. |
agilgur5
approved these changes
Jan 4, 2024
Garett-MacGowan
changed the title
fix: CI Artifact Download Timeout
fix: CI Artifact Download Timeout. Fixes #12452
Jan 4, 2024
terrytangyuan
approved these changes
Jan 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/build
Build or GithubAction/CI issues
github_actions
Pull requests that update Github_actions dependencies
type/dependencies
PRs and issues specific to updating dependencies
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #12452
Motivation
The V4 actions seem to have a high tendency to timeout when downloading artifacts.
actions/download-artifact#249
Modifications
Downgrade actions/download-artifact and actions/upload-artifact from v4 to v3 to fix artifact download timeout issues. Add both download-artifact and upload-artifact to dependabot ignore dependency.
Verification
Submit a few empty commits to verify frequency of failures is reduced.