[Feature flag] Rollout of `ai_impact_only_on_duo_enterprise`
Summary
This issue is to roll out the feature on production,
that is currently behind the ai_impact_only_on_duo_enterprise
feature flag.
Owners
- Most appropriate Slack channel to reach out to:
#g_plan_optimize
- Best individual to reach out to: @
Expectations
What are we expecting to happen?
What can go wrong and how would we detect it?
Rollout Steps
Note: Please make sure to run the chatops commands in the Slack channel that gets impacted by the command.
Release the feature
After the feature has been deemed stable, the clean up should be done as soon as possible to permanently enable the feature and reduce complexity in the codebase.
You can either create a follow-up issue for Feature Flag Cleanup or use the checklist below in this same issue.
-
Create a merge request to remove the ai_impact_only_on_duo_enterprise
feature flag. Ask for review/approval/merge as usual. The MR should include the following changes:- Remove all references to the feature flag from the codebase.
- Remove the YAML definitions for the feature from the repository.
- Create a changelog entry.
-
Ensure that the cleanup MR has been included in the release package. If the merge request was deployed before the monthly release was tagged, the feature can be officially announced in a release blog post: /chatops run release check https://gitlab.com/gitlab-org/gitlab/-/merge_requests/163036 17.4
-
Close the feature issue to indicate the feature will be released in the current milestone. -
Clean up the feature flag from all environments by running these chatops command in #production
channel:/chatops run feature delete ai_impact_only_on_duo_enterprise --dev --pre --staging --staging-ref --production
-
Close this rollout issue.
Rollback Steps
-
This feature can be disabled on production by running the following Chatops command:
/chatops run feature set ai_impact_only_on_duo_enterprise false
-
Disable the feature flag on non-production environments:
/chatops run feature set ai_impact_only_on_duo_enterprise false --dev --pre --staging --staging-ref
-
Delete feature flag from all environments:
/chatops run feature delete ai_impact_only_on_duo_enterprise --dev --pre --staging --staging-ref --production
Edited by Felipe Cardozo