Skip to content

[#] Disable fail-fast in CI strategy to improve job resilience#1651

Merged
jeanouii merged 1 commit intomainfrom
fix/github-actions-fail-false
Feb 5, 2026
Merged

[#] Disable fail-fast in CI strategy to improve job resilience#1651
jeanouii merged 1 commit intomainfrom
fix/github-actions-fail-false

Conversation

@jeanouii
Copy link
Contributor

@jeanouii jeanouii commented Feb 5, 2026

The goal here is to get Github to run the entire matrix till the end. The default for fail-fast is true, so when one combination of [os,java] fails, Github will cancel all the other jobs.
Because it's not stable at the minute, we want to have the full view of all the failures as quickly as possible so we can fix more than one at a time.
And when it's done, I think it makes sense to get a view on all env so we know if one test is failing in one env but not in the other one.

@jeanouii jeanouii merged commit b387595 into main Feb 5, 2026
6 of 8 checks passed
@jeanouii jeanouii deleted the fix/github-actions-fail-false branch February 5, 2026 09:12
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