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

Commits on Sep 4, 2024

  1. github: don't fail fast on cs unit tests

    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.
    achilleas-k committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5126bbf View commit details
    Browse the repository at this point in the history