-
Notifications
You must be signed in to change notification settings - Fork 44
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
Set up CI for feature flags #2432
Comments
Specifically we'd like to run CI on https://github.com/pulumi/home/issues/3560 |
We would presumably need to run CI on all permutations of feature flags, since if we run CI with all flags on but our releases don't have all flags on, we would have untested code being released. |
Yeah, all permutations is the plan, or at least the meaningful ones |
This allows us to continuously test feature flags before they are released. This will help us not regress on behaviour there. fixes #2432
This issue has been addressed in PR #2446 and shipped in release v3.92.0. |
What happened?
We roll out bridge features under feature flags and these tend to take a while. We'd like to make sure that new development in the repo does not break these, so we should run CI for each feature flag.
Had some issues with this during #1785
Example
.
Output of
pulumi about
.
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: