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

github: don't fail fast on cs unit tests #904

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

achilleas-k
Copy link
Member

CentOS Stream 10 unit tests are currently failing due to an issue with the repositories and we are making it non-essential for merging. However, the fail-fast property defaults to true, which causes the CentOS Stream 9 tests to get cancelled when 10 fails.

Disable fail-fast so that C9S tests keep running when C10S tests fail.

CentOS Stream 10 unit tests are currently failing due to an issue with
the repositories and we are making it non-essential for merging.
However, the fail-fast property defaults to true, which causes the
CentOS Stream 9 tests to get cancelled when 10 fails.

Disable fail-fast so that C9S tests keep running when C10S tests fail.
@thozza thozza merged commit 3b81a90 into osbuild:main Sep 4, 2024
16 of 18 checks passed
@achilleas-k achilleas-k deleted the cs-no-failfast branch September 5, 2024 09:10
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