fix(installer): name DGX Spark express sandbox#4521
Conversation
📝 WalkthroughWalkthroughExpress install on DGX Spark now reports and defaults the sandbox name to ChangesExpress Install Sandbox Naming
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
🌿 Preview your docs: https://nvidia-preview-pr-4521.docs.buildwithfern.com/nemoclaw |
E2E Advisor RecommendationRequired E2E: Dispatch hint: Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
Dispatch hint
|
E2E Scenario Advisor RecommendationRequired scenario E2E: None Full scenario advisor summaryE2E Scenario AdvisorBase: Required scenario E2E
Optional scenario E2E
Relevant changed files
|
PR Review AdvisorFindings: 1 needs attention, 0 worth checking, 0 nice ideas Review findings🛠️ Needs attention
🔎 Worth checking
🌱 Nice ideas
Since last review detailsCurrent findings:
This is an automated advisory review. A human maintainer must make the final merge decision. |
|
Summary
DGX Spark express install now defaults the sandbox name to
my-spark-assistantunlessNEMOCLAW_SANDBOX_NAMEis already set. This matches the DGX Spark express-installexpectation while preserving existing defaults for DGX Station, Windows WSL, and normal onboarding.
Manual test
Related Issue
Fixes #3945
Changes
NEMOCLAW_SANDBOX_NAME=my-spark-assistantfor DGX Spark express install when no sandbox name is preconfigured.Type of Change
Verification
npx prek run --all-filespassesnpm testpassesnpm run docsbuilds without warnings (doc changes only)Signed-off-by: San Dang sdang@nvidia.com