feat(ci): add backwards compatibility e2e tests to CI pipeline#22606
Open
benesjan wants to merge 1 commit intobackport-to-v4-next-stagingfrom
Open
feat(ci): add backwards compatibility e2e tests to CI pipeline#22606benesjan wants to merge 1 commit intobackport-to-v4-next-stagingfrom
benesjan wants to merge 1 commit intobackport-to-v4-next-stagingfrom
Conversation
Wires CONTRACT_ARTIFACTS_VERSION-based compat testing into the release flow. On v4 releases, runs all simple e2e tests against contract artifacts from every prior stable tag (>= v4.2.0), validating new-client/old-contracts compatibility. - Blocking for stable/RC releases, report-only for nightlies - ci-skip-compat-e2e label escape hatch for release PRs - Triggered on release tags, nightly tags, or ci-compat-e2e/ci-release-pr labels Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
CONTRACT_ARTIFACTS_VERSION-based compat testing into the release flow (F-550)ci-skip-compat-e2elabel escape hatch makes failures non-blocking on release PRsci-compat-e2e/ci-release-prPR labelsChanges
.github/ci3_labels_to_env.sh—ci-skip-compat-e2elabel handling.github/workflows/ci3.yml— newci-compat-e2ejobci.sh—compat-e2eEC2 provisioning commandbootstrap.sh—ci-compat-e2emode: discovers stable tags, generates and runs compat test commandsyarn-project/end-to-end/bootstrap.sh—compat_test_cmdsfunction: generates e2e commands withCONTRACT_ARTIFACTS_VERSIONsetTest plan
ci-compat-e2elabel to this PR to trigger the job and verify it discovers versions and runs testscontinue-on-error: trueci-skip-compat-e2elabel makes job non-blocking🤖 Generated with Claude Code