Skip to content

[None][test] Waive 6 failed cases for main in QA CI#13457

Closed
xinhe-nv wants to merge 1 commit intoNVIDIA:mainfrom
xinhe-nv:trtllm-ci-report/waive-20260425-024446
Closed

[None][test] Waive 6 failed cases for main in QA CI#13457
xinhe-nv wants to merge 1 commit intoNVIDIA:mainfrom
xinhe-nv:trtllm-ci-report/waive-20260425-024446

Conversation

@xinhe-nv
Copy link
Copy Markdown
Collaborator

@xinhe-nv xinhe-nv commented Apr 25, 2026

Auto-generated Waive PR

Created by: TensorRT LLM CI Report (requested by qa@nvidia.com)
Target branch: main
Jenkins build: https://prod.blsm.nvidia.com/swqa-tensorrt-qa-test/job/LLM_FUNCTION_TEST/2117/
Bug(s): 6087946, 6112497

Waive entries added

accuracy/test_llm_api_pytorch.py::TestGemma3_1BInstruct::test_fp8_prequantized[torch_compile=False] SKIP (https://nvbugs/6087946)
accuracy/test_llm_api_pytorch.py::TestGemma3_1BInstruct::test_fp8_prequantized[torch_compile=True] SKIP (https://nvbugs/6087946)
accuracy/test_llm_api_pytorch.py::TestLlama3_1_8BInstruct::test_bfloat16_4gpus[pp4-attn_backend=TRTLLM-torch_compile=False] SKIP (https://nvbugs/6112497)

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

Summary by CodeRabbit

  • Tests
    • Updated test skip list to exclude specific GPU acceleration and optimization test cases from validation runs.

@crazydemo crazydemo force-pushed the trtllm-ci-report/waive-20260425-024446 branch from 242bf8c to 0a2e6ea Compare April 27, 2026 02:41
@crazydemo crazydemo marked this pull request as ready for review April 27, 2026 02:43
Bug(s): 5921674, 6087946, 6112497, 6112502, 6112503
Requested by: qa@nvidia.com
Jenkins build: https://prod.blsm.nvidia.com/swqa-tensorrt-qa-test/job/LLM_FUNCTION_TEST/2117/

Signed-off-by: xinhe-nv <200704525+xinhe-nv@users.noreply.github.com>
@crazydemo crazydemo force-pushed the trtllm-ci-report/waive-20260425-024446 branch from 0a2e6ea to 1c3bdca Compare April 27, 2026 02:44
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 27, 2026

📝 Walkthrough

Walkthrough

The pull request adds three new test skip entries to the test waiver list, marking specific test cases for test_fp8_prequantized and test_bfloat16_4gpus as SKIP with associated NVIDIA bug links.

Changes

Cohort / File(s) Summary
Test Waivers
tests/integration/test_lists/waives.txt
Added three new SKIP entries for TestGemma3_1BInstruct::test_fp8_prequantized (with torch_compile variations) and TestLlama3_1_8BInstruct::test_bfloat16_4gpus (with pp4 and TRTLLM attention backend config), each with corresponding NV bug references.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • jieli-matrix
  • StanleySun639
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: waiving 6 failed test cases for the main branch in QA CI.
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.
Description check ✅ Passed The pull request description clearly identifies the auto-generated nature, references the Jenkins build and associated bug links, and lists all waive entries being added to the test file.

✏️ 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

/bot run --skip-test

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

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 the current code and only fix it if needed.

Inline comments:
In `@tests/integration/test_lists/waives.txt`:
- Around line 433-435: The PR added only 3 waive entries but the objective
requires 6; add the three missing waive lines to the same file so all six failed
cases are waived: add entries for
accuracy/test_llm_api_autodeploy.py::TestModelRegistryAccuracy::test_autodeploy_from_registry[nvidia_Llama-3.1-8B-Instruct-FP8-True]
SKIP (https://nvbugs/6112502),
accuracy/test_llm_api_autodeploy.py::TestNemotronNanoV3::test_accuracy[fp8-4-trtllm]
SKIP (https://nvbugs/6112503), and
accuracy/test_llm_api_autodeploy.py::TestNemotronV2::test_fp8[True] SKIP
(https://nvbugs/5921674) using the same formatting as the existing waive entries
so the PR meets the "Waive 6 failed cases" objective.
🪄 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: 29af17b0-2b2d-48a5-a6a1-da017f1f43af

📥 Commits

Reviewing files that changed from the base of the PR and between 04b454e and 1c3bdca.

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

Comment on lines +433 to +435
accuracy/test_llm_api_pytorch.py::TestGemma3_1BInstruct::test_fp8_prequantized[torch_compile=False] SKIP (https://nvbugs/6087946)
accuracy/test_llm_api_pytorch.py::TestGemma3_1BInstruct::test_fp8_prequantized[torch_compile=True] SKIP (https://nvbugs/6087946)
accuracy/test_llm_api_pytorch.py::TestLlama3_1_8BInstruct::test_bfloat16_4gpus[pp4-attn_backend=TRTLLM-torch_compile=False] SKIP (https://nvbugs/6112497)
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.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Search for the missing waive entries in test lists

echo "=== Searching for missing waive entries ==="

# Search for the missing test cases
rg -n "nvidia_Llama-3.1-8B-Instruct-FP8-True" tests/integration/test_lists/
rg -n "TestNemotronNanoV3.*fp8-4-trtllm" tests/integration/test_lists/
rg -n "TestNemotronV2.*test_fp8.*True" tests/integration/test_lists/

echo ""
echo "=== Checking for bug references ==="
rg -n "6112502|6112503" tests/integration/test_lists/

Repository: NVIDIA/TensorRT-LLM

Length of output: 1340


Add the missing 3 waive entries to complete the PR objective of waiving 6 failed cases.

The code changes add only 3 waive entries (lines 433–435), but the PR objectives state "Waive 6 failed cases" and list 6 specific cases. The following 3 entries are missing and should be added to waives.txt:

  • accuracy/test_llm_api_autodeploy.py::TestModelRegistryAccuracy::test_autodeploy_from_registry[nvidia_Llama-3.1-8B-Instruct-FP8-True] SKIP (https://nvbugs/6112502)
  • accuracy/test_llm_api_autodeploy.py::TestNemotronNanoV3::test_accuracy[fp8-4-trtllm] SKIP (https://nvbugs/6112503)
  • accuracy/test_llm_api_autodeploy.py::TestNemotronV2::test_fp8[True] SKIP (https://nvbugs/5921674)

The 3 entries present are correctly formatted per coding guidelines.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@tests/integration/test_lists/waives.txt` around lines 433 - 435, The PR added
only 3 waive entries but the objective requires 6; add the three missing waive
lines to the same file so all six failed cases are waived: add entries for
accuracy/test_llm_api_autodeploy.py::TestModelRegistryAccuracy::test_autodeploy_from_registry[nvidia_Llama-3.1-8B-Instruct-FP8-True]
SKIP (https://nvbugs/6112502),
accuracy/test_llm_api_autodeploy.py::TestNemotronNanoV3::test_accuracy[fp8-4-trtllm]
SKIP (https://nvbugs/6112503), and
accuracy/test_llm_api_autodeploy.py::TestNemotronV2::test_fp8[True] SKIP
(https://nvbugs/5921674) using the same formatting as the existing waive entries
so the PR meets the "Waive 6 failed cases" objective.

@crazydemo
Copy link
Copy Markdown
Collaborator

merge to #13504

@crazydemo crazydemo closed this Apr 27, 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