Skip to content

[None][test] Waive 9 failed cases for main in post-merge - #15055

Closed
tensorrt-cicd wants to merge 1 commit into
NVIDIA:mainfrom
tensorrt-cicd:trtllm-ci-report/waive-20260607-091351
Closed

[None][test] Waive 9 failed cases for main in post-merge#15055
tensorrt-cicd wants to merge 1 commit into
NVIDIA:mainfrom
tensorrt-cicd:trtllm-ci-report/waive-20260607-091351

Conversation

@tensorrt-cicd

@tensorrt-cicd tensorrt-cicd commented Jun 7, 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): 6276983, 6276985, 6278337, 6278350, 6278355

Waive entries added

accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_1gpu[v2_kv_cache-True-True-trtllm-fp8] SKIP (https://nvbugs/6276985)
accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_bfloat16_4gpus[pp4-mtp_nextn=0-attention_dp=False-cuda_graph=True-overlap_scheduler=False-torch_compile=True] SKIP (https://nvbugs/6278337)
test_e2e.py::test_multi_nodes_eval[DeepSeek-R1/DeepSeek-R1-0528-FP4-tp16-mmlu] SKIP (https://nvbugs/6276983)
test_e2e.py::test_multi_nodes_eval[Kimi-K2-Thinking-NVFP4-tp16-mmlu] SKIP (https://nvbugs/6276983)
accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_chunked_prefill[trtllm-auto] SKIP (https://nvbugs/6278350)
accuracy/test_llm_api_autodeploy.py::TestNemotronNanoV3::test_accuracy[nvfp4-1-trtllm] SKIP (https://nvbugs/6278355)
accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_bfloat16_4gpus[pp4-mtp_nextn=0-attention_dp=False-cuda_graph=False-overlap_scheduler=False-torch_compile=False] SKIP (https://nvbugs/6278337)
accuracy/test_llm_api_pytorch.py::TestLlama3_1_8BInstruct::test_fp8_4gpus[pp4-fp8kv=True-attn_backend=TRTLLM-torch_compile=False] SKIP (https://nvbugs/6278337)
accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_bfloat16_4gpus[pp4-mtp_nextn=0-attention_dp=False-cuda_graph=True-overlap_scheduler=False-torch_compile=False] SKIP (https://nvbugs/6278337)

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

Summary by CodeRabbit

  • Tests
    • Updated test waiver configuration to skip additional parameterized test cases across various model architectures and configurations, including cases for Nemotron Nano, DeepSeek, GPT-OSS, Llama, and multi-node evaluation scenarios.

Bug(s): 6276983, 6276985, 6278337, 6278350, 6278355
Requested by: qa@nvidia.com

Signed-off-by: tensorrt-cicd <90828364+tensorrt-cicd@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

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: 7d3f0b84-ea44-457a-879e-216eecdc4b15

📥 Commits

Reviewing files that changed from the base of the PR and between bedad85 and 8ebbb1f.

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

📝 Walkthrough

Walkthrough

This PR adds nine new test waiver entries to tests/integration/test_lists/waives.txt, skipping specific failing parametrized test cases across LLM accuracy tests and e2e multi-node evaluation tests. No existing entries are modified.

Changes

Test waiver additions

Layer / File(s) Summary
Add test waivers for accuracy and e2e tests
tests/integration/test_lists/waives.txt
New SKIP entries are inserted for failing test cases: TestNemotronNanoV3::test_accuracy[nvfp4-1-trtllm], TestDeepSeekV3Lite::test_bfloat16_4gpus variants across cuda_graph and torch_compile combinations, TestGPTOSS::test_w4_1gpu[...-trtllm-fp8], TestGPTOSS::test_w4_chunked_prefill[trtllm-auto], TestLlama3_1_8BInstruct::test_fp8_4gpus[...-TRTLLM-torch_compile=False], and test_e2e.py::test_multi_nodes_eval for DeepSeek-R1 and Kimi-K2 configurations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • NVIDIA/TensorRT-LLM#14857: Modifies the same test waiver file with additional SKIP entries for failing accuracy test cases.
  • NVIDIA/TensorRT-LLM#14896: Adds new SKIP entries to tests/integration/test_lists/waives.txt for specific accuracy test parametrizations.
  • NVIDIA/TensorRT-LLM#14791: Modifies tests/integration/test_lists/waives.txt with overlapping test waiver entries for accuracy and e2e tests.

Suggested reviewers

  • jieli-matrix
  • StanleySun639
  • LarryXFly
  • xinhe-nv
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the primary change: waiving 9 failed test cases for the main branch post-merge, following the required format with [None][test] prefix.
Description check ✅ Passed The auto-generated description provides comprehensive context including bug references, specific waive entries with their corresponding NVBug links, and clear notification that entries should be reviewed before merging.
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.

@crazydemo

Copy link
Copy Markdown
Collaborator

#15056

@crazydemo crazydemo closed this Jun 8, 2026
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.

2 participants