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

Fix regression by restarting on artifact download errors #5322

Merged
merged 3 commits into from
Feb 21, 2019

Conversation

schmichael
Copy link
Member

0.9.0beta2 contains a regression where artifact download errors would
not cause a task restart and instead immediately fail the task.

This restores the pre-0.9 behavior of retrying all artifact errors and
adds missing tests.

It also removes a duplicate test and adds a little test helper in 38da167

@schmichael schmichael requested review from nickethier and preetapan and removed request for nickethier February 13, 2019 16:30
@schmichael schmichael changed the base branch from test-port-08 to master February 20, 2019 15:21
Adds a new helper and removes a duplicated test.
0.9.0beta2 contains a regression where artifact download errors would
not cause a task restart and instead immediately fail the task.

This restores the pre-0.9 behavior of retrying all artifact errors and
adds missing tests.
Track the download status of each artifact independently so that if only
one of many artifacts fails to download, completed artifacts aren't
downloaded again.
@schmichael schmichael merged commit 234f644 into master Feb 21, 2019
@endocrimes endocrimes deleted the b-artifact-retries branch February 25, 2019 10:35
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants