refactor: vendor legacy contract artifacts, fold compat e2e into the norm… - #25163
Draft
mverzilli wants to merge 1 commit into
Draft
refactor: vendor legacy contract artifacts, fold compat e2e into the norm…#25163mverzilli wants to merge 1 commit into
mverzilli wants to merge 1 commit into
Conversation
…al suite Commit the historical contract artifacts (one tarball per prior stable release) under yarn-project/end-to-end/legacy-contracts/, and emit the backwards-compat sweep from the normal e2e test_cmds under CI_FULL. The jest resolver unpacks the committed tarballs on demand — no npm at test time — and because the artifacts now live in the tree, the build content hash keys every cache correctly with no special-casing. This deletes the compat concept from workflows and CI files entirely: release_compat_e2e, compat_test_cmds, SKIP_COMPAT_E2E, and the ci-skip-compat-e2e label handling are gone. The only remnant is check_compat_artifacts_tracked in ci-release, which refuses to cut a release while a prior stable's artifacts are missing from the tree. Full-mode AWS_SHUTDOWN_TIME goes to 90 since full runs now include the sweep.
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.
(wip)