fix(ci): support mode-sharded E2E evidence - #6944
Conversation
Signed-off-by: Aaron Erickson <aerickson@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe E2E workflows expose inference-switch matrix modes through ChangesInference switch sharding
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Code Coverage OverviewLanguages: TypeScript TypeScript / code-coverage/pluginThe overall coverage remains at 96%, unchanged from the TypeScript / code-coverage/cliThe overall coverage in the Show a code coverage summary of the most impacted files.
Updated |
PR Review Advisor — InformationalAdvisor assessment: Informational / high confidence Model lanes
Nemotron output stays in workflow artifacts and does not change the assessment above. E2E guidanceAdvisory only. E2E / PR Gate selects and runs jobs independently. Recommended E2E: 2 optional E2E recommendations
This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge. |
Signed-off-by: Aaron Erickson <aerickson@nvidia.com>
|
Addressed PRA-1 on exact head |
Signed-off-by: Aaron Erickson <aerickson@nvidia.com>
|
Addressed the current PRA-1 on exact head |
Summary
The trusted PR E2E controller rejects inference-switch jobs because their fixed include matrix shards by mode rather than agent. This change binds matrix-include evidence to the explicit
NEMOCLAW_E2E_SHARDfield and makes the Hermes and OpenClaw inference-switch jobs emit distincthostedandanthropicevidence. It unblocks the credential-bearing E2E gate for PR 6898.Changes
${{ matrix.<field> }}expression, retaining the existing agent fallback and all safe-identifier/uniqueness checks.NEMOCLAW_E2E_SHARDfrommatrix.modefor both inference-switch jobs.Type of Change
Quality Gates
Verification
Signed-off-by:line and every commit appears asVerifiedin GitHubpre-commit,commit-msg, andpre-pushhooks passed, ornpm run check:diffpassed when hooks were skipped or unavailabletest/pr-e2e-gate.test.ts: 27 passed; completee2e-supportproject: 1,022 passed and 2 skippednpm run docsbuilds without warnings (doc changes only)Signed-off-by: Aaron Erickson aerickson@nvidia.com
Summary by CodeRabbit