Skip to content

[TRTQA-3277][test] Waive 7 failed cases for main in QA CI#16605

Merged
xinhe-nv merged 1 commit into
NVIDIA:mainfrom
trtllm-agent:trtllm-ci-report/waive-20260720-065920
Jul 20, 2026
Merged

[TRTQA-3277][test] Waive 7 failed cases for main in QA CI#16605
xinhe-nv merged 1 commit into
NVIDIA:mainfrom
trtllm-agent:trtllm-ci-report/waive-20260720-065920

Conversation

@trtllm-agent

@trtllm-agent trtllm-agent commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Auto-generated Waive PR

Created by: TensorRT LLM CI Report (requested by qa@nvidia.com)
Target branch: main
Bug(s): 6474888, 6474892, 6474894, 6475346, 6475622

Waive entries added

full:B300/accuracy/test_llm_api_pytorch.py::TestNemotronV3Ultra::test_nvfp4_8gpus[attention_dp_off-trtllm] SKIP (https://nvbugs/6474894)
full:B300/accuracy/test_llm_api_pytorch.py::TestGemma3_1BInstruct::test_fp8_prequantized[torch_compile=True] SKIP (https://nvbugs/6475346)
full:B300/disaggregated/test_auto_scaling.py::test_service_discovery[http-kv_cache_aware] SKIP (https://nvbugs/6474892)
full:B300/accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_cute_dsl_nvfp4_4gpus[tp4-fp8kv=False-attention_dp=False-cuda_graph=False-overlap_scheduler=False-torch_compile=True] SKIP (https://nvbugs/6474888)
full:B300/accuracy/test_epd_disagg_multimodal.py::TestVideoMMEEPD::test_disaggregated_videomme[qwen3vl_2b_instruct] SKIP (https://nvbugs/6475622)
full:B300/accuracy/test_epd_disagg_multimodal.py::TestVideoMMEEPD::test_disaggregated_videomme[nemotron_nano_v3_omni_fp8] SKIP (https://nvbugs/6475622)
full:B300/accuracy/test_epd_disagg_multimodal.py::TestVideoMMEEPD::test_disaggregated_videomme[nemotron_nano_v3_omni_nvfp4] SKIP (https://nvbugs/6475622)

This PR was auto-generated by TensorRT LLM CI Report. Please review the waive entries before merging.

Summary by CodeRabbit

  • Tests
    • Updated integration test coverage for B300 multimodal, disaggregated, and API scenarios.
    • Added skip handling for several unsupported or currently failing hardware and model configurations, including FP8/NVFP4 variants and auto-scaling service discovery.
    • Preserved existing waiver coverage for previously identified configurations.

Bug(s): 6474888, 6474892, 6474894, 6475346, 6475622
Requested by: qa@nvidia.com

Signed-off-by: trtllm-agent <296075020+trtllm-agent@users.noreply.github.com>
@xinhe-nv
xinhe-nv enabled auto-merge (squash) July 20, 2026 06:59
@xinhe-nv xinhe-nv changed the title [None][test] Waive 7 failed cases for main in QA CI [TRTQA-3277][test] Waive 7 failed cases for main in QA CI Jul 20, 2026
@xinhe-nv

Copy link
Copy Markdown
Collaborator

/bot skip --comment "waive tests on B300"

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The B300 integration-test waiver list adds skip entries for three VideoMMEEPD multimodal variants and four additional model or auto-scaling configurations, each retaining associated NV bug references.

Changes

B300 integration test waivers

Layer / File(s) Summary
Disaggregated multimodal waivers
tests/integration/test_lists/waives.txt
Adds B300 VideoMMEEPD disaggregated skip entries for Nemotron Nano Omni FP8, Nemotron Nano Omni NVFP4, and Qwen3VL 2B Instruct variants.
B300 configuration waivers
tests/integration/test_lists/waives.txt
Adds skip entries for DeepSeekV3Lite, Gemma3_1BInstruct, NemotronV3Ultra, and the http-kv_cache_aware auto-scaling service-discovery test.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested reviewers: dongfengy

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the PR’s main change: waiving seven QA CI failures on main.
Description check ✅ Passed The description includes the purpose, affected branch, bug links, and all seven waive entries, but lacks explicit Test Coverage and checklist completion.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
tests/integration/test_lists/waives.txt (1)

199-201: 🗄️ Data Integrity & Integration | 🔵 Trivial

Run the existing waiver-list validation before merge.

No new test file is needed for this waiver-only change; coverage is a validation follow-up outside this PR. Run scripts/check_test_list.py with --qa and --l0, and confirm all seven new B300 entries resolve against qa_test.txt/l0_test.txt and pytest collection succeeds. As per path instructions for tests/**, report whether coverage is sufficient or requires follow-up outside this PR.

Also applies to: 210-211, 217-217, 220-220

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@tests/integration/test_lists/waives.txt` around lines 199 - 201, Run the
existing waiver-list validation using scripts/check_test_list.py with both QA
and L0 validation enabled, then confirm all seven new B300 entries resolve
against qa_test.txt and l0_test.txt and that pytest collection succeeds. Report
whether coverage is sufficient; if not, record the required follow-up outside
this PR.

Source: Path instructions

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@tests/integration/test_lists/waives.txt`:
- Around line 199-201: Add the repository-standard NVIDIA copyright header at
the beginning of tests/integration/test_lists/waives.txt, updating the copyright
year as required while preserving the existing waiver entries unchanged.

---

Nitpick comments:
In `@tests/integration/test_lists/waives.txt`:
- Around line 199-201: Run the existing waiver-list validation using
scripts/check_test_list.py with both QA and L0 validation enabled, then confirm
all seven new B300 entries resolve against qa_test.txt and l0_test.txt and that
pytest collection succeeds. Report whether coverage is sufficient; if not,
record the required follow-up outside this PR.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 6287780d-4374-4499-9a1c-bdec81a31ab6

📥 Commits

Reviewing files that changed from the base of the PR and between fc88aea and bfe9e59.

📒 Files selected for processing (1)
  • tests/integration/test_lists/waives.txt

Comment thread tests/integration/test_lists/waives.txt
@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #60302 [ skip ] triggered by Bot. Commit: bfe9e59 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #60302 [ skip ] completed with state SUCCESS. Commit: bfe9e59
Skipping testing for commit bfe9e59

Link to invocation

@xinhe-nv
xinhe-nv merged commit af4aff4 into NVIDIA:main Jul 20, 2026
16 checks passed
@xinhe-nv
xinhe-nv deleted the trtllm-ci-report/waive-20260720-065920 branch July 20, 2026 07:18
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