Ready the continuous-release flow for its Buildkite schedules - #23214
Merged
Conversation
Collaborator
Generated by 🚫 Danger |
Contributor
|
|
Contributor
|
|
jkmassel
approved these changes
Aug 13, 2026
Beta promotions now publish instead of sitting as drafts, so a promoted build is submitted for review and reaches beta testers. The production staged rollout is resized to fit the working week: the promote starts it at 10% and four bump runs take it to 25/50/75/100, so no step lands on a weekend. Slack moves off the test channel now that the promotions are scheduled and their block steps need someone to see them. Changes: - Set the beta track release status to `completed` - Add `PRODUCTION_ROLLOUT_INITIAL_FRACTION` and promote at 10% - Shorten `PRODUCTION_ROLLOUT_STEPS` to `[0.25, 0.50, 0.75]` - Point `send_slack_message` and the promotion pipelines' `notify:` blocks at `#build-and-ship` - Describe the schedules that now drive the promotion pipelines
oguzkocer
force-pushed
the
task/release-flow-ready
branch
from
August 13, 2026 21:17
a229895 to
66007d9
Compare
oguzkocer
enabled auto-merge (squash)
August 13, 2026 21:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Beta promotions now publish instead of sitting as drafts, so a promoted build is submitted for review and reaches beta testers. The production staged rollout is resized to fit the working week: the promote starts it at 10% and four bump runs take it to 25/50/75/100, so no step lands on a weekend. Slack moves off the test channel now that the promotions are scheduled and their block steps need someone to see them.
Changes:
completedPRODUCTION_ROLLOUT_INITIAL_FRACTIONand promote at 10%PRODUCTION_ROLLOUT_STEPSto[0.25, 0.50, 0.75]send_slack_messageand the promotion pipelines'notify:blocks at#build-and-ship