Skip to content

[None][infra] Waive 15 failed cases for main in post-merge 2869 - #17041

Merged
mzweilz merged 1 commit into
NVIDIA:mainfrom
trtllm-agent:trtllm-ci-report/waive-20260730-033315
Jul 30, 2026
Merged

[None][infra] Waive 15 failed cases for main in post-merge 2869#17041
mzweilz merged 1 commit into
NVIDIA:mainfrom
trtllm-agent:trtllm-ci-report/waive-20260730-033315

Conversation

@trtllm-agent

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

Copy link
Copy Markdown
Collaborator

Auto-generated Waive PR

Created by: TensorRT LLM CI Report (requested by @mzweilz)
Target branch: main
Bug(s): 6535765, 6535767, 6535779

Waive entries added

accuracy/test_llm_api_pytorch.py::TestNemotronV3Ultra::test_nvfp4_4gpus_static_eplb[moe_backend=CUTLASS] SKIP (https://nvbugs/6535767)
accuracy/test_llm_api_pytorch.py::TestQwen3NextInstruct::test_bf16_4gpu[dep4] SKIP (https://nvbugs/6535767)
accuracy/test_llm_api_pytorch.py::TestQwen3NextInstruct::test_nvfp4[tp1_block_reuse-cutlass] SKIP (https://nvbugs/6535767)
accuracy/test_llm_api_pytorch.py::TestQwen3_5_397B_A17B::test_nvfp4[adp4_cutedsl] SKIP (https://nvbugs/6535767)
accuracy/test_llm_api_pytorch.py::TestQwen3_5_397B_A17B::test_nvfp4[adp4_trtllm] SKIP (https://nvbugs/6535779)
accuracy/test_llm_api_pytorch.py::TestQwen3_5_397B_A17B::test_nvfp4[tep4_trtllm] SKIP (https://nvbugs/6535779)
accuracy/test_llm_api_pytorch.py::TestQwen3_5_397B_A17B::test_nvfp4_mtp3_gdn_replay_tep4 SKIP (https://nvbugs/6535779)
examples/visual_gen/test_visual_gen.py::test_wan22_t2v_lpips_against_golden SKIP (https://nvbugs/6535765)
examples/visual_gen/test_visual_gen_multi_gpu.py::test_wan22_t2v_lpips_against_golden_multi_gpu[cfg2_ulysses2] SKIP (https://nvbugs/6535765)
examples/visual_gen/test_visual_gen_multi_gpu.py::test_wan22_t2v_lpips_against_golden_multi_gpu[ulysses4] SKIP (https://nvbugs/6535765)
perf/test_perf_sanity.py::test_e2e[aggr_upload-qwen3_5_397b_fp4_blackwell-qwen3_5_397b_fp4_dep8_8k1k] SKIP (https://nvbugs/6535767)
perf/test_perf_sanity.py::test_e2e[aggr_upload-qwen3_5_397b_fp4_blackwell-qwen3_5_397b_fp4_dep8_mtp3_8k1k] SKIP (https://nvbugs/6535767)
perf/test_perf_sanity.py::test_e2e[aggr_upload-qwen3_5_397b_fp4_blackwell-qwen3_5_397b_fp4_tp4_8k1k] SKIP (https://nvbugs/6535767)
unittest/_torch/speculative/hw_agnostic/test_dflash.py::test_dflash_qwen3_5_4b[False] SKIP (https://nvbugs/6535767)
unittest/_torch/speculative/hw_agnostic/test_dflash.py::test_dflash_qwen3_5_4b[True] SKIP (https://nvbugs/6535767)

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

Dev Engineer Review

  • Added 15 SKIP waivers in tests/integration/test_lists/waives.txt for accuracy, visual generation, performance, and speculative decoding tests.
  • Entries cover NemotronV3Ultra, Qwen3NextInstruct, Qwen3_5_397B_A17B, WAN22 T2V LPIPS comparisons, Blackwell Qwen3_5_397B FP4 performance runs, and Qwen3_5_4B speculative dflash tests.
  • Waiver formatting and scope are consistent; no public APIs or production code changed.
  • Bug associations are 6535765, 6535767, and 6535779. No unintended configuration changes were identified.

QA Engineer Review

  • No test-db/ or qa/ files were modified; no test functions were added, changed, or removed.
  • This is a test-list-only change adding 15 waiver entries.
  • Verdict: needs follow-up pending CBTS coverage data.

Bug(s): 6535765, 6535767, 6535779
Requested by: @mzweilz

Signed-off-by: trtllm-agent <296075020+trtllm-agent@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

Additional SKIP waivers are added for model, visual generation, performance, and speculative dflash integration tests in tests/integration/test_lists/waives.txt.

Changes

Integration test waivers

Layer / File(s) Summary
Add integration test waiver entries
tests/integration/test_lists/waives.txt
Adds SKIP entries for NemotronV3Ultra and Qwen3 tests, WAN22 T2V LPIPS comparisons, Qwen3_5_397B FP4 performance runs, and Qwen3_5_4B speculative dflash tests.

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

Suggested reviewers: bowenfu, qijune

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately summarizes the waiver changes and target branch.
Description check ✅ Passed The description includes the waiver context, target branch, bugs, and added entries, though the Test Coverage section is missing.
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

🤖 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 93-106: Update the modified waives.txt file by adding the required
NVIDIA copyright header at the top and setting its year to the current
applicable year, while preserving all existing test waiver entries unchanged.
🪄 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: eb575ff4-f682-4b2e-bdee-b3cb6bcd484b

📥 Commits

Reviewing files that changed from the base of the PR and between d0b60a1 and 147f2d1.

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

Comment thread tests/integration/test_lists/waives.txt
@mzweilz

mzweilz commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

/bot skip --comment "Waive only"

@mzweilz
mzweilz enabled auto-merge (squash) July 30, 2026 03:37
@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #62681 [ skip ] triggered by Bot. Commit: 147f2d1 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #62681 [ skip ] completed with state SUCCESS. Commit: 147f2d1
Skipping testing for commit 147f2d1

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