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/vmtest: disable fail-fast on test matrix #316

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

willfindlay
Copy link
Contributor

@willfindlay willfindlay commented Aug 11, 2022

GA defaults to fail-fast on matrix strategies. This means that if one of our test groups
fails, it will cancel all the others. I think we really don't want this because 1. most of
the other jobs will probably be almost completed anyways so cancelling them is not worth
it and 2. more cancelled jobs means more jobs we need to re-run on flakes.

Let's disable fail-fast for the reasons stated above.

Signed-off-by: William Findlay [email protected]

GA defaults to fail-fast on matrix strategies. This means that if on of our test groups
fails, it will cancel all the others. I think we really don't want this because 1. most of
the other jobs will probably be almost completed anyways so cancelling them is not worth
it and 2. more cancelled jobs means more jobs we need to re-run on flakes.

Let's disable fail-fast for the reasons stated above.

Signed-off-by: William Findlay <[email protected]>
@willfindlay willfindlay requested a review from kkourt August 11, 2022 19:38
@kkourt kkourt merged commit 7a7d669 into main Aug 12, 2022
@kkourt kkourt deleted the pr/willfindlay/vmtest-no-failfast branch August 12, 2022 07:57
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