Skip to content
代码片段 群组 项目
提交 9267b661 编辑于 作者: Sashi Kumar's avatar Sashi Kumar
浏览文件

Default enable approval_policy_parent_child_pipeline

This change enables approval_policy_parent_child_pipeline
feature flag by default for all projects.

EE: true
Changelog: added
上级 fa5ac269
No related branches found
No related tags found
无相关合并请求
......@@ -49,10 +49,10 @@ The following video gives you an overview of GitLab merge request approval polic
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/379108) in GitLab 16.2 [with a flag](../../../administration/feature_flags.md) named `multi_pipeline_scan_result_policies`. Disabled by default.
> - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/409482) in GitLab 16.3. Feature flag `multi_pipeline_scan_result_policies` removed.
> - Support for parent-child pipelines [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/428591) in GitLab 16.11 [with a flag](../../../administration/feature_flags.md) named `approval_policy_parent_child_pipeline`. Disabled by default.
> - [Enabled on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/451597) in GitLab 17.0.
FLAG:
On self-managed GitLab, by default support for parent-child pipelines is not available. To make it available, an administrator can [enable the feature flag](../../../administration/feature_flags.md) named `approval_policy_parent_child_pipeline`.
On GitLab.com and GitLab Dedicated, this feature is not available.
A project can have multiple pipeline types configured. A single commit can initiate multiple
pipelines, each of which may contain a security scan.
......
......@@ -6,4 +6,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/451597
milestone: '16.11'
group: group::security policies
type: beta
default_enabled: false
default_enabled: true
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册