Skip to content

fix(cli): stabilize restored snapshot pairing verification - #7834

Merged
prekshivyas merged 61 commits into
mainfrom
fix/snapshot-pairing-diagnostics-7818
Jul 31, 2026
Merged

fix(cli): stabilize restored snapshot pairing verification#7834
prekshivyas merged 61 commits into
mainfrom
fix/snapshot-pairing-diagnostics-7818

Conversation

@sandl99

@sandl99 sandl99 commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

Snapshot restore could create a clone whose OpenShell phase was Ready before its persisted startup command had finished starting the managed OpenClaw supervisor. NemoClaw then applied snapshot state while clone initialization was still active, allowing the restored workspace marker to disappear and gateway pairing verification to fail. The first readiness fix also treated the clone's temporarily undiscoverable direct container as a terminal refusal. This change requires a bounded managed-supervisor readiness proof before any snapshot state is applied, retries only the typed direct-container discovery gap, and strengthens the live test to prove that the authenticated session belongs to the clone rather than the source sandbox.

Related Issue

Fixes #7818

Changes

  • Wait for the new OpenClaw clone's managed supervisor after OpenShell reports Ready and before applying snapshot state.
  • Sanitize and retry the exact typed direct-container discovery gap within that existing bound; keep identity, driver, and integrity refusals terminal.
  • Fail closed when the bounded supervisor proof does not succeed: leave the destination registered, apply no snapshot state, and report the recovery choices.
  • Keep the existing classified restored-gateway recovery path for the exact missing-supervisor case.
  • Strengthen snapshot-commands so one unique post-restore session must exist in the clone's session store, remain absent from the source, and produce exactly one authenticated inference request.
  • Apply the actionable review findings: reuse the bounded scope parser, assert the timeout/watcher subprocess status, and execute the generated-shell test fixture through standard input instead of an argv command string.
  • Accept the canonical sanitized credential placeholder in snapshot leak scans while continuing to reject concrete credentials.
  • Document the OpenClaw-only restore readiness and failure contract in the backup/restore guide and command reference.
  • Clarify the reviewed restored-clone credential boundary: descriptor-backed paired-token custody, exact live preflight, canonical rotation, and atomic client-auth synchronization.

Type of Change

  • Code change (feature, bug fix, or refactor)
  • Code change with doc updates
  • Doc only (prose changes, no code sample modifications)
  • Doc only (includes code sample changes)

Quality Gates

  • Tests added or updated for changed behavior
  • Existing tests cover changed behavior — justification:
  • Tests not applicable — justification:
  • 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: Codex Desktop reviewed all nine security categories at head 3e36ca0529214640d4667bfe1effdbd3f033c881 and reported PASS with no findings. Snapshot application fails closed until the managed clone gateway is proven healthy. The bounded read-only readiness check retries only typed direct-container absence and a bare GATEWAY_HEALTH_TIMEOUT; diagnostic-bearing output plus identity, driver, and integrity refusals remain terminal. Paired-token authentication remains pinned to clone descriptors and loopback transport; pre-approval mismatches prevent the approval call, and post-state mismatches fail client synchronization without claiming rollback of a persisted server transition. Raw sensitive diagnostics remain suppressed.
  • 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: docs-updated
  • Evidence: Independently reviewed all 26 changed files at head fbe22b450861ef52c7b27339c74a540a947559c4. The latest E2E scanner change accepts only the canonical sanitized credential placeholder and needs no additional documentation; the existing three documentation updates remain accurate. The focused scanner test passed 61/61, and Biome plus git diff --check passed. The broad E2E-support lane passed 1,838 tests; its seven failures concern untouched systemd and workflow fixtures.
  • Agent: Codex Desktop documentation-writer subagent

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

  • PR description includes a Signed-off-by: line and every commit appears as Verified in GitHub
  • Normal pre-commit, commit-msg, and pre-push hooks passed, or npm run check:diff passed when hooks were skipped or unavailable — exact-head hooks and npm run validate:pr passed repository checks, Biome, gitleaks, source-shape, test-size, commitlint, and CLI TypeScript checks.
  • Targeted behavior tests pass for the current change set, or tests are marked not applicable above — the focused snapshot credential scanner run passed 61/61 at exact head. On the preceding runtime head, process-recovery passed 2 files and 47 tests; snapshot/restore lifecycle passed 3 files and 74 tests; the broad snapshot-focused run passed 13 files and 112 tests. CLI build/typecheck, repository checks, E2E phase semantics, documentation sync, and documentation build passed.
  • Applicable broad gate passed — npm test for broad runtime/test-harness changes; npm run check for repo-wide validation/coverage changes — command/result: Exact-head CI run 30611717158 passed all sharded tests, static checks, build/typecheck, audits, and platform checks. Trusted E2E child run 30612401782 passed snapshot-commands, rebuild OpenClaw, state backup/restore, onboarding, cloud inference, and both security-posture matrices.
  • Quality Gates section completed with required justifications or waivers
  • No secrets, API keys, or credentials committed
  • npm run docs builds without warnings (doc changes only) — passed with 0 errors and 2 pre-existing Fern warnings.
  • Doc pages follow the style guide (doc changes only)
  • New doc pages include SPDX header and frontmatter (new pages only)

Signed-off-by: Prekshi Vyas prekshiv@nvidia.com
Signed-off-by: San Dang sdang@nvidia.com

Summary by CodeRabbit

  • New Features
    • Expanded auto-pair approval “receipt” statuses with more granular list-phase and validation outcomes (timeouts, exec failures, empty/invalid responses, missing pending, and gateway/scope/device pairing issues).
    • Improved local-device-only approvals by recovering eligible pending devices and tightening reconciliation of final authorization results.
  • Bug Fixes
    • Enhanced restored gateway pairing restarts with an additional recovery path when the supervisor is reported as not running.
  • Tests
    • Broadened receipt parsing and expanded restored-clone coverage with scenario-driven sandbox behaviors, including stdout/stderr leakage checks and completion/timeout handling.

cv added 30 commits July 27, 2026 11:48
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
jyaunches and others added 3 commits July 29, 2026 21:54
Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
Signed-off-by: Prekshi Vyas <prekshiv@nvidia.com>
Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
@sandl99
sandl99 marked this pull request as draft July 30, 2026 18:09
@copy-pr-bot

copy-pr-bot Bot commented Jul 30, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@prekshivyas
prekshivyas marked this pull request as ready for review July 31, 2026 04:07
Signed-off-by: Prekshi Vyas <prekshiv@nvidia.com>
@github-actions

Copy link
Copy Markdown
Contributor

Signed-off-by: Prekshi Vyas <prekshiv@nvidia.com>
@cv

cv commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Blocking on current-head live E2E. The exact-head snapshot-commands job at 8c7ff317 failed during the first clone restore: after OpenShell reported the clone Ready, the new supervisor-readiness gate exited in 3.7 seconds with managed OpenClaw supervisor did not become ready and Snapshot state was not restored, so the test classified the result as command-failure. This occurs before the pairing path and therefore does not verify the fix for the original scope-upgrade-pending; approval=list-failed breakage.

waitForManagedGatewaySupervisor() is configured for an 11-attempt, 3-second bounded window, but it returns immediately for any first probe result outside the exact success / SUPERVISOR_NOT_RUNNING / SUPERVISOR_BUSY forms. Please preserve the fail-closed boundary, expose a sanitized classification for the observed first probe failure, handle only the proven transient startup state, and rerun snapshot-commands repeatedly at the new head. The branch must also be refreshed onto current main before approval.

Evidence: https://github.com/NVIDIA/NemoClaw/actions/runs/30606026011/job/91078463431

@prekshivyas
prekshivyas merged commit 16a513b into main Jul 31, 2026
54 checks passed
@prekshivyas
prekshivyas deleted the fix/snapshot-pairing-diagnostics-7818 branch July 31, 2026 07:40
@sandl99 sandl99 mentioned this pull request Jul 31, 2026
23 tasks
sandl99 added a commit that referenced this pull request Jul 31, 2026
<!-- markdownlint-disable MD041 -->
## Summary

Adds the canonical July 30 release entry for `v0.0.99` before the
release tag is captured.
The entry covers all 37 merged PRs since `v0.0.98` and bounds
experimental or dormant work without presenting it as supported
behavior.

## Changes

- Adds `docs/changelog/2026-07-30.mdx` with the exact `## v0.0.99`
heading, parser-safe MDX SPDX comment, summary, detailed release
bullets, and published documentation routes.
- Records user-visible recovery, snapshot, shared-route, Hermes,
readiness, inference, image, documentation, and release E2E changes.
- States that the managed-image selection and startup-profile contracts
remain dormant and do not activate buildless onboarding.

Source summary:

- [#7972](#7972) ->
`docs/changelog/2026-07-30.mdx`: Records restored managed OpenClaw
configuration modes during recovery.
- [#7834](#7834) ->
`docs/changelog/2026-07-30.mdx`: Records clone-bound pairing
verification after snapshot restore.
- [#7975](#7975) ->
`docs/changelog/2026-07-30.mdx`: Records managed startup recovery
coverage.
- [#7960](#7960) ->
`docs/changelog/2026-07-30.mdx`: Records dormant startup-profile
coordination without activating a supported surface.
- [#7856](#7856) ->
`docs/changelog/2026-07-30.mdx`: Records persistence of the
credential-free OpenClaw startup command.
- [#7959](#7959) ->
`docs/changelog/2026-07-30.mdx`: Records dormant startup-profile
construction without changing onboarding.
- [#7946](#7946) ->
`docs/changelog/2026-07-30.mdx`: Records the internal startup-profile
schema and transport contract.
- [#7951](#7951) ->
`docs/changelog/2026-07-30.mdx`: Records platform-pull cleanup before
managed-image validation.
- [#7949](#7949) ->
`docs/changelog/2026-07-30.mdx`: Records rejection of retained Hermes
`uv` build cache metadata.
- [#7597](#7597) ->
`docs/changelog/2026-07-30.mdx`: Records separate command and agent
first-turn latency evidence.
- [#7931](#7931) ->
`docs/changelog/2026-07-30.mdx`: Records focused E2E replacement
evidence for retired selectors.
- [#7950](#7950) ->
`docs/changelog/2026-07-30.mdx`: Records exclusion of build-only
BuildKit telemetry from the Deep Agents Code probe.
- [#7665](#7665) ->
`docs/changelog/2026-07-30.mdx`: Records consolidated priority 2 E2E
coverage.
- [#7911](#7911) ->
`docs/changelog/2026-07-30.mdx`: Records the corrected NVIDIA DORI
installation pin.
- [#7934](#7934) ->
`docs/changelog/2026-07-30.mdx`: Records the staging image-family wait
before Brev Launchable deployment.
- [#7772](#7772) ->
`docs/changelog/2026-07-30.mdx`: Records dormant managed-image selection
contracts without activating buildless onboarding.
- [#7941](#7941) ->
`docs/changelog/2026-07-30.mdx`: Records corrected agent-specific
provider and policy guidance.
- [#7819](#7819) ->
`docs/changelog/2026-07-30.mdx`: Records removal of empty Deep Agents
Code provider-switch sections.
- [#7932](#7932) ->
`docs/changelog/2026-07-30.mdx`: Records independent
credential-generation E2E execution.
- [#7840](#7840) ->
`docs/changelog/2026-07-30.mdx`: Records shared-route preservation and
pre-delete peer validation during upgrades.
- [#7874](#7874) ->
`docs/changelog/2026-07-30.mdx`: Records the split between pre-tag
release entries and post-tag Announcements.
- [#7876](#7876) ->
`docs/changelog/2026-07-30.mdx`: Records the writable Hermes runtime
root within lockdown.
- [#7756](#7756) ->
`docs/changelog/2026-07-30.mdx`: Records validated multi-platform
managed-image publication.
- [#7914](#7914) ->
`docs/changelog/2026-07-30.mdx`: Records accepted `uv` version metadata
in Hermes image validation.
- [#7686](#7686) ->
`docs/changelog/2026-07-30.mdx`: Records the explicitly experimental
Microsoft Entra runtime identity reference.
- [#7869](#7869) ->
`docs/changelog/2026-07-30.mdx`: Records classified gateway relaunch
quarantine and rebuild guidance.
- [#7814](#7814) ->
`docs/changelog/2026-07-30.mdx`: Records state restore into replacement
sandboxes and SQLite write verification.
- [#7839](#7839) ->
`docs/changelog/2026-07-30.mdx`: Records quieter onboarding test
execution without a user-facing behavior claim.
- [#7854](#7854) ->
`docs/changelog/2026-07-30.mdx`: Records generalized agent-selection
guidance.
- [#7845](#7845) ->
`docs/changelog/2026-07-30.mdx`: Records isolated CDI test evidence
without a user-facing behavior claim.
- [#7843](#7843) ->
`docs/changelog/2026-07-30.mdx`: Records the corrected Omni sub-agent
model ID.
- [#7908](#7908) ->
`docs/changelog/2026-07-30.mdx`: Records reviewed Hermes and Deep Agents
Code dependency pins.
- [#7887](#7887) ->
`docs/changelog/2026-07-30.mdx`: Records rejection of a symlinked DGX
Station release marker.
- [#7747](#7747) ->
`docs/changelog/2026-07-30.mdx`: Records the internal compute-driver
separation without a user-facing behavior claim.
- [#7660](#7660) ->
`docs/changelog/2026-07-30.mdx`: Records atomic publication of rebuild
recovery manifests.
- [#7661](#7661) ->
`docs/changelog/2026-07-30.mdx`: Records bounded local inference
health-response retention.
- [#7654](#7654) ->
`docs/changelog/2026-07-30.mdx`: Records state preservation across
supervisor relaunch recovery.

## 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:
`test/changelog-docs.test.ts` validates the dated changelog contract,
SPDX comment, version heading, and published routes.
- [ ] 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

- [x] Documentation writer subagent reviewed the completed changes
- Result: `docs-updated`
- Evidence: `docs/changelog/2026-07-30.mdx`; the documentation-only diff
passed review against `WRITING.md`, the controlled word list, and
`docs/CONTRIBUTING.md`. The review covered terminology, structure,
active voice, release meaning, product-scope boundaries, and link and
code presentation. Changelog tests passed 6/6, and the docs build
reported 0 errors with 2 pre-existing warnings.
- Agent: Codex CLI
<!-- docs-review-head-sha: 200940f -->
<!-- docs-review-agents-blob-sha: c052d60 -->

## DGX Station Hardware Evidence

- [ ] Tested on DGX Station
- Tested commit:
- Station profile/scenario:
- Result:
- Supporting evidence:

## 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 — command/result or justification: `npx
vitest run test/changelog-docs.test.ts` passed 6/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 applicable to this
documentation-only release entry.
- [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) —
result: Build passed with 0 errors and 2 pre-existing 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)

---
Signed-off-by: San Dang <sdang@nvidia.com>


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Documentation**
* Added release notes for v0.0.99 covering snapshot restoration, sandbox
recovery, gateway route upgrades, and Hermes security updates.
* Documented experimental Microsoft Entra runtime identity support and
enhanced readiness checks.
* Added details on managed image validation, trusted CI image promotion,
and end-to-end release evidence.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
cv pushed a commit that referenced this pull request Jul 31, 2026
<!-- markdownlint-disable MD041 -->
## Summary

Fresh onboarding and restored snapshots now use separate OpenClaw
pairing modes. Fresh onboarding keeps the default generated identity
path, while restored clones use descriptor-pinned identity and pairing
state plus one narrowly bounded recovery when the first verifier
publishes the missing scope-upgrade request.

This replacement carries forward and credits all six signed commits from
#7997, then adds the bounded recovery needed to keep the fresh-onboard
and restored-clone E2E paths from regressing one another.

## Related Issue

Supersedes #7997 and follows up the pairing regression introduced while
fixing #7834. The regression is exercised by
`issue-4462-scope-upgrade-approval` and `snapshot-e2e`.

## Changes

- Separate ordinary forced pairing from restored-clone descriptor-backed
pairing.
- Use clone device authentication for the restored-clone write-scope
warm-up.
- Distinguish an absent clone pending file from malformed or unreadable
pairing state.
- Retry approval exactly once only after `list-pending-unavailable` and
an authenticated `scope-upgrade-pending` verification result.
- Keep malformed, ambiguous, mismatched, or unreadable state fail
closed.
- Add focused unit, patch-upgrade, and live E2E contract coverage for
both pairing modes.

## Type of Change

- [x] Code change (feature, bug fix, or refactor)
- [ ] Code change with doc updates
- [ ] Doc only (prose changes, no code sample modifications)
- [ ] Doc only (includes code sample changes)

## Quality Gates

- [x] Tests added or updated for changed behavior
- [ ] Existing tests cover changed behavior — justification:
- [ ] Tests not applicable — justification:
- [ ] Docs updated for user-facing behavior changes
- [x] Docs not applicable — justification: This repairs internal
OpenClaw pairing orchestration without changing a supported command,
configuration, default, or documented workflow.
- [x] Sensitive paths changed (security, policy, credentials, preflight,
onboarding, inference, runner, sandbox, or messaging)
- [x] Sensitive-path review completed or maintainer-approved waiver
recorded — reviewer/approval link/justification: Codex Desktop reviewed
the exact head against all nine security categories and found no
blocking or non-blocking findings:
#8015 (comment)
- [ ] Non-success, skipped, or missing CI check accepted by maintainer —
check name, approval link, and follow-up issue:

## Documentation Writer Review

- [x] Documentation writer subagent reviewed the completed changes
- Result: `no-docs-needed`
- Evidence: The completed diff changes internal OpenClaw pairing repair
behavior only; no public command, configuration, default, error
contract, or documentation workflow changed.
- Agent: Codex Desktop
<!-- docs-review-head-sha: 5be51ee -->
<!-- docs-review-agents-blob-sha: c052d60 -->

## DGX Station Hardware Evidence

- [ ] Tested on DGX Station
- Tested commit:
- Station profile/scenario:
- Result:
- Supporting evidence:

## 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 — 35/35 exact-head focused tests passed;
the affected-test run passed 224/224 before the unchanged rebase; `npm
run validate:pr` passed on the current head.
- [ ] Applicable broad gate passed — `npm test` for broad
runtime/test-harness changes; `npm run check` for repo-wide
validation/coverage changes — command/result: `npm test` built
successfully and passed 23,255 tests locally, with 113 host-dependent
failures on macOS/Node 25; required Linux CI and trusted live E2E are
authoritative and pending.
- [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)
- [ ] 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)

---
Signed-off-by: Prekshi Vyas <prekshiv@nvidia.com>


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Improved restored-device pairing with dedicated handling for cloned
environments.
  * Added a warm-up step to request required permissions before pairing.
* Added clearer status reporting when pending pairing information is
unavailable.
* **Bug Fixes**
* Pairing can now retry when an additional permission approval is
needed.
* Preserved authentication appropriately across restored-device pairing
flows.
* Improved compatibility when upgrading existing pairing configurations.
* **Tests**
* Added coverage for restored-device pairing, retries, unavailable
states, and legacy configuration upgrades.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Signed-off-by: San Dang <sdang@nvidia.com>
Signed-off-by: Prekshi Vyas <prekshiv@nvidia.com>
Co-authored-by: San Dang <sdang@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: e2e End-to-end tests, nightly failures, or validation infrastructure bug-fix PR fixes a bug or regression nightly-e2e Nightly E2E test failures

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci(e2e): stabilize snapshot-commands restore pairing verification

6 participants