Fix Blender community E2E reproducibility#56
Merged
Conversation
Signed-off-by: Senthil Ravichandran <senthilr@nvidia.com>
Collaborator
|
lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Make the Blender Omniverse DGX Station example reproducible during a fresh community E2E deployment.
This fixes three failures found while following the published guide on a QA DGX Station:
nvidia/nemotron-3-ultra-550b-a55bmodel ID in preflight instead of reporting a false failure;-nostdin, preventing native OVPhysX replay from being job-control stopped;run_configured_demooperation that runs preflight, prepare, preview, native simulation, and replay in order and returns a compact verified receipt.The existing low-level helper operations remain available. The source
.blendis preserved, each stage still verifies its host artifact, and the bounded workflow stops at the first failed stage.Regression tests cover the successful workflow receipt and early termination after a blocked preflight.
Verification
python scripts/check_license_headers.py --check— 186 source files passed on macOS and the QA DGX Stationgit diff --checkbash -n examples/blender-omniverse-dgx-station/scripts/*.shpython3 -m unittest discover -s examples/blender-omniverse-dgx-station/scripts -p 'test_*.py'— 11 tests passed on macOS and DGXRESULT=readypass-real, 12 bodies, 25 samples, verified 640 x 360 host GIF; source.blendchecksum unchangedRelease And Compliance
.envfiles, private certificates, snapshots, or token caches are included.THIRD-PARTY-NOTICES(no dependency changes).git commit -s).Signed-off-by: Senthil Ravichandran senthilr@nvidia.com