Skip to content

Fixes failing CI on pre-commit and lint#251

Merged
jgchn merged 1 commit intollm-d-incubation:mainfrom
jgchn:fix-ci
Apr 12, 2026
Merged

Fixes failing CI on pre-commit and lint#251
jgchn merged 1 commit intollm-d-incubation:mainfrom
jgchn:fix-ci

Conversation

@jgchn
Copy link
Copy Markdown
Collaborator

@jgchn jgchn commented Apr 12, 2026

What does this PR do?

Fixes failing CI on #247 which was merged in by github-actions bot before CI finished running.

How was this tested?

  • Regenerate values.schema.json and values.schema.tmpl.json to include the deploymentStrategy fields added in Make Deployment strategy configurable #247 (the helm-schema and jsonschema-dereference pre-commit hooks were never run before merge)
  • Add charts/llm-d-modelservice/charts/ to .gitignore to prevent Helm dependency charts (e.g. Bitnami common) from being tracked or linted by pre-commit

Fixes the two failing CI checks from #247:

  • Pre-commit (helm-schema and jsonschema-dereference hooks)
  • Lint and Test Charts (ct lint fails when schema is stale)

Checklist

  • Commits are signed off (git commit -s) per DCO
  • Code follows project contributing guidelines
  • Pre-commit hooks pass (make pre-commit-run)
  • Linters pass (make lint)
  • Generated examples are in sync (make verify)
  • Chart version bumped (make bump-chart-version-{patch|minor|major})
  • Documentation updated (if applicable)

Related Issues

Signed-off-by: Jing Chen <jing.chen2@ibm.com>
@jgchn jgchn requested a review from kalantar as a code owner April 12, 2026 19:50
@jgchn jgchn merged commit fa2972b into llm-d-incubation:main Apr 12, 2026
14 checks passed
@jgchn jgchn deleted the fix-ci branch April 12, 2026 20:02
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.

1 participant