Skip to content

Disable unused coverage in MR pipeline list

What does this MR do and why?

This completes the rollout of merge_request_pipelines_list_disable_coverage. When rendering pipeline lists on merge requests, we were serializing unused coverage data. This is expensive, especially for pipelines with lots of downstream pipelines, as each coverage report iterates over all builds in a pipeline, and each pipeline has its own coverage data.

To be extra safe, we rolled this out behind a feature flag. This flag has been live on GitLab.com now for over 24h without issues. Since this is a very high traffic page the flag should be safe to remove now.

See gitlab-com/gl-infra/production#17481 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

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

Merge request reports