Skip to content

[https://nvbugs/6162128] Remove nano v3 E2E test#14036

Open
2ez4bz wants to merge 1 commit into
NVIDIA:mainfrom
2ez4bz:dev-rm-qa-tests
Open

[https://nvbugs/6162128] Remove nano v3 E2E test#14036
2ez4bz wants to merge 1 commit into
NVIDIA:mainfrom
2ez4bz:dev-rm-qa-tests

Conversation

@2ez4bz
Copy link
Copy Markdown
Collaborator

@2ez4bz 2ez4bz commented May 12, 2026

Summary by CodeRabbit

  • Tests
    • Updated internal test configurations to refine validation coverage for model performance across different data types and distributed computing scenarios.

Review Change Stack

Description

Tests in tests/integration/test_lists/qa/llm_function_core.txt may run on unintended GPU SKUs, leading to false positive blanket waive entries in tests/integration/test_lists/waives.txt.

This commit removes the E2E accuracy tests for Nano V3 Omni so as to unblock testing on actual SKUs of interest (H100, B200).

Test Coverage

PR Checklist

Please review the following before submitting your PR:

  • PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.

  • PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.

  • Test cases are provided for new code paths (see test instructions)

  • Any new dependencies have been scanned for license and vulnerabilities

  • CODEOWNERS updated if ownership changes

  • Documentation updated as needed

  • Update tava architecture diagram if there is a significant design change in PR.

  • The reviewers assigned automatically/manually are appropriate for the PR.

  • Please check this after reviewing the above items as appropriate for this PR.

GitHub Bot Help

To see a list of available CI bot commands, please comment /bot help.

Tests in `tests/integration/test_lists/qa/llm_function_core.txt` may run
on unintended GPU SKUs, leading to false positive blanket waive entries
in `tests/integration/test_lists/waives.txt`.

This commit removes the E2E accuracy tests for Nano V3 Omni so as to
unblock testing on actual SKUs of interest (H100, B200).

Signed-off-by: William Zhang <133824995+2ez4bz@users.noreply.github.com>
@2ez4bz 2ez4bz requested a review from a team as a code owner May 12, 2026 06:56
@2ez4bz
Copy link
Copy Markdown
Collaborator Author

2ez4bz commented May 12, 2026

/bot run

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 12, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: a446bcc6-469c-4a7e-80ac-5053d41228a1

📥 Commits

Reviewing files that changed from the base of the PR and between 7bc328f and 7d1b057.

📒 Files selected for processing (2)
  • tests/integration/test_lists/qa/llm_function_core.txt
  • tests/integration/test_lists/waives.txt
💤 Files with no reviewable changes (2)
  • tests/integration/test_lists/waives.txt
  • tests/integration/test_lists/qa/llm_function_core.txt

📝 Walkthrough

Walkthrough

This PR updates the QA test suite by removing deprecated NanoV3Omni auto-dtype tests and adding new multimodal test entries for MistralLarge3, MistralSmall24B, and Nemotron models, while removing their corresponding waiver entries.

Changes

Test List Maintenance

Layer / File(s) Summary
QA test list and waiver updates
tests/integration/test_lists/qa/llm_function_core.txt, tests/integration/test_lists/waives.txt
Removed three NanoV3Omni auto-dtype test entries (bf16, fp8, nvfp4) from the QA list and replaced them with multimodal tests for TestMistralLarge3_675B (nvfp4_4gpus with latency_moe_trtllm), TestMistralSmall24B (forced_chunked_prefill), and TestNemotron_Nano_12B_V2_VL (forced_chunked_prefill). Corresponding waiver entries for the deprecated tests removed.

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: removing Nano V3 E2E tests from the test list, which aligns with the file modifications in qa/llm_function_core.txt and waives.txt.
Description check ✅ Passed The description explains the issue (tests running on unintended GPU SKUs causing false waive entries) and the solution (removing Nano V3 Omni E2E tests), but the Test Coverage section is empty.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@2ez4bz 2ez4bz enabled auto-merge (squash) May 12, 2026 06:57
accuracy/test_llm_api_pytorch_multimodal.py::TestMistralLarge3_675B::test_nvfp4_4gpus[latency_moe_trtllm]
accuracy/test_llm_api_pytorch_multimodal.py::TestMistralSmall24B::test_auto_dtype[forced_chunked_prefill]
accuracy/test_llm_api_pytorch_multimodal.py::TestNemotron_Nano_12B_V2_VL::test_auto_dtype[forced_chunked_prefill]
accuracy/test_llm_api_pytorch_multimodal.py::TestNanoV3Omni::test_auto_dtype[bf16]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you don't want to run these tests on GB300, please add pytest.mark for the test definition. refer to other tests.

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47918 [ run ] triggered by Bot. Commit: 7d1b057 Link to invocation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants