Conversation
Contributor
|
✅ No conflicts with other open PRs targeting |
3c68762 to
35ad46d
Compare
ab263d6 to
612706f
Compare
35ad46d to
8e2e33c
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the release automation so that once a release candidate is promoted to a final release, a dedicated post-release workflow re-runs upgrade compatibility tests (excluding beta/rc images) to better match production upgrade paths, while avoiding redundant test suites.
Changes:
- Add a new
repository_dispatch-triggered workflow (release-image-tagged) to run post-release upgrade compatibility tests while excludingbeta/rc. - Update the existing post-build publish workflow comments/filters to explicitly include beta/rc versions for canary upgrade coverage.
- Emit a new
release-image-taggeddispatch event frombuild-publish.ymlwhen a final release tag is pushed.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
.github/workflows/post-release-image-tagged.yml |
New post-release workflow to run compat tests excluding beta/rc. |
.github/workflows/post-build-publish.yml |
Adjust compat-test filtering to include beta/rc (exclude only ccip). |
.github/workflows/build-publish.yml |
Emit release-image-tagged repository_dispatch event on final releases. |
chainchad
previously approved these changes
Apr 21, 2026
skudasov
previously approved these changes
Apr 21, 2026
Base automatically changed from
dx-3584-post-build-tests-repository-dispatch
to
develop
April 22, 2026 07:13
The base branch was changed.
118c9cc to
5caea7a
Compare
skudasov
approved these changes
Apr 22, 2026
chainchad
approved these changes
Apr 22, 2026
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.
What changes?
betaandrcimages, so that we test an upgrade from previously released versions to match what will happen in prod