Skip to content

[None][test] Waive 2 failed cases for main in QA CI - #14755

Closed
tensorrt-cicd wants to merge 3 commits into
NVIDIA:mainfrom
tensorrt-cicd:trtllm-ci-report/waive-20260529-182054
Closed

[None][test] Waive 2 failed cases for main in QA CI#14755
tensorrt-cicd wants to merge 3 commits into
NVIDIA:mainfrom
tensorrt-cicd:trtllm-ci-report/waive-20260529-182054

Conversation

@tensorrt-cicd

@tensorrt-cicd tensorrt-cicd commented May 29, 2026

Copy link
Copy Markdown
Collaborator

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/2201/
Bug(s): 6059036, 6189290

Waive entries added

accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype[triton_paged-False-1] SKIP (https://nvbugs/6189290)
accuracy/test_llm_api_autodeploy.py::TestModelRegistryAccuracy::test_autodeploy_from_registry[google_gemma-3-1b-it-False] SKIP (https://nvbugs/6059036)

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

Summary by CodeRabbit

  • Tests
    • Added test waiver entry for specific test configuration to skip execution.

Note: This release contains internal testing infrastructure updates with no user-facing changes.

Bug(s): 6059036, 6189290
Requested by: qa@nvidia.com
Jenkins build: https://prod.blsm.nvidia.com/swqa-tensorrt-qa-test/job/LLM_FUNCTION_TEST/2201/

Signed-off-by: tensorrt-cicd <90828364+tensorrt-cicd@users.noreply.github.com>
Signed-off-by: xinhe-nv <200704525+xinhe-nv@users.noreply.github.com>
@xinhe-nv
xinhe-nv marked this pull request as ready for review June 2, 2026 02:44
@xinhe-nv
xinhe-nv enabled auto-merge (squash) June 2, 2026 02:44
@xinhe-nv

xinhe-nv commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

/bot run --stage-list ""

@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

This PR adds a single test waiver entry to the integration test waiver list, skipping the TestLlama3_1_8B::test_auto_dtype test case with triton_paged-False-1 parameters and referencing an associated NVBug.

Changes

Test Waiver Entry

Layer / File(s) Summary
Skip waiver for test_auto_dtype parameter set
tests/integration/test_lists/waives.txt
Single SKIP waiver line added for accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype[triton_paged-False-1] with NVBug reference.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • crazydemo
  • jieli-matrix
  • StanleySun639
  • LarryXFly
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description deviates significantly from the template. It lacks required sections like Description, Test Coverage, and PR Checklist, and does not follow the standard PR format. Add missing sections: Description, Test Coverage, and PR Checklist. Follow the repository's PR description template structure even for auto-generated waive PRs.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding test waivers for failed cases in the QA CI for the main branch.
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.

@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 13: The waiver target "triton_paged-False-1" for
accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype is
invalid; update the waiver entry in the waives list to match an active
parametrized case or change the test parametrization so the key matches. Replace
the current token in tests/integration/test_lists/waives.txt with one of the
active IDs reported by CI for TestLlama3_1_8B::test_auto_dtype, or adjust the
parametrization in accuracy/test_llm_api_autodeploy.py so that the generated
case IDs include "triton_paged-False-1".
🪄 Autofix (Beta)

❌ Autofix failed (check again to retry)

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: 735ab283-15e1-413e-9eb2-98f2470c4a5b

📥 Commits

Reviewing files that changed from the base of the PR and between 6222112 and 56c467e.

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

accuracy/test_llm_api.py::TestMistralNemo12B::test_fp8 SKIP (https://nvbugs/5413197)
accuracy/test_llm_api_autodeploy.py::TestGemma4MoE::test_bf16 SKIP (https://nvbugs/6158397)
accuracy/test_llm_api_autodeploy.py::TestGemmaE2B::test_gemma4_e2b_it SKIP (https://nvbugs/6194934)
accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype[triton_paged-False-1] SKIP (https://nvbugs/6189290)

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 | ⚡ Quick win

Fix invalid waiver target; it does not map to any active parametrized test.

validate-test-lists is failing because triton_paged-False-1 is not a valid active ID for accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype (and the waiver is reported as not in active test lists). This waiver entry currently cannot be applied and blocks merge.

QA coverage assessment: insufficient for this waiver change until the waiver points to an active case.
Actionable follow-up:

  • Update tests/integration/test_lists/waives.txt Line 13 to one of the active IDs reported by CI.
  • Reconcile the parametrization source in tests/integration/accuracy/test_llm_api_autodeploy.py so waiver/test-list keys match exactly.
🧰 Tools
🪛 GitHub Actions: Release Checks / 0_Pre-commit Check.txt

[error] 13-13: pre-commit hook 'validate-test-lists' failed. INVALID PARAMETRIZE ID: accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype. ID 'triton_paged-False-1' not in valid IDs: ['flashinfer-False-1','flashinfer-False-2','flashinfer-False-4','flashinfer-True-1','flashinfer-True-2','flashinfer-True-4','torch-False-1','torch-False-2'].


[error] 13-13: pre-commit hook 'validate-test-lists' failed. WAIVE NOT IN ACTIVE TEST LISTS: accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype[triton_paged-False-1].

🪛 GitHub Actions: Release Checks / Pre-commit Check

[error] 13-13: pre-commit hook 'validate-test-lists' failed (exit code 1): INVALID PARAMETRIZE ID: accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype. ID 'triton_paged-False-1' not in valid IDs: ['flashinfer-False-1','flashinfer-False-2','flashinfer-False-4','flashinfer-True-1','flashinfer-True-2','flashinfer-True-4','torch-False-1','torch-False-2']


[error] 13-13: pre-commit hook 'validate-test-lists' failed (exit code 1): WAIVE NOT IN ACTIVE TEST LISTS for accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype[triton_paged-False-1]

🤖 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` at line 13, The waiver target
"triton_paged-False-1" for
accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype is
invalid; update the waiver entry in the waives list to match an active
parametrized case or change the test parametrization so the key matches. Replace
the current token in tests/integration/test_lists/waives.txt with one of the
active IDs reported by CI for TestLlama3_1_8B::test_auto_dtype, or adjust the
parametrization in accuracy/test_llm_api_autodeploy.py so that the generated
case IDs include "triton_paged-False-1".

@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Note

Autofix is a beta feature. Expect some limitations and changes as we gather feedback and continue to improve it.

An unexpected error occurred while generating fixes: Not Found - https://docs.github.com/rest/git/refs#get-a-reference

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator Author

PR_Github #51481 [ run ] triggered by Bot. Commit: 56c467e Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator Author

PR_Github #51481 [ run ] completed with state FAILURE. Commit: 56c467e
/LLM/main/L0_MergeRequest_PR pipeline #40888 (Partly Tested) completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@xinhe-nv xinhe-nv closed this Jun 2, 2026
auto-merge was automatically disabled June 2, 2026 05:13

Pull request was closed

@xinhe-nv
xinhe-nv deleted the trtllm-ci-report/waive-20260529-182054 branch June 2, 2026 05:13
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