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

Tweak BuildPulse/rspec-retry logic #11598

Merged
merged 1 commit into from Jun 29, 2021
Merged

Tweak BuildPulse/rspec-retry logic #11598

merged 1 commit into from Jun 29, 2021

Commits on Jun 29, 2021

  1. Tweak BuildPulse/rspec-retry logic

    BuildPulse is trying to find flaky tests for us but, given the previous
    model of using `rspec-retry`, it would rarely find them. Instead, let's
    try to always rerun `brew tests` multiple times, report to BuildPulse
    each time (by moving the reporting logic into `brew tests`) and disable
    `rspec-retry` when using BuildPulse.
    
    While we're here, let's enable `rspec-retry` locally so we don't have
    flaky tests biting maintainers/contributors there.
    MikeMcQuaid committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    a4c2e0e View commit details
    Browse the repository at this point in the history