Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature flag configuration for every build type #8801

Open
wmontwe opened this issue Feb 7, 2025 · 0 comments
Open

Add feature flag configuration for every build type #8801

wmontwe opened this issue Feb 7, 2025 · 0 comments
Assignees
Labels
type: task General tasks or to-dos

Comments

@wmontwe
Copy link
Member

wmontwe commented Feb 7, 2025

In #8786 we documented the new release train model.

To satisfy the feature flag rules we have to ensure that:

  • On main, feature flags are enabled as soon as developers have completed all pull requests related to the feature.
  • On beta, feature flags remain enabled unless the feature has not been fully completed and the developers would like to pause the feature.
  • On release, feature flags are disabled until an explicit decision has been made to enable the feature for all users.

This requires us to provide a feature flag configuration for every build type to allow different configurations.

@wmontwe wmontwe added the type: task General tasks or to-dos label Feb 7, 2025
@wmontwe wmontwe self-assigned this Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task General tasks or to-dos
Projects
None yet
Development

No branches or pull requests

1 participant