You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happens if a flag already has existing segment overrides?
What happens if a flag already has an override for the segment defined by the given stage?
Answer to the above:
This action should just ignore any existing segment overrides. The release pipeline should add any new segments, and leave existing ones, assuming there isn't any conflict. If there is already a segment override for the segment defined in the given release pipeline stage, the release pipeline should clobber the existing override.
Discussion 04/11/2025
We talked about the locking of a flag with regards to segment overrides. The current plan is to lock the flag to any segment override and environment level modifications, but we could perhaps in the future only lock segment override modifications for the segments that exist in the release pipeline. This would benefit customers that want to slowly migrate over to release pipelines so they may only want to use the pipelines for certain segments, and not others.
We should also prevent the segment from being deleted when it used as part of a release pipeline.
The text was updated successfully, but these errors were encountered:
TODO
Considerations:
Answer to the above:
This action should just ignore any existing segment overrides. The release pipeline should add any new segments, and leave existing ones, assuming there isn't any conflict. If there is already a segment override for the segment defined in the given release pipeline stage, the release pipeline should clobber the existing override.
Discussion 04/11/2025
We talked about the locking of a flag with regards to segment overrides. The current plan is to lock the flag to any segment override and environment level modifications, but we could perhaps in the future only lock segment override modifications for the segments that exist in the release pipeline. This would benefit customers that want to slowly migrate over to release pipelines so they may only want to use the pipelines for certain segments, and not others.
We should also prevent the segment from being deleted when it used as part of a release pipeline.
The text was updated successfully, but these errors were encountered: