Skip to content

New pipeline execution policy type in type selector

What does this MR do and why?

We add new policy type: Pipeline Execution Policy Type

When creating new policy, we should have new option card according to design

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.

Description UI
Before before.png
After after.png

How to set up and validate locally

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

  1. Enable feature flag

    Feature.enable(:pipeline_execution_policy_type)
  2. Go to project/group

  3. Secure -> Policies -> New policy

  4. Make sure there is 3rd card for Pipeline execution policy

Related to #454209 (closed)

Edited by Artur Fedorov

Merge request reports