From 8773fc96220c1a45f029ac5e78f43e4153744f39 Mon Sep 17 00:00:00 2001 From: Roman Eisner Date: Mon, 18 Aug 2025 12:43:00 -0600 Subject: [PATCH] Add ai_duo_agent_fix_pipeline FF Changelog: added EE: true --- .../feature_flags/wip/ai_duo_agent_fix_pipeline.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ee/config/feature_flags/wip/ai_duo_agent_fix_pipeline.yml diff --git a/ee/config/feature_flags/wip/ai_duo_agent_fix_pipeline.yml b/ee/config/feature_flags/wip/ai_duo_agent_fix_pipeline.yml new file mode 100644 index 00000000000000..9f71b9226446d1 --- /dev/null +++ b/ee/config/feature_flags/wip/ai_duo_agent_fix_pipeline.yml @@ -0,0 +1,10 @@ +--- +name: ai_duo_agent_fix_pipeline +description: Controls the availability of the fix_pipeline functionality for GitLab Duo Agent to help fix failing pipelines +feature_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/561287 +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/201820 +rollout_issue_url: +milestone: '18.3' +group: group::agent foundations +type: wip +default_enabled: false -- GitLab