fix(ci): omit null conclusion from check update#7064
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 (3)
📝 WalkthroughWalkthroughThe PR stops sending ChangesCheck-run payload handling
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
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 branch. TypeScript / code-coverage/cliThe overall coverage in the branch remains at 80%, unchanged from the branch. 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: This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge. |
|
Closing as superseded by #7065, which has now merged the same production fix and includes the additional initial-authorization regression assertion. Thank you for the fast independent repair. |
|
Duplicate closure audit: #7065 has merged and fully supersedes this PR. The production |
Summary
Omit
conclusionwhen moving the PR E2E coordination check back toin_progress. GitHub rejects an explicitnullconclusion with HTTP 422, so the controller currently stops before it can authorize or launch E2E.Changes
status: "in_progress"and the updated output in the check-run PATCH.conclusion: null.Type of Change
Quality Gates
markCheckInProgresscall paths remain covered.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 unavailablenpx vitest run test/pr-e2e-gate-retry-history.test.ts test/pr-e2e-gate-fork-skip.test.ts test/pr-e2e-gate-lifecycle.test.ts test/pr-e2e-gate.test.ts test/pr-e2e-required.test.ts(108/108 passed);npm run build:cli;npm run typecheck:cli; Biome andgit diff --checkpassed.npm testfor broad runtime/test-harness changes;npm run checkfor repo-wide validation/coverage changes — command/result: Targeted controller coverage is proportionate to this one-field request correction.npm run docsbuilds without warnings (doc changes only)The failure is reproducible in controller run 29548952081 and independently in controller run 29548924425.
Signed-off-by: Aaron Erickson aerickson@nvidia.com
Summary by CodeRabbit