Skip to content

Remove unused attributes and fix unnamed attribute

Steve Abrams requested to merge fix-quality-failure-report-bugs into master

What does this MR do and why?

The Quality Failure report includes a link for the coordinated pipeline. This link found by using the coordinated_pipeline_id. When we instantiate QualityFailures, however, we never save that param into an instance variable, so accessing it to fetch the URL doesn't work and we end up with an incorrect URL as we see in this report: gitlab-org/release/tasks#7174 (closed).

This MR also removes the unused :fetcher attr, and sets the pipelines attr.

Related to gitlab-com/gl-infra/delivery#2911 (closed)

Author Check-list

  • [-] Has documentation been updated?
Edited by Steve Abrams

Merge request reports