Skip to content

Adds option to filter failed jobs by pipeline stages

Richard Chong requested to merge cd8790-extra-job-filter into main

What does this MR do and why?

This adds a --pipeline-stages option that allows us to filter failed jobs by the pipeline stage. This is so that the test session issue will only include jobs that are relevant to it. For example, the CustomersDot test session issue report that is focused on the E2E test results usually includes the rspec-flaky job as well that isn't related to E2E tests at all. Having this option will reduce the noise in that test session issue.

Related to gitlab-org/customers-gitlab-com#8790 (closed)

Screenshots or screen recordings

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

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports