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 Fedora unit tests #933

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 16, 2024

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

    Fedora 41 unit tests are currently failing due to an issue with
    the repositories and are non-essential for merging (which is common for
    rawhide and early branching periods).
    However, the fail-fast property defaults to true, which causes the
    other Fedora tests to get cancelled when F41 fails.
    
    Disable fail-fast so that F40 tests keep running when F41 tests fail.
    
    This is the same change we made for CS tests
    3b81a90
    achilleas-k committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1100435 View commit details
    Browse the repository at this point in the history