Skip to content

Only consider error transient when spec failure is not present

Jennifer Li requested to merge jennli-fix-transient-error-detection into master

What does this MR do and why?

Closes master-broken incidents mistakenly label as mas... (#1493 - closed)

We want to limit transient error detection only to the jobs that didn't run any spec; if a job failed because a spec failed, we can't guarantee the failure is transient.

Expected impact & dry-runs

These are strongly recommended to assist reviewers and reduce the time to merge your change.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/tree/master/doc/scheduled#testing-policies-with-a-dry-run on how to perform dry-runs for new policies.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/blob/master/doc/reactive/best_practices.md#use-the-sandbox-to-test-new-processors on how to make sure a new processor can be tested.

Action items

Merge request reports