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

[v0.4] Don't fail fast CI workflow #444

Open
wants to merge 1 commit into
base: release/v0.4
Choose a base branch
from

Conversation

tomleb
Copy link
Contributor

@tomleb tomleb commented Jul 10, 2024

Issue: rancher/rancher#45231

Technically not required for rancher/rancher#45231 but related.

With flaky tests or Docker rate limit, it's very annoying to have a job's failure cancel another job. Instead, let all jobs run to completion, this way we can restart only the failed one.

Backport of #442

@tomleb tomleb requested a review from a team as a code owner July 10, 2024 12:49
@tomleb tomleb changed the base branch from release/v0.5 to release/v0.4 July 10, 2024 12:49
@tomleb tomleb force-pushed the fail-fast-ci-v0.4 branch from e867c48 to 33debd8 Compare July 10, 2024 12:52
With flaky tests or Docker rate limit, it's very annoying to have a
job's failure cancel another job. Instead, let all jobs run to
completion, this way we can restart only the failed one.
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.

1 participant