8000 Fix issue with precommit hook by andyi2it · Pull Request #4456 · kserve/kserve · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix issue with precommit hook #4456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 10, 2025
Merged

Fix issue with precommit hook #4456

merged 3 commits into from
May 10, 2025

Conversation

andyi2it
Copy link
Contributor
@andyi2it andyi2it commented May 9, 2025

What this PR does / why we need it:
Fix the precommit issue from the previous PR #4337

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Type of changes
Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Feature/Issue validation/testing:

Please describe the tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.

  • Test A

  • Test B

  • Logs

Special notes for your reviewer:

  1. Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

Checklist:

  • Have you added unit/e2e tests that prove your fix is effective or that this feature works?
  • Has code been commented, particularly in hard-to-understand areas?
  • Have you made corresponding changes to the documentation?

Release note:


Re-running failed tests

  • /rerun-all - rerun all failed workflows.
  • /rerun-workflow <workflow name> - rerun a specific failed workflow. Only one workflow name can be specified. Multiple /rerun-workflow commands are allowed per comment.

@andyi2it andyi2it marked this pull request as draft May 9, 2025 08:53
@yuzisun
Copy link
Member
yuzisun commented May 9, 2025

/rerun-all

1 similar comment
@yuzisun
Copy link
Member
yuzisun commented May 9, 2025

/rerun-all

@terrytangyuan
Copy link
Member

cc @hdefazio

@terrytangyuan
Copy link
Member

/lgtm

@github-actions github-actions bot added the lgtm label May 9, 2025
@hdefazio
Copy link
Contributor
hdefazio commented May 9, 2025

Hi, I'm seeing the same e2e test failures on my draft pr #4455 so I think they are unrelated to this PR but something we should look into

@yuzisun yuzisun marked this pull request as ready for review May 9, 2025 20:40
@yuzisun
Copy link
Member
yuzisun commented May 9, 2025

/rerun-all

andyi2it and others added 3 commits May 9, 2025 18:40
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
@yuzisun yuzisun merged commit c9e424d into kserve:master May 10, 2025
65 checks passed
openshift-merge-bot bot pushed a commit to opendatahub-io/kserve that referenced this pull request May 22, 2025
* Improve Handling of Knative Autoscaler Confguration (kserve#4394)

Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>

* chore: adds CNCF Code of Conduct (kserve#4458)

Signed-off-by: Bartosz Majsak <bartosz.majsak@gmail.com>

* chore:  Reenable Docker workflows to support  arm64 build (kserve#4446)

Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>

* Fix issue with precommit hook (kserve#4456)

Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
Co-authored-by: Dan Sun <dsun20@bloomberg.net>

* Fix raw deployment update  (kserve#4445)

Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Co-authored-by: Dan Sun <dsun20@bloomberg.net>

* update golangcli-lint to 1.64.8 (kserve#4459)

Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
Co-authored-by: Dan Sun <dsun20@bloomberg.net>

* fix: corrects links to translations (kserve#4461)

Signed-off-by: Bartosz Majsak <bartosz.majsak@gmail.com>

* chore: Include third party licenses, Add license checker, Enable SBOM Generation for images (kserve#4416)

Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>
Co-authored-by: Dan Sun <dsun20@bloomberg.net>

* LMCache Integration with vLLM runtime (kserve#4320)

Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>

* Publish 0.15.1 release (kserve#4466)

Signed-off-by: Jin Dong <jdong183@bloomberg.net>

* Fix: add type specification for nthread argument in argument parser (kserve#4410)

Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>

* Improve code coverage (kserve#4385)

Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>

* Fixes vLLM V1 failures: Revert back the approach to initiate the background engine task (kserve#4470)

Signed-off-by: Gavrish Prabhu <gavrish.prabhu@nutanix.com>

* Fixes CVE-2025-43859 (kserve#4468)

Signed-off-by: Spolti <fspolti@redhat.com>
Signed-off-by: Andres Llausas <allausas@redhat.com>
Co-authored-by: Andres Llausas <allausas@redhat.com>

* replace t.context() with context.TODO()

This is not available with go1.23

Signed-off-by: Spolti <fspolti@redhat.com>

* use complete path for GOPATH/bin

Signed-off-by: Spolti <fspolti@redhat.com>

* Precommit run

Signed-off-by: Spolti <fspolti@redhat.com>

* Fix post sync tests

Signed-off-by: Spolti <fspolti@redhat.com>

---------

Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
Signed-off-by: Bartosz Majsak <bartosz.majsak@gmail.com>
Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
Signed-off-by: Jin Dong <jdong183@bloomberg.net>
Signed-off-by: Gavrish Prabhu <gavrish.prabhu@nutanix.com>
Signed-off-by: Spolti <fspolti@redhat.com>
Signed-off-by: Andres Llausas <allausas@redhat.com>
Co-authored-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
Co-authored-by: Bartosz Majsak <bartosz.majsak@gmail.com>
Co-authored-by: Sivanantham <90966311+sivanantha321@users.noreply.github.com>
Co-authored-by: Andrews Arokiam <87992092+andyi2it@users.noreply.github.com>
Co-authored-by: Dan Sun <dsun20@bloomberg.net>
Co-authored-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
Co-authored-by: Jin Dong <greenmoon55@users.noreply.github.com>
Co-authored-by: Gavrish Prabhu <gavrish.prabhu@nutanix.com>
Co-authored-by: Andres Llausas <allausas@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0