Skip to content

Add feature flag to disable cancel redundant pipelines

Marius Bobin requested to merge mb-cance-redundant-pipelines-ff into master

What does this MR do and why?

Related to gitlab-com/gl-infra/production#14758 (closed)

Finding the pipelines to cancel is an expensive task that is not well covered by indexes for all project use-cases and sometimes it might harm other services. With this flag we will be able to selectively disable the feature only for some projects.

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.

MR acceptance checklist

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

Edited by Marius Bobin

Merge request reports