ci(e2e): Phase 5b — nightly-deploy-hardhat cell#89
Merged
Conversation
- New test-nightly-publish matrix (max-parallel: 1, schedule/dispatch only) - New nightly-deploy-hardhat cell: full EVM deploy with --no-contract-build - Fix hardhat fixture: move Lock.json from artifacts/Lock.sol/ (standard Hardhat layout) to artifacts/contracts/Lock.sol/ (@parity/hardhat-polkadot plugin layout that contracts.ts reads in skip-build mode) - Report job extended to fan-in test-nightly-publish - CLAUDE.md: 9 cells across four matrices
Contributor
|
Dev build ready — try this branch: |
Contributor
E2E Test Pass · ✅ PASSTag:
Sentry traces: view spans for this run |
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.
Phase 5b of the E2E redesign — nightly-only Hardhat full deploy.
Summary
test-nightly-publishmatrix (max-parallel: 1, schedule/dispatch only)nightly-deploy-hardhatruns the new full-deploy test with--no-contract-buildE2E_DOMAINS.hardhat(registered in Phase 3 bootstrap) and the existing hardhat fixture artifactsLock.jsonfromartifacts/Lock.sol/(standard Hardhat layout) toartifacts/contracts/Lock.sol/(@parity/hardhat-polkadotplugin layout thatcontracts.tsreads in skip-build mode — the original placement was a Phase 3 bootstrap bug;--no-contract-buildwould have failed at the artifacts lookup)Test plan
deploy — hardhatcollects exactly 1 test; fails locally only on Paseo network (expected)e2e-cli-hardhat.dotOut of scope (subsequent sub-PRs)