Skip to content

[None][infra] Waive 12 failed cases for main in post-merge 2816 - #15914

Merged
mzweilz merged 2 commits into
NVIDIA:mainfrom
trtllm-agent:trtllm-ci-report/waive-20260703-083924
Jul 3, 2026
Merged

[None][infra] Waive 12 failed cases for main in post-merge 2816#15914
mzweilz merged 2 commits into
NVIDIA:mainfrom
trtllm-agent:trtllm-ci-report/waive-20260703-083924

Conversation

@trtllm-agent

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

Copy link
Copy Markdown
Collaborator

Auto-generated Waive PR

Created by: TensorRT LLM CI Report (requested by @mzweilz)
Target branch: main
Bug(s): 6396728, 6403920, 6412076, 6412081, 6412098, 6412102, 6412105, 6412108, 6412133, 6412144

Waive entries added

RequestTest/invalidInputs.py::RequestTest.invalidInputs SKIP (https://nvbugs/6412081)
accuracy/test_llm_api_autodeploy.py::TestQwen3_5_397B_MoE::test_nvfp4[8] SKIP (https://nvbugs/6412108)
accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_bfloat16[mtp_nextn=2-attention_dp=False-cuda_graph=False-overlap_scheduler=False-torch_compile=False-enable_chunked_prefill=False-v2_kv_cache=True] SKIP (https://nvbugs/6412102)
accuracy/test_llm_api_pytorch.py::TestQwen3_8B::test_bf16[latency] SKIP (https://nvbugs/6412098)
cpp/test_unit_tests.py::test_unit_tests[executor-80] SKIP (https://nvbugs/6412076)
perf/test_perf_sanity.py::test_e2e[disagg_upload-gen_only-gb200_deepseek-r1-fp4_8k1k_con1024_ctx1_dep4_gen1_dep32_eplb0_mtp3_ccb-NIXL] SKIP (https://nvbugs/6412144)
perf/test_perf_sanity.py::test_e2e[disagg_upload-gen_only-gb300_glm-5-fp4_8k1k_con512_ctx1_dep2_gen1_dep32_eplb0_mtp3_ccb-NIXL] SKIP (https://nvbugs/6412144)
perf/test_visual_gen_perf_sanity.py::test_visual_gen_e2e[vg_upload-wan21_t2v_14b_blackwell-wan21_14b_nvfp4_trtllm_cfg2_ulysses4_teacache_on] SKIP (https://nvbugs/6412144)
unittest/_torch/ray_orchestrator/multi_gpu/test_llm_update_weights_multi_gpu.py -m "part2" SKIP (https://nvbugs/6396728)
unittest/_torch/ray_orchestrator/multi_gpu/test_llm_update_weights_multi_gpu.py::test_llm_update_weights_nvfp4[fp8-Qwen3/Qwen3-30B-A3B] SKIP (https://nvbugs/6412133)
unittest/_torch/visual_gen/multi_gpu/test_ring_attention.py::TestRingAttention::test_ring_invalid_mask_raises SKIP (https://nvbugs/6412105)
unittest/auto_deploy/multigpu/custom_ops SKIP (https://nvbugs/6403920)

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

Summary by CodeRabbit

  • Tests
    • Updated test skip/waiver coverage for several known failing scenarios.
    • Added or refreshed waivers for select integration, multi-GPU, latency, performance, and visual-generation checks.
    • Improved handling of a few specific test cases to reduce noisy failures in validation runs.

Bug(s): 6396728, 6403920, 6412076, 6412081, 6412098, 6412102, 6412105, 6412108, 6412133, 6412144
Requested by: @mzweilz

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

mzweilz commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

/bot skip --comment "Waive PR creating via CI report"

Signed-off-by: Abby Wei <18545893+mzweilz@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

This PR adds and updates SKIP/waiver entries in tests/integration/test_lists/waives.txt for various failing tests, each annotated with an NVBUG ticket reference, covering accuracy tests, unit tests, performance sanity tests, and visual-generation tests.

Changes

Waiver list updates

Layer / File(s) Summary
Core and accuracy test waivers
tests/integration/test_lists/waives.txt
New SKIP entries added for RequestTest.invalidInputs, Qwen3 MoE NVFP4, DeepSeekV3Lite bfloat16, Qwen3_8B BF16 latency, and cpp executor unit test, each with NVBUG references.
Performance and visual-gen sanity waivers
tests/integration/test_lists/waives.txt
New SKIP entries added for GB200/GB300 perf_sanity e2e cases and a Wan21 visual-gen e2e sanity case with teacache_on, all referencing the same NVBUG.
Multi-GPU and auto-deploy waivers
tests/integration/test_lists/waives.txt
Updates the NVBUG link for an existing NVFP4 weight-update waiver, adds a part2 waiver, and adds new waivers for ring attention and auto-deploy multi-GPU custom ops tests.

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

Possibly related PRs

  • NVIDIA/TensorRT-LLM#15825: Both PRs update the same waivers file with overlapping DeepSeekV3Lite bfloat16, Qwen3 NVFP4, and visual-gen/perf sanity waiver entries.
  • NVIDIA/TensorRT-LLM#15620: Both PRs update overlapping visual-gen and test_llm_partial_update_weights_nvfp4/test_llm_update_weights_multi_gpu waiver entries.
  • NVIDIA/TensorRT-LLM#15870: Both PRs add SKIP waivers for perf/test_perf_sanity.py::test_e2e parameterized cases including GB200 NVBUG-linked entries.

Suggested reviewers: mzweilz, dongxuy04, pcastonguay, yuxianq

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the waivers but does not follow the required template sections for Description, Test Coverage, and PR Checklist. Add the missing template sections and briefly fill in what changed, how to validate it, and the PR checklist items.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the main change: an infra waiver PR for failed post-merge tests.
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`:
- Line 1: Remove the stale waiver entry from the test waivers list because the
referenced test no longer exists. Update tests/integration/test_lists/waives.txt
by deleting or retargeting the
RequestTest/invalidInputs.py::RequestTest.invalidInputs entry so
validate-test-lists no longer fails. Use the waiver list entry itself to locate
the obsolete reference.
🪄 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: 33bfe5fc-ab2f-4bbf-b963-96a093d06336

📥 Commits

Reviewing files that changed from the base of the PR and between ca9c439 and ae18a1c.

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

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

Copy link
Copy Markdown
Collaborator

PR_Github #57423 [ skip ] triggered by Bot. Commit: a9c4a76 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

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

Link to invocation

@mzweilz
mzweilz enabled auto-merge (squash) July 3, 2026 08:53
@mzweilz
mzweilz merged commit 1abcc63 into NVIDIA:main Jul 3, 2026
8 checks passed
BrianLi23 pushed a commit to BrianLi23/TensorRT-LLM that referenced this pull request Jul 9, 2026
…IA#15914)

Signed-off-by: trtllm-agent <296075020+trtllm-agent@users.noreply.github.com>
Signed-off-by: Abby Wei <18545893+mzweilz@users.noreply.github.com>
Co-authored-by: Abby Wei <18545893+mzweilz@users.noreply.github.com>
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