Skip to content

[None][chore] Autodeploy disable the pipeline cache by default#15530

Open
nvchenghaoz wants to merge 1 commit into
NVIDIA:mainfrom
nv-auto-deploy:chenghao/disable_cache
Open

[None][chore] Autodeploy disable the pipeline cache by default#15530
nvchenghaoz wants to merge 1 commit into
NVIDIA:mainfrom
nv-auto-deploy:chenghao/disable_cache

Conversation

@nvchenghaoz

@nvchenghaoz nvchenghaoz commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores
    • Updated default configuration to disable pipeline caching.

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)

  • If PR introduces API changes, an appropriate PR label is added - either api-compatible or api-breaking. For api-breaking, include BREAKING in the PR title.

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

Signed-off-by: Chenghao Zhang <211069071+nvchenghaoz@users.noreply.github.com>
@nvchenghaoz nvchenghaoz requested a review from a team as a code owner June 22, 2026 23:40
@nvchenghaoz

Copy link
Copy Markdown
Collaborator Author

/bot run

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 663ddb3b-5a64-4fe5-a458-1f202f84d5e4

📥 Commits

Reviewing files that changed from the base of the PR and between 9ed7ce4 and 0825664.

📒 Files selected for processing (1)
  • tensorrt_llm/_torch/auto_deploy/config/default.yaml

📝 Walkthrough

Walkthrough

In tensorrt_llm/_torch/auto_deploy/config/default.yaml, the pipeline_cache transform's enabled flag is changed from true to false, disabling pipeline caching in the transform pipeline.

Changes

Pipeline Cache Config Change

Layer / File(s) Summary
Disable pipeline_cache in default config
tensorrt_llm/_torch/auto_deploy/config/default.yaml
Sets pipeline_cache.enabled from true to false, disabling that transform's caching behavior.

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 blank/empty with only the template structure visible; required sections like Description and Test Coverage are not filled in. Please fill in the Description section explaining why the pipeline cache is being disabled and the Test Coverage section listing relevant tests that verify this change.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: disabling the pipeline cache by default in autodeploy configuration, which directly matches the file modification.
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.

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #55102 [ run ] triggered by Bot. Commit: 0825664 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

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

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