Skip to content

Conversation

venkywonka
Copy link
Collaborator

@venkywonka venkywonka commented Jul 22, 2025

Summary by CodeRabbit

  • Chores
    • Enhanced review settings with new options for workflow, labels, reviewers, and issue assessments.
    • Introduced knowledge base integration for coding guidelines.
    • Improved configuration structure for better management of review and commit status features.

Description

Test Coverage

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.

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.

Copy link
Contributor

coderabbitai bot commented Jul 22, 2025

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Expanded configuration options for review workflows, labeling, reviewer assignment, and integrations.
    • Added extensive support for static analysis, linting, and security tools.
    • Introduced new settings for automated docstring and unit test generation.
    • Enabled advanced chat and knowledge base integrations.
    • Enhanced customization for code review and code generation processes.

Walkthrough

The .coderabbit.yaml configuration was updated to add multiple new review-related settings, including review profiles, workflow toggles, placeholders, and label/reviewer automation. A new knowledge base section for code guidelines was also introduced, and the commit status flag was relocated within the configuration structure.

Changes

File(s) Change Summary
.coderabbit.yaml Added new review workflow options, placeholders, toggles for labels and reviewers, relocated commit status flag, and introduced a knowledge base section for code guidelines.

Estimated code review effort

1 (~5 minutes)

Possibly related PRs

Suggested reviewers

  • chzblych
  • litaotju
  • niukuo

📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4669e85 and 4ec36c8.

📒 Files selected for processing (1)
  • .coderabbit.yaml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • .coderabbit.yaml

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@venkywonka
Copy link
Collaborator Author

@coderabbitai configuration

Copy link
Contributor

coderabbitai bot commented Jul 22, 2025

CodeRabbit configuration
language: en-US
tone_instructions: ''
early_access: false
enable_free_tier: true
reviews:
  profile: chill
  request_changes_workflow: true
  high_level_summary: false
  high_level_summary_placeholder: '@coderabbitai summary'
  high_level_summary_in_walkthrough: true
  auto_title_placeholder: '@coderabbitai title'
  auto_title_instructions: >-
    Should follow the format: "[fix/feat/doc/infra/...] \<summary of this PR\>".
    Keep it concise.
  review_status: true
  commit_status: false
  fail_commit_status: false
  collapse_walkthrough: true
  changed_files_summary: true
  sequence_diagrams: true
  estimate_code_review_effort: true
  assess_linked_issues: true
  related_issues: true
  related_prs: true
  suggested_labels: true
  auto_apply_labels: true
  suggested_reviewers: true
  auto_assign_reviewers: true
  poem: false
  labeling_instructions: []
  path_filters: []
  path_instructions: []
  abort_on_close: true
  disable_cache: false
  auto_review:
    enabled: true
    auto_incremental_review: true
    ignore_title_keywords: []
    labels: []
    drafts: true
    base_branches:
      - main
      - release/.+
  finishing_touches:
    docstrings:
      enabled: true
    unit_tests:
      enabled: true
  pre_merge_checks:
    docstrings:
      mode: warning
      threshold: 80
    title:
      mode: error
      requirements: ''
    description:
      mode: warning
    issue_assessment:
      mode: warning
  tools:
    ast-grep:
      rule_dirs: []
      util_dirs: []
      essential_rules: true
      packages: []
    shellcheck:
      enabled: true
    ruff:
      enabled: true
    markdownlint:
      enabled: true
    github-checks:
      enabled: true
      timeout_ms: 90000
    languagetool:
      enabled: true
      enabled_rules: []
      disabled_rules: []
      enabled_categories: []
      disabled_categories: []
      enabled_only: false
      level: default
    biome:
      enabled: true
    hadolint:
      enabled: true
    swiftlint:
      enabled: true
    phpstan:
      enabled: true
      level: default
    phpmd:
      enabled: true
    phpcs:
      enabled: true
    golangci-lint:
      enabled: true
    yamllint:
      enabled: true
    gitleaks:
      enabled: true
    checkov:
      enabled: true
    detekt:
      enabled: true
    eslint:
      enabled: true
    flake8:
      enabled: true
    rubocop:
      enabled: true
    buf:
      enabled: true
    regal:
      enabled: true
    actionlint:
      enabled: true
    pmd:
      enabled: true
    cppcheck:
      enabled: true
    semgrep:
      enabled: true
    circleci:
      enabled: true
    clippy:
      enabled: true
    sqlfluff:
      enabled: true
    prismaLint:
      enabled: true
    pylint:
      enabled: true
    oxc:
      enabled: true
    shopifyThemeCheck:
      enabled: true
    luacheck:
      enabled: true
    brakeman:
      enabled: true
    dotenvLint:
      enabled: true
    htmlhint:
      enabled: true
    checkmake:
      enabled: true
chat:
  auto_reply: true
  integrations:
    jira:
      usage: auto
    linear:
      usage: auto
knowledge_base:
  opt_out: false
  web_search:
    enabled: true
  code_guidelines:
    enabled: true
    filePatterns:
      - '**/CODING_GUIDELINES.md'
  learnings:
    scope: auto
  issues:
    scope: auto
  jira:
    usage: auto
    project_keys: []
  linear:
    usage: auto
    team_keys: []
  pull_requests:
    scope: auto
code_generation:
  docstrings:
    language: en-US
    path_instructions: []
  unit_tests:
    path_instructions: []

@venkywonka venkywonka self-assigned this Jul 22, 2025
@venkywonka venkywonka requested a review from atrifex July 22, 2025 07:46
@coderabbitai coderabbitai bot changed the title @coderabbitai title [feat] Expand .coderabbit.yaml with advanced configuration options Jul 22, 2025
@venkywonka venkywonka changed the title [feat] Expand .coderabbit.yaml with advanced configuration options chore: Expand .coderabbitai.yaml Jul 22, 2025
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

🧹 Nitpick comments (1)
.coderabbit.yaml (1)

65-152: All linters & scanners enabled – expect very long CI times
Enabling 30-plus tools (ruff, flake8, pylint, eslint, yamllint, …) will noticeably slow reviews and may exceed CI quotas. Consider starting with a minimal, language-relevant subset and expanding gradually.

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b85ab13 and 621d5e0.

📒 Files selected for processing (1)
  • .coderabbit.yaml (1 hunks)
🔇 Additional comments (1)
.coderabbit.yaml (1)

23-25: Align high-level summary flags
The high_level_summary setting is false, yet high_level_summary_in_walkthrough is still true. When summaries are disabled, the walkthrough flag has no effect—this mismatch can be confusing. Please update .coderabbit.yaml (around lines 23–25) so both flags agree:

- high_level_summary: false
- high_level_summary_in_walkthrough: true
+ # Option A: Enable summaries in walkthroughs
+ high_level_summary: true
+ high_level_summary_in_walkthrough: true

+ # Option B: Keep summaries off entirely
+ high_level_summary: false
+ high_level_summary_in_walkthrough: false

@venkywonka venkywonka force-pushed the user/venky/expand-coderabbit-yml branch from 621d5e0 to 7ba083f Compare July 22, 2025 07:55
@coderabbitai coderabbitai bot requested a review from chzblych July 22, 2025 07:55
@venkywonka
Copy link
Collaborator Author

/bot run

@venkywonka venkywonka force-pushed the user/venky/expand-coderabbit-yml branch from 7ba083f to 788d485 Compare July 22, 2025 08:10
@tensorrt-cicd
Copy link
Collaborator

PR_Github #12543 [ run ] triggered by Bot

@venkywonka
Copy link
Collaborator Author

@coderabbitai configuration

Copy link
Contributor

coderabbitai bot commented Jul 22, 2025

CodeRabbit configuration
language: en-US
tone_instructions: ''
early_access: false
enable_free_tier: true
reviews:
  profile: chill
  request_changes_workflow: true
  high_level_summary: true
  high_level_summary_placeholder: '@coderabbitai summary'
  high_level_summary_in_walkthrough: true
  auto_title_placeholder: '@coderabbitai title'
  auto_title_instructions: >-
    Should follow the format: "[fix/feat/doc/infra/...] \<summary of this PR\>".
    Keep it concise.
  review_status: true
  commit_status: false
  fail_commit_status: false
  collapse_walkthrough: true
  changed_files_summary: true
  sequence_diagrams: true
  estimate_code_review_effort: true
  assess_linked_issues: true
  related_issues: true
  related_prs: true
  suggested_labels: true
  auto_apply_labels: true
  suggested_reviewers: true
  auto_assign_reviewers: true
  poem: false
  labeling_instructions: []
  path_filters: []
  path_instructions: []
  abort_on_close: true
  disable_cache: false
  auto_review:
    enabled: true
    auto_incremental_review: true
    ignore_title_keywords: []
    labels: []
    drafts: true
    base_branches:
      - main
      - release/.+
  finishing_touches:
    docstrings:
      enabled: true
    unit_tests:
      enabled: true
  pre_merge_checks:
    docstrings:
      mode: warning
      threshold: 80
    title:
      mode: warning
      requirements: ''
    description:
      mode: warning
    issue_assessment:
      mode: warning
  tools:
    ast-grep:
      rule_dirs: []
      util_dirs: []
      essential_rules: true
      packages: []
    shellcheck:
      enabled: true
    ruff:
      enabled: true
    markdownlint:
      enabled: true
    github-checks:
      enabled: true
      timeout_ms: 90000
    languagetool:
      enabled: true
      enabled_rules: []
      disabled_rules: []
      enabled_categories: []
      disabled_categories: []
      enabled_only: false
      level: default
    biome:
      enabled: true
    hadolint:
      enabled: true
    swiftlint:
      enabled: true
    phpstan:
      enabled: true
      level: default
    phpmd:
      enabled: true
    phpcs:
      enabled: true
    golangci-lint:
      enabled: true
    yamllint:
      enabled: true
    gitleaks:
      enabled: true
    checkov:
      enabled: true
    detekt:
      enabled: true
    eslint:
      enabled: true
    flake8:
      enabled: true
    rubocop:
      enabled: true
    buf:
      enabled: true
    regal:
      enabled: true
    actionlint:
      enabled: true
    pmd:
      enabled: true
    cppcheck:
      enabled: true
    semgrep:
      enabled: true
    circleci:
      enabled: true
    clippy:
      enabled: true
    sqlfluff:
      enabled: true
    prismaLint:
      enabled: true
    pylint:
      enabled: true
    oxc:
      enabled: true
    shopifyThemeCheck:
      enabled: true
    luacheck:
      enabled: true
    brakeman:
      enabled: true
    dotenvLint:
      enabled: true
    htmlhint:
      enabled: true
    checkmake:
      enabled: true
chat:
  auto_reply: true
  integrations:
    jira:
      usage: auto
    linear:
      usage: auto
knowledge_base:
  opt_out: false
  web_search:
    enabled: true
  code_guidelines:
    enabled: true
    filePatterns:
      - '**/CODING_GUIDELINES.md'
  learnings:
    scope: auto
  issues:
    scope: auto
  jira:
    usage: auto
    project_keys: []
  linear:
    usage: auto
    team_keys: []
  pull_requests:
    scope: auto
code_generation:
  docstrings:
    language: en-US
    path_instructions: []
  unit_tests:
    path_instructions: []

@venkywonka
Copy link
Collaborator Author

@coderabbitai full review

Copy link
Contributor

coderabbitai bot commented Jul 22, 2025

✅ Actions performed

Full review triggered.

@coderabbitai coderabbitai bot requested a review from litaotju July 22, 2025 08:15
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

♻️ Duplicate comments (1)
.coderabbit.yaml (1)

59-60: Empty requirements renders the title check pointless.

mode: warning is fine, but an empty regex makes every title “pass”. Provide at least minimal guidance, e.g.:

-      requirements: ''
+      requirements: '^(fix|feat|doc|infra|chore): .{10,}$'

(or disable the check altogether).

🧹 Nitpick comments (1)
.coderabbit.yaml (1)

29-31: commit_status: false disables useful GitHub UI feedback.

With commit_status off, reviewers lose the green / red “checks” icon that quickly shows CodeRabbit’s verdict.
Since fail_commit_status is also false, you effectively get no status at all.
Unless you have an alternative status-publisher, consider re-enabling:

-  commit_status: false
+  commit_status: true
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b85ab13 and 788d485.

📒 Files selected for processing (1)
  • .coderabbit.yaml (1 hunks)
🔇 Additional comments (2)
.coderabbit.yaml (2)

17-17: Double-check the schema URL.

$schema=https://coderabbit.ai/integrations/schema.v2.json points to a version (v2) that is not yet documented publicly. If the VS Code YAML LS (or any CI validation step) cannot fetch this file, you’ll lose schema-based autocompletion and linting.

Confirm the URL is reachable or downgrade to the latest stable (schema.v1.json) until v2 is published.


38-41: Auto-apply labels & auto-assign reviewers are set to true.

  1. These features require the bot to have write permission on the repo. Verify the PAT / GitHub App install has contents:write & pull_requests:write.
  2. If the internal reviewer map is still immature, mass auto-assignments can spam random engineers.

Make sure the team is ready for this behaviour before merging.
If in doubt, flip one or both flags to false.

@zeroepoch
Copy link
Collaborator

@venkywonka we should add a minimal spec. By that I mean just what we intend to change from the defaults. This makes it more clear what we're changing vs what is the same as the default. Also if the default changes we won't be pinned to the previous behavior.

@tensorrt-cicd
Copy link
Collaborator

PR_Github #12543 [ run ] completed with state SUCCESS
/LLM/main/L0_MergeRequest_PR pipeline #9325 completed with status: 'SUCCESS'

@venkywonka venkywonka force-pushed the user/venky/expand-coderabbit-yml branch from 788d485 to d324280 Compare July 22, 2025 15:42
@venkywonka
Copy link
Collaborator Author

venkywonka commented Jul 22, 2025

@coderabbitai configuration

Copy link
Contributor

coderabbitai bot commented Jul 22, 2025

CodeRabbit configuration
language: en-US
tone_instructions: ''
early_access: false
enable_free_tier: true
reviews:
  profile: chill
  request_changes_workflow: false
  high_level_summary: true
  high_level_summary_placeholder: '@coderabbitai summary'
  high_level_summary_in_walkthrough: false
  auto_title_placeholder: '@coderabbitai title'
  auto_title_instructions: >-
    Should follow the format: "[fix/feat/doc/infra/...] \<summary of this PR\>".
    Keep it concise.
  review_status: true
  commit_status: false
  fail_commit_status: false
  collapse_walkthrough: true
  changed_files_summary: true
  sequence_diagrams: true
  estimate_code_review_effort: true
  assess_linked_issues: true
  related_issues: true
  related_prs: true
  suggested_labels: true
  auto_apply_labels: true
  suggested_reviewers: true
  auto_assign_reviewers: true
  poem: false
  labeling_instructions: []
  path_filters: []
  path_instructions: []
  abort_on_close: true
  disable_cache: false
  auto_review:
    enabled: true
    auto_incremental_review: true
    ignore_title_keywords: []
    labels: []
    drafts: true
    base_branches:
      - main
      - release/.+
  finishing_touches:
    docstrings:
      enabled: true
    unit_tests:
      enabled: true
  pre_merge_checks:
    docstrings:
      mode: warning
      threshold: 80
    title:
      mode: warning
      requirements: ''
    description:
      mode: warning
    issue_assessment:
      mode: warning
  tools:
    ast-grep:
      rule_dirs: []
      util_dirs: []
      essential_rules: true
      packages: []
    shellcheck:
      enabled: true
    ruff:
      enabled: true
    markdownlint:
      enabled: true
    github-checks:
      enabled: true
      timeout_ms: 90000
    languagetool:
      enabled: true
      enabled_rules: []
      disabled_rules: []
      enabled_categories: []
      disabled_categories: []
      enabled_only: false
      level: default
    biome:
      enabled: true
    hadolint:
      enabled: true
    swiftlint:
      enabled: true
    phpstan:
      enabled: true
      level: default
    phpmd:
      enabled: true
    phpcs:
      enabled: true
    golangci-lint:
      enabled: true
    yamllint:
      enabled: true
    gitleaks:
      enabled: true
    checkov:
      enabled: true
    detekt:
      enabled: true
    eslint:
      enabled: true
    flake8:
      enabled: true
    rubocop:
      enabled: true
    buf:
      enabled: true
    regal:
      enabled: true
    actionlint:
      enabled: true
    pmd:
      enabled: true
    cppcheck:
      enabled: true
    semgrep:
      enabled: true
    circleci:
      enabled: true
    clippy:
      enabled: true
    sqlfluff:
      enabled: true
    prismaLint:
      enabled: true
    pylint:
      enabled: true
    oxc:
      enabled: true
    shopifyThemeCheck:
      enabled: true
    luacheck:
      enabled: true
    brakeman:
      enabled: true
    dotenvLint:
      enabled: true
    htmlhint:
      enabled: true
    checkmake:
      enabled: true
chat:
  auto_reply: true
  integrations:
    jira:
      usage: auto
    linear:
      usage: auto
knowledge_base:
  opt_out: false
  web_search:
    enabled: true
  code_guidelines:
    enabled: true
    filePatterns:
      - '**/CODING_GUIDELINES.md'
  learnings:
    scope: auto
  issues:
    scope: auto
  jira:
    usage: auto
    project_keys: []
  linear:
    usage: auto
    team_keys: []
  pull_requests:
    scope: auto
code_generation:
  docstrings:
    language: en-US
    path_instructions: []
  unit_tests:
    path_instructions: []

@NVIDIA NVIDIA deleted a comment from coderabbitai bot Jul 22, 2025
@venkywonka venkywonka requested a review from a team July 22, 2025 23:17
@tensorrt-cicd
Copy link
Collaborator

PR_Github #12613 [ kill ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #12614 [ ] completed with state ABORTED

@tensorrt-cicd
Copy link
Collaborator

PR_Github #12607 [ run ] completed with state ABORTED
/LLM/main/L0_MergeRequest_PR pipeline #9382 completed with status: 'FAILURE'

@tensorrt-cicd
Copy link
Collaborator

PR_Github #12613 [ kill ] completed with state SUCCESS
Successfully killed previous jobs for commit 4669e85

@venkywonka
Copy link
Collaborator Author

/bot run

@tensorrt-cicd
Copy link
Collaborator

PR_Github #12616 [ run ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #12616 [ run ] completed with state SUCCESS
/LLM/main/L0_MergeRequest_PR pipeline #9386 completed with status: 'FAILURE'

Signed-off-by: Venky Ganesh <[email protected]>
Signed-off-by: Venky Ganesh <[email protected]>
@venkywonka venkywonka force-pushed the user/venky/expand-coderabbit-yml branch from 4669e85 to 4ec36c8 Compare July 23, 2025 03:09
@venkywonka
Copy link
Collaborator Author

/bot run

@tensorrt-cicd
Copy link
Collaborator

PR_Github #12642 [ run ] triggered by Bot

@venkywonka venkywonka requested a review from ZhanruiSunCh July 23, 2025 03:47
@tensorrt-cicd
Copy link
Collaborator

PR_Github #12642 [ run ] completed with state SUCCESS
/LLM/main/L0_MergeRequest_PR pipeline #9398 completed with status: 'FAILURE'

Copy link
Collaborator

@ZhanruiSunCh ZhanruiSunCh left a comment

Choose a reason for hiding this comment

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

LGTM. cc: @niukuo Not sure if it will break your check of PR title or not.

@venkywonka
Copy link
Collaborator Author

/bot skip --comment "doesnt affect any real code, just coderabbit config that is verifies in the pr itself"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #12748 [ skip ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #12748 [ skip ] completed with state SUCCESS
Skipping testing for commit 4ec36c8

@venkywonka venkywonka merged commit 19696a6 into NVIDIA:main Jul 23, 2025
3 checks passed
NVShreyas pushed a commit to NVShreyas/TensorRT-LLM that referenced this pull request Jul 28, 2025
Ransiki pushed a commit to Ransiki/TensorRT-LLM that referenced this pull request Jul 29, 2025
lancelly pushed a commit to lancelly/TensorRT-LLM that referenced this pull request Aug 6, 2025
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.

4 participants