Skip to content

Modify feature flag instructions

Manoj M J requested to merge mmj-ff-docs into master

What does this MR do and why?

Based on the discussion here (Slack, internal-only):

  • ops environment is not equipped to run chatops commands yet, so we need not have it mentioned in the feature flag rollout template. It is only going to be introduced at a later time: gitlab-com/gl-infra/delivery#2875. Running chatops commands in ops currently leads to a failure, so it is best to get this removed to prevent confusion.

Screenshot_2023-12-13_at_4.53.54_PM

  • pre environment can be used to test feature flag changes, but our rollout template currently does not include the instructions to enable the flag on pre. However, it has the instructions to delete the flag from pre. To make things consistent, this MR changes the template such that it includes the instructions to both enable and disable flags in pre

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Manoj M J

Merge request reports