Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-27 18:09:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-27 18:09:34 +0300
commit4c39dd11dcbdab4fdd9424a62320a1fc773c2918 (patch)
treeb3bc6139fdc8d1e3254304222f06f82821c5aa64 /config
parent95ff19a65c5236863e4c7c7e198bfc1e2fa70f07 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/feature_flags/development/ci_mr_diff_variables.yml8
-rw-r--r--config/feature_flags/development/ci_root_ancestor_for_pipeline_family.yml8
2 files changed, 16 insertions, 0 deletions
diff --git a/config/feature_flags/development/ci_mr_diff_variables.yml b/config/feature_flags/development/ci_mr_diff_variables.yml
new file mode 100644
index 00000000000..2b628a6dc4f
--- /dev/null
+++ b/config/feature_flags/development/ci_mr_diff_variables.yml
@@ -0,0 +1,8 @@
+---
+name: ci_mr_diff_variables
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46621
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/285468
+milestone: '13.7'
+type: development
+group: group::pipeline authoring
+default_enabled: false
diff --git a/config/feature_flags/development/ci_root_ancestor_for_pipeline_family.yml b/config/feature_flags/development/ci_root_ancestor_for_pipeline_family.yml
new file mode 100644
index 00000000000..5ddc9d92a1c
--- /dev/null
+++ b/config/feature_flags/development/ci_root_ancestor_for_pipeline_family.yml
@@ -0,0 +1,8 @@
+---
+name: ci_root_ancestor_for_pipeline_family
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46575
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/287812
+milestone: '13.7'
+type: development
+group: group::continuous integration
+default_enabled: false