[https://nvbugs/6528742][test] Unwaive Nemotron V3 Super Mamba tests - #17309
Merged
VALLIS-NERIA merged 1 commit intoAug 5, 2026
Merged
Conversation
…(By Agent) Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
VALLIS-NERIA
marked this pull request as ready for review
August 5, 2026 09:52
VALLIS-NERIA
requested review from
EmmaQiaoCh,
ZhanruiSunCh,
brnguyen2,
schetlur-nv and
yingguo-trt
August 5, 2026 09:52
Contributor
|
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 (1)
💤 Files with no reviewable changes (1)
WalkthroughRemoved eight NemotronV3Super FP8 skip entries from the default, B200, B300, GB200, and GB300 integration test lists. ChangesNemotronV3Super FP8 test unwaiving
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Collaborator
Author
|
/bot run |
VALLIS-NERIA
enabled auto-merge (squash)
August 5, 2026 09:54
Collaborator
|
PR_Github #64022 [ run ] triggered by Bot. Commit: |
Collaborator
|
PR_Github #64022 [ run ] completed with state |
BowenFu
approved these changes
Aug 5, 2026
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.
What changed
Why
PR #17049 fixed the test setup by explicitly setting
use_kv_cache_manager_v2=False. The legacy Python Mamba cache variants therefore no longer conflict with the model's automatically selected V2 cache manager.Impact
The fixed Nemotron V3 Super integration tests will run again instead of being skipped.
Validation
python3 scripts/check_test_list.py --check-duplicate-waivespython3 scripts/check_test_list.py --validate— 2,138 unique test entries validatedpython3 -m pre_commit run --files tests/integration/test_lists/waives.txtThe GPU integration cases were not rerun in this checkout. The merged fix PR #17049 reports a passing 4-GPU B200 run for the
attention_dp_on-python_mamba_cachevariant.Dev Engineer Review
tests/integration/test_lists/waives.txt.use_kv_cache_manager_v2=Falsefrom PR#17049.QA Engineer Review
tests/integration/test_lists/waives.txt.test-db/orqa/files were modified.