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

refactor: disable fail-fast in integration CI #52

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

ca-scribner
Copy link
Contributor

This sets fail-fast: false so that integration CI failing for one rock does not block integration tests for another. This is needed because, as is, a change to RockA will trigger RockB-RockX's CI, and if any RockB-RockX's CI fails it will cancel the CI of RockA. This makes it hard to see if the current PR's changes are having an effect.

This sets `fail-fast: false` so that integration CI failing for one rock does not block integration tests for another.  This is needed because, as is, a change to RockA will trigger RockB-RockX's CI, and if any RockB-RockX's CI fails it will cancel the CI of RockA.  This makes it hard to see if the current PR's changes are having an effect.
Copy link

@SamirPS SamirPS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve it, but is it possible to separate the CI? Like if I change ROCKsA, I only trigger the CI for ROCKsA and not all the ROCKs

@ca-scribner ca-scribner merged commit 684a320 into main Dec 1, 2023
0 of 6 checks passed
@ca-scribner ca-scribner deleted the refactor-integration-tests-to-not-fail-fast branch December 1, 2023 15:03
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.

3 participants