Skip to content

[None][fix] DO NOT REVIEW#11272

Draft
bo-nv wants to merge 1 commit intoNVIDIA:release/1.2from
bo-nv:user/bo/just-debug
Draft

[None][fix] DO NOT REVIEW#11272
bo-nv wants to merge 1 commit intoNVIDIA:release/1.2from
bo-nv:user/bo/just-debug

Conversation

@bo-nv
Copy link
Collaborator

@bo-nv bo-nv commented Feb 4, 2026

Summary by CodeRabbit

  • Documentation
    • Added a new "Debug" section to the README documentation.

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

/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)]

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. Examples: "A10-PyTorch-1, xxx". 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. Examples: --extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx".

--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.

For guidance on mapping tests to stage names, see docs/source/reference/ci-overview.md
and the scripts/test_to_stage_mapping.py helper.

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.

Signed-off-by: Bo Deng <deemod@nvidia.com>
@bo-nv bo-nv requested a review from a team as a code owner February 4, 2026 10:05
@bo-nv bo-nv marked this pull request as draft February 4, 2026 10:06
@bo-nv
Copy link
Collaborator Author

bo-nv commented Feb 4, 2026

/bot run --skip-test

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 4, 2026

📝 Walkthrough

Walkthrough

A new section header "## Just DEBUG" was added to README.md following the existing deprecation-related content. This is a pure documentation addition with no logic or code modifications.

Changes

Cohort / File(s) Summary
Documentation Addition
README.md
Added new top-level section header "## Just DEBUG" after existing deprecation content.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 1 | ❌ 2
❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description contains only the template structure with all content sections empty (Description, Test Coverage) and no actual explanation of changes, purpose, or testing. Fill in the Description and Test Coverage sections with specific details about the README.md changes and provide rationale for the modifications.
Title check ❓ Inconclusive The title "[None][fix] DO NOT REVIEW" is vague and signals the PR should not be reviewed, making it unclear what actual changes are being made despite the proper format. Replace the title with a clear, descriptive summary of the actual changes (e.g., "[None][doc] Add debug section to README") instead of signaling non-review.
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Important

Action Needed: IP Allowlist Update

If your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:

  • 136.113.208.247/32 (new)
  • 34.170.211.100/32
  • 35.222.179.152/32

Reviews will stop working after February 8, 2026 if the new IP is not added to your allowlist.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
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

🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 272-273: Change the ATX heading "## Just DEBUG" to a setext
heading (use an underline of = for top-level or - for second-level) so
markdownlint MD003 is satisfied; locate the heading string "Just DEBUG" in
README.md and replace the "## " prefix with the corresponding setext underline
directly beneath the text (e.g., "Just DEBUG" followed on the next line by
"----" for a level-2 setext heading).

Comment on lines +272 to +273

## Just DEBUG
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix heading style to satisfy markdownlint (MD003).

The linter expects setext headings here. Switch this heading to setext to clear the warning.

✏️ Proposed fix
-## Just DEBUG
+Just DEBUG
+-----------
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## Just DEBUG
Just DEBUG
-----------
🧰 Tools
🪛 markdownlint-cli2 (0.20.0)

[warning] 273-273: Heading style
Expected: setext; Actual: atx

(MD003, heading-style)

🤖 Prompt for AI Agents
In `@README.md` around lines 272 - 273, Change the ATX heading "## Just DEBUG" to
a setext heading (use an underline of = for top-level or - for second-level) so
markdownlint MD003 is satisfied; locate the heading string "Just DEBUG" in
README.md and replace the "## " prefix with the corresponding setext underline
directly beneath the text (e.g., "Just DEBUG" followed on the next line by
"----" for a level-2 setext heading).

@tensorrt-cicd
Copy link
Collaborator

PR_Github #34755 [ run ] triggered by Bot. Commit: 985f3bb

@tensorrt-cicd
Copy link
Collaborator

PR_Github #34755 [ run ] completed with state SUCCESS. Commit: 985f3bb
/LLM/release-1.2/L0_MergeRequest_PR pipeline #314 (Partly Tested) completed with status: 'SUCCESS'

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