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

ci: Don't fail fast on stable/beta unit test matrix #1808

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Conversation

cpswan
Copy link
Member

@cpswan cpswan commented Feb 19, 2024

A single failing test on either beta or stable will cause all the unit tests to fail, requiring a rerun against both channels.

This is happening frequently whilst #1799 is addressed

- What I did

Set fail-fast to false

- How to verify it

Future test runs should only fail on one channel (unless the tests flake on both)

- Description for the changelog

ci: Don't fail fast on stable/beta unit test matrix

@gkc gkc merged commit b02c404 into trunk Feb 19, 2024
21 checks passed
@gkc gkc deleted the cpswan-dont-fail-fast branch February 19, 2024 11:18
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.

2 participants