fix(e2e): dispatch full plan after PR fixes - #7868
Conversation
|
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 (17)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughThe PR E2E controller now dispatches internal revisions automatically, restricts ChangesPR E2E gate behavior
Estimated code review effort: 4 (Complex) | ~45 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Comment |
Code Coverage OverviewLanguages: TypeScript TypeScript / code-coverage/pluginThe overall coverage in commit b38f242 in the TypeScript / code-coverage/cliThe overall coverage in commit b38f242 in the Show a code coverage summary of the most impacted files.
Updated |
PR Review Advisor — No blocking findings reportedAdvisor assessment: No blocking advisor findings reported 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. |
<!-- markdownlint-disable MD041 --> ## Summary Update the canonical NemoClaw v0.0.98 release entry with the managed-image security remediation that merged after the original release documentation. The entry now records reviewed Perl 5.44.0 packages across OpenClaw, Hermes, and Deep Agents Code images and the native multi-platform publication check. ## Changes - Update `docs/changelog/2026-07-29.mdx` under the existing `## v0.0.98` heading. - Record the checksum-pinned Perl 5.44.0 packages and native `linux/amd64` and `linux/arm64` digest checks from [#7864](#7864). - Confirm that the other post-entry merges, [#7868](#7868) and [#7866](#7866), change E2E orchestration or tests without changing user-facing behavior. ### Source Summary - [#7864](#7864) -> `docs/changelog/2026-07-29.mdx`: Record the reviewed Perl 5.44.0 packages and native multi-platform publication checks for managed OpenClaw, Hermes, and Deep Agents Code images. ## Type of Change - [ ] Code change (feature, bug fix, or refactor) - [ ] Code change with doc updates - [x] Doc only (prose changes, no code sample modifications) - [ ] Doc only (includes code sample changes) ## Quality Gates - [ ] Tests added or updated for changed behavior - [x] Existing tests cover changed behavior — justification: The merged source PR includes security-package, runtime, and publication tests. `test/changelog-docs.test.ts` validates the release-entry structure. - [ ] Tests not applicable — justification: - [x] Docs updated for user-facing behavior changes - [ ] Docs not applicable — justification: - [ ] Sensitive paths changed (security, policy, credentials, preflight, onboarding, inference, runner, sandbox, or messaging) - [ ] Sensitive-path review completed or maintainer-approved waiver recorded — reviewer/approval link/justification: - [ ] Non-success, skipped, or missing CI check accepted by maintainer — check name, approval link, and follow-up issue: ## Documentation Writer Review - [ ] Documentation writer subagent reviewed the completed changes - Result: `blocked` - Evidence: This side-conversation host does not permit subagents. The primary author reviewed `docs/changelog/2026-07-29.mdx` against `WRITING.md`, the controlled word list, and `docs/CONTRIBUTING.md`. The changelog contract passed 6 tests, and the docs build completed with 0 errors and 2 existing Fern warnings. - Agent: Codex Desktop side conversation <!-- docs-review-head-sha: 8e92d96 --> <!-- docs-review-agents-blob-sha: c052d60 --> ## DGX Station Hardware Evidence - [ ] Tested on DGX Station - Tested commit: Not applicable. `scripts/prepare-dgx-station-host.sh` is unchanged. - Station profile/scenario: Not applicable. - Result: Not applicable. - Supporting evidence: Not applicable. ## Verification - [x] PR description includes a `Signed-off-by:` line and every commit appears as `Verified` in GitHub - [x] Normal `pre-commit`, `commit-msg`, and `pre-push` hooks passed, or `npm run validate:pr` passed after refreshing `origin/main` when hooks were skipped or unavailable - [x] Targeted behavior tests pass for the current change set, or tests are marked not applicable above — `npm exec -- vitest run test/changelog-docs.test.ts` passed 6 tests. - [ ] Applicable broad gate passed — `npm test` for broad runtime/test-harness changes; `npm run check` for repo-wide validation/coverage changes — command/result: Not run for this documentation-only change. - [x] Quality Gates section completed with required justifications or waivers - [x] No secrets, API keys, or credentials committed - [ ] `npm run docs` builds without warnings (doc changes only) — The build completed with 0 errors and 2 existing Fern warnings. - [x] Doc pages follow the [style guide](https://github.com/NVIDIA/NemoClaw/blob/main/docs/CONTRIBUTING.md) (doc changes only) - [ ] New doc pages include SPDX header and frontmatter (new pages only) — No new page was added. --- Signed-off-by: Julie Yaunches <jyaunches@nvidia.com> Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
Summary
After a selected E2E test fails, a fixed internal PR commit now dispatches its complete selected E2E plan when eligible PR CI passes. Evidence from the failed commit cannot satisfy the fixed commit's coordination check.
Changes
exact head,exact-head, andexact revisionlanguage in the PR E2E gate area with PR commit terminology.Type of Change
Quality Gates
Documentation Writer Review
docs-updatedtest/e2e/README.mddocuments automatic same-repository dispatch, complete-plan dispatch after a fixed commit, commit-bound evidence, and fork-only approval. The review found no remaining terminology or documentation findings.DGX Station Hardware Evidence
Verification
Signed-off-by:line and every commit appears asVerifiedin GitHubpre-commit,commit-msg, andpre-pushhooks passed, ornpm run validate:prpassed after refreshingorigin/mainwhen hooks were skipped or unavailablenpm testfor broad runtime/test-harness changes;npm run checkfor repo-wide validation/coverage changes — command/result:npm run docsbuilds without warnings (doc changes only)Signed-off-by: Julie Yaunches jyaunches@nvidia.com
Summary by CodeRabbit
New Features
Bug Fixes
Documentation