Open
Conversation
Adds a workflow that pulls next into this canary PR when bootstrap.sh or ci3/ files change. Includes CI running check to avoid duplicate runs.
This reverts commit 4f4cbed.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 26, 2026
## Summary - Adds the "Alpha Team Canary" workflow that triggers on push to `next` when `**/bootstrap.sh` or `ci3/**` files change - The workflow: - Ensures the canary branch and PR exist (creates them if needed) - Checks if CI is already running before updating to avoid duplicate runs - Merges `next` into the canary PR branch (`ad/chore/ci-release-pr-canary`) - Notifies `#alpha-team` Slack channel on workflow failure - Adds `ci3/alpha_team_canary_slack_notify` script for Slack notifications (matches merge train pattern) - Adds CI failure notification call to `ci3/bootstrap_ec2` alongside merge train notifications This works together with the canary PR #19936 which is a long-running PR with the `ci-release-pr` label for testing CI release processes.
Adds a workflow that pulls next into the canary PR when bootstrap.sh or ci3/ files change. Includes CI running check to avoid duplicate runs.
e6bd890 to
8247f56
Compare
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.
This PR tests certain CI labels periodically. Any failures in this branch log to alpha-team channel with slack.
This PR is automatically updated when
**/bootstrap.shorci3/**files are pushed tonext. It has theci-release-prlabel to test the CI release process.Important: DO NOT merge this PR if CI is already running. The workflow checks for running CI before updating.