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

Consider groups classified as "NEW" to be potentially regressions and groups not classified as "NEW" to be potentially intermittents #1045

Merged
merged 5 commits into from
Oct 17, 2023

Commits on Oct 14, 2023

  1. Consider groups classified as "NEW" to be potentially regressions and…

    … groups not classified as "NEW" to be potentially intermittents
    
    Fixes mozilla#832
    marco-c committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    e3f9ddf View commit details
    Browse the repository at this point in the history
  2. Avoid retriggers or backfills that wouldn't help

    Don't retrigger non-consistent failures to find if a failure is a regression.
    Don't retrigger consistent failures to find if a failure is an intermittent.
    Don't backfill non-consistent failures to find if a failure is a regression.
    marco-c committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    a8e8ca9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75087a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Adjust tests for the new 'new' classification and the avoidance of us…

    …eless retriggers/backfills
    marco-c committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4992964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae2f387 View commit details
    Browse the repository at this point in the history