ci(e2e): Phase 4 — 7-cell matrix split + foundry/CDM full-deploy tests#85
Merged
Conversation
Contributor
|
Dev build ready — try this branch: |
Contributor
E2E Test Pass · ✅ PASSTag:
Sentry traces: view spans for this run |
c4cbc48 to
6f80e4a
Compare
…n't need forge/cargo-contract
b67c3ea to
03db026
Compare
This was referenced May 3, 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.
Summary
Phase 4 of the E2E redesign per
docs-internal/2026-05-02-e2e-test-suite-design.md. Splits the single E2E job into a 6-cell matrix and adds a foundry full-deploy test.What changed
test-no-publish(4 parallel cells) +test-publish(2 serial cells,max-parallel: 1)pr-deploy-foundry— NEW full-deploy test for the EVM/Foundry backend, uses pre-committed bytecode +--no-contract-build(noforgeneeded in CI)mod.test.tsdescribe restructure —dot mod — clone(PR cell) vsdot mod — registry miss(future nightly cell)Out of scope (deferred)
pr-deploy-cdm: dropped pending a real rust-cdm fixture. The current fixture'starget/flipper.contractis a stub; making CDM full-deploy work requires (a) a completeCargo.tomlsodetectContractscan run, and (b) a committedtarget/<crate>.release.polkavmfrom a realcargo-contract build. Tracked as Phase 5 follow-up. Until then, CDM detection is covered bypr-preflight'sdetects CDM/Rust contracts typetest, and the skip-build path is covered by unit tests.Stacked on
--no-contract-buildflagTest plan
pr-install,pr-preflight,pr-deploy-frontend,pr-deploy-foundry,pr-mod,pr-init-sessione2e-reports-<cell>artefact pattern)