Skip to content

[None][chore] Remove the waiver#13647

Merged
ziyixiong-nv merged 2 commits into
NVIDIA:mainfrom
ziyixiong-nv:dev-fxiong-remove-waiver
May 10, 2026
Merged

[None][chore] Remove the waiver#13647
ziyixiong-nv merged 2 commits into
NVIDIA:mainfrom
ziyixiong-nv:dev-fxiong-remove-waiver

Conversation

@ziyixiong-nv
Copy link
Copy Markdown
Collaborator

@ziyixiong-nv ziyixiong-nv commented Apr 30, 2026

Summary by CodeRabbit

  • Tests
    • Removed skip entries for four previously disabled test cases, enabling their execution and expanding test coverage.

Description

Test Coverage

PR Checklist

Please review the following before submitting your PR:

  • PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.

  • PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.

  • Test cases are provided for new code paths (see test instructions)

  • Any new dependencies have been scanned for license and vulnerabilities

  • CODEOWNERS updated if ownership changes

  • Documentation updated as needed

  • Update tava architecture diagram if there is a significant design change in PR.

  • The reviewers assigned automatically/manually are appropriate for the PR.

  • Please check this after reviewing the above items as appropriate for this PR.

GitHub Bot Help

To see a list of available CI bot commands, please comment /bot help.

@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 30, 2026

📝 Walkthrough

Walkthrough

Four waived test cases are removed from the test waives list. These entries previously skipped TestDeepSeekV3Lite.test_bfloat16_4gpus with specific configuration parameters under nvbugs/6065680.

Changes

Cohort / File(s) Summary
Test Waives List
tests/integration/test_lists/waives.txt
Removed 4 waived test case entries for TestDeepSeekV3Lite.test_bfloat16_4gpus with tp2pp2-mtp_nextn=2-attention_dp=False configuration across different cuda_graph, overlap_scheduler, and torch_compile combinations (all marked with SKIP annotations for nvbugs/6065680).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is entirely the unfilled template with no actual details provided about the waiver removal, rationale, or test coverage. Please provide a clear description of what waiver was removed, why it was removed, and which tests validate this change. Complete the Description and Test Coverage sections of the template.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed Title clearly and specifically indicates the waiver removal from the test waives list.
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.

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46308 [ run ] triggered by Bot. Commit: f25def8 Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46308 [ run ] completed with state SUCCESS. Commit: f25def8
/LLM/main/L0_MergeRequest_PR pipeline #36407 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

@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot help

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

GitHub Bot Help

/bot [-h] ['run', 'kill', 'skip', 'reuse-pipeline'] ...

Provide a user friendly way for developers to interact with a Jenkins server.

Run /bot [-h|--help] to print this help message.

See details below for each supported subcommand.

Details

run [--reuse-test (optional)pipeline-id --disable-fail-fast --skip-test --stage-list "A10-PyTorch-1, xxx" --gpu-type "A30, H100_PCIe" --test-backend "pytorch, cpp" --add-multi-gpu-test --only-multi-gpu-test --disable-multi-gpu-test --post-merge --extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx" --detailed-log --debug(experimental) --high-priority]

Launch build/test pipelines. All previously running jobs will be killed.

--reuse-test (optional)pipeline-id (OPTIONAL) : Allow the new pipeline to reuse build artifacts and skip successful test stages from a specified pipeline or the last pipeline if no pipeline-id is indicated. If the Git commit ID has changed, this option will be always ignored. The DEFAULT behavior of the bot is to reuse build artifacts and successful test results from the last pipeline.

--disable-reuse-test (OPTIONAL) : Explicitly prevent the pipeline from reusing build artifacts and skipping successful test stages from a previous pipeline. Ensure that all builds and tests are run regardless of previous successes.

--disable-fail-fast (OPTIONAL) : Disable fail fast on build/tests/infra failures.

--skip-test (OPTIONAL) : Skip all test stages, but still run build stages, package stages and sanity check stages. Note: Does NOT update GitHub check status.

--stage-list "A10-PyTorch-1, xxx" (OPTIONAL) : Only run the specified test stages. Supports wildcard * for pattern matching (e.g., "*PerfSanity*" matches all stages containing PerfSanity). Examples: "A10-PyTorch-1, xxx", "PerfSanity". Note: Does NOT update GitHub check status.

--gpu-type "A30, H100_PCIe" (OPTIONAL) : Only run the test stages on the specified GPU types. Examples: "A30, H100_PCIe". Note: Does NOT update GitHub check status.

--test-backend "pytorch, cpp" (OPTIONAL) : Skip test stages which don't match the specified backends. Only support [pytorch, cpp, tensorrt, triton]. Examples: "pytorch, cpp" (does not run test stages with tensorrt or triton backend). Note: Does NOT update GitHub pipeline status.

--only-multi-gpu-test (OPTIONAL) : Only run the multi-GPU tests. Note: Does NOT update GitHub check status.

--disable-multi-gpu-test (OPTIONAL) : Disable the multi-GPU tests. Note: Does NOT update GitHub check status.

--add-multi-gpu-test (OPTIONAL) : Force run the multi-GPU tests in addition to running L0 pre-merge pipeline.

--post-merge (OPTIONAL) : Run the L0 post-merge pipeline instead of the ordinary L0 pre-merge pipeline.

--extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx" (OPTIONAL) : Run the ordinary L0 pre-merge pipeline and specified test stages. Supports wildcard * for pattern matching. Examples: --extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx", --extra-stage "Post-Merge".

--detailed-log (OPTIONAL) : Enable flushing out all logs to the Jenkins console. This will significantly increase the log volume and may slow down the job.

--debug (OPTIONAL) : Experimental feature. Enable access to the CI container for debugging purpose. Note: Specify exactly one stage in the stage-list parameter to access the appropriate container environment. Note: Does NOT update GitHub check status.

--high-priority (OPTIONAL) : Run the pipeline with high priority. This option is restricted to authorized users only and will route the job to a high-priority queue.

kill

kill

Kill all running builds associated with pull request.

skip

skip --comment COMMENT

Skip testing for latest commit on pull request. --comment "Reason for skipping build/test" is required. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

reuse-pipeline

reuse-pipeline

Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the pull request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run --add-multi-gpu-test

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46485 [ run ] triggered by Bot. Commit: f25def8 Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #46485 [ run ] completed with state SUCCESS. Commit: f25def8
/LLM/main/L0_MergeRequest_PR pipeline #36548 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

@ziyixiong-nv ziyixiong-nv force-pushed the dev-fxiong-remove-waiver branch 3 times, most recently from 98ed972 to daba6e6 Compare May 6, 2026 13:12
@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run --add-multi-gpu-test

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47004 [ run ] triggered by Bot. Commit: daba6e6 Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47004 [ run ] completed with state SUCCESS. Commit: daba6e6
/LLM/main/L0_MergeRequest_PR pipeline #36980 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

@ziyixiong-nv ziyixiong-nv force-pushed the dev-fxiong-remove-waiver branch from daba6e6 to bfeb5d9 Compare May 7, 2026 01:15
@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47066 [ run ] triggered by Bot. Commit: bfeb5d9 Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47066 [ run ] completed with state SUCCESS. Commit: bfeb5d9
/LLM/main/L0_MergeRequest_PR pipeline #37038 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

Link to invocation

@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run --add-multi-gpu-test

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47155 [ run ] triggered by Bot. Commit: bfeb5d9 Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47155 [ run ] completed with state SUCCESS. Commit: bfeb5d9
/LLM/main/L0_MergeRequest_PR pipeline #37115 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

@ziyixiong-nv ziyixiong-nv force-pushed the dev-fxiong-remove-waiver branch from bfeb5d9 to 7c4354d Compare May 8, 2026 01:54
@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run --add-multi-gpu-test

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47280 [ run ] triggered by Bot. Commit: 7c4354d Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47280 [ run ] completed with state SUCCESS. Commit: 7c4354d
/LLM/main/L0_MergeRequest_PR pipeline #37222 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

@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run --add-multi-gpu-test

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47343 [ run ] triggered by Bot. Commit: 7c4354d Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47343 [ run ] completed with state SUCCESS. Commit: 7c4354d
/LLM/main/L0_MergeRequest_PR pipeline #37281 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

@ziyixiong-nv ziyixiong-nv force-pushed the dev-fxiong-remove-waiver branch from 7c4354d to baf4c8d Compare May 8, 2026 12:05
@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run --add-multi-gpu-test

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47396 [ run ] triggered by Bot. Commit: baf4c8d Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47397 [ run ] triggered by Bot. Commit: baf4c8d Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47397 [ run ] completed with state SUCCESS. Commit: baf4c8d
/LLM/main/L0_MergeRequest_PR pipeline #37327 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

@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run --add-multi-gpu-test

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47453 [ run ] triggered by Bot. Commit: baf4c8d Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47453 [ run ] completed with state SUCCESS. Commit: baf4c8d
/LLM/main/L0_MergeRequest_PR pipeline #37374 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

@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run --add-multi-gpu-test

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47499 [ run ] triggered by Bot. Commit: baf4c8d Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47499 [ run ] completed with state FAILURE. Commit: baf4c8d
/LLM/main/L0_MergeRequest_PR pipeline #37418 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

Link to invocation

@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run --add-multi-gpu-test

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47526 [ run ] triggered by Bot. Commit: baf4c8d Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47526 [ run ] completed with state SUCCESS. Commit: baf4c8d
/LLM/main/L0_MergeRequest_PR pipeline #37443 completed with status: 'SUCCESS'

CI Report

Link to invocation

Signed-off-by: ziyixiong-nv <219238287+ziyixiong-nv@users.noreply.github.com>
@ziyixiong-nv ziyixiong-nv force-pushed the dev-fxiong-remove-waiver branch from baf4c8d to ff9dfb8 Compare May 10, 2026 07:11
@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run --reuse-pipeline

@ziyixiong-nv ziyixiong-nv enabled auto-merge (squash) May 10, 2026 07:12
@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47570 Bot args parsing error: usage: /bot [-h]
{run,kill,skip,submit,reviewers,reuse-pipeline,reuse-review} ...
/bot: error: unrecognized arguments: --reuse-pipeline

Link to invocation

@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run reuse-pipeline

Signed-off-by: Ziyi Xiong <219238287+ziyixiong-nv@users.noreply.github.com>
@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot run reuse-pipeline

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47591 Bot args parsing error: usage: /bot [-h]
{run,kill,skip,submit,reviewers,reuse-pipeline,reuse-review} ...
/bot: error: unrecognized arguments: reuse-pipeline

Link to invocation

@ziyixiong-nv
Copy link
Copy Markdown
Collaborator Author

/bot reuse-pipeline

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47593 [ reuse-pipeline ] triggered by Bot. Commit: 8e77419 Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #47593 [ reuse-pipeline ] completed with state SUCCESS. Commit: 8e77419
Reusing PR_Github #47526 for commit 8e77419

Link to invocation

@ziyixiong-nv ziyixiong-nv merged commit afe1a31 into NVIDIA:main May 10, 2026
6 checks passed
yufeiwu-nv pushed a commit to yufeiwu-nv/TensorRT-LLM that referenced this pull request May 19, 2026
Signed-off-by: ziyixiong-nv <219238287+ziyixiong-nv@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