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: disable fast-fail on auto-fallible #75095

Merged
merged 1 commit into from
Aug 4, 2020

Commits on Aug 4, 2020

  1. ci: disable fail-fast on auto-fallible

    The purpose of the auto-fallible job is to run builders that are likely
    to fail on CI without gating on them. Having fail-fast enabled there
    kinda defeats the purpose, as if one of them fails we can't monitor the
    outcome of the other ones.
    
    This was prompted by the aarch64-gnu builder consistently failing due to
    a broken test, preventing us from seeing if the macOS spurious failure
    is fixed.
    pietroalbini committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    268bc7f View commit details
    Browse the repository at this point in the history