Skip to content

test: added latency predictor converage for inferencepool and added convera…#2187

Merged
k8s-ci-robot merged 9 commits intokubernetes-sigs:mainfrom
capri-xiyue:capri-xiyue/2173
Jan 21, 2026
Merged

test: added latency predictor converage for inferencepool and added convera…#2187
k8s-ci-robot merged 9 commits intokubernetes-sigs:mainfrom
capri-xiyue:capri-xiyue/2173

Conversation

@capri-xiyue
Copy link
Copy Markdown
Contributor

@capri-xiyue capri-xiyue commented Jan 20, 2026

…ge for epp standalone mode

What type of PR is this?

/kind test

What this PR does / why we need it:
Added test coverage for inferencepool with latency predictor and test converage for epp standalone mode

Which issue(s) this PR fixes:

Fixes #2173

Does this PR introduce a user-facing change?:

NONE

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@capri-xiyue: The label(s) kind/test cannot be applied, because the repository doesn't have them.

Details

In response to this:

…ge for epp standalone mode

What type of PR is this?

/kind test
What this PR does / why we need it:
Added test coverage for inferencepool with latency predictor and test converage for epp standalone mode

Which issue(s) this PR fixes:

Fixes #2173

Does this PR introduce a user-facing change?:

NONE

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@netlify
Copy link
Copy Markdown

netlify bot commented Jan 20, 2026

Deploy Preview for gateway-api-inference-extension ready!

Name Link
🔨 Latest commit b7c0e8a
🔍 Latest deploy log https://app.netlify.com/projects/gateway-api-inference-extension/deploys/69711b6a5a39cf0008b473e1
😎 Deploy Preview https://deploy-preview-2187--gateway-api-inference-extension.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jan 20, 2026
@capri-xiyue capri-xiyue changed the title test: added latency predictor converage for inferencepool and added convera… feat: added latency predictor converage for inferencepool and added convera… Jan 20, 2026
@capri-xiyue capri-xiyue changed the title feat: added latency predictor converage for inferencepool and added convera… test: added latency predictor converage for inferencepool and added convera… Jan 20, 2026
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 20, 2026
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 20, 2026
@capri-xiyue
Copy link
Copy Markdown
Contributor Author

/assign @zetxqx

@capri-xiyue
Copy link
Copy Markdown
Contributor Author

assign @ahg-g

# Training Server Configuration
trainingServer:
image:
hub: path/to/your/docker/repo # NOTE: Update with your Docker repository path for sidecars
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@kaushikmitr we don't have a released image?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

no just created an issue: #2241

@@ -1,5 +1,5 @@
{{- define "inference-extension.gke" -}}
{{- if eq (lower .Values.provider.name) "gke" }}
{{- if and .Values.provider (eq (lower .Values.provider.name) "gke") }}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

was this a bug?

Copy link
Copy Markdown
Contributor Author

@capri-xiyue capri-xiyue Jan 21, 2026

Choose a reason for hiding this comment

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

Previously in inferencepool helm chart, as the values.yaml provides a none as a default, we won't have issues. But in epp-standalone helm chart, the default "none" was not provided. Therefore, it will encounter issue. I've made default "none" in this PR and here check provider exists before before accessing the value(more defensive). I was testing "gke" set up, therefore didn't notice this when there was no provider value.

@capri-xiyue capri-xiyue requested a review from zetxqx January 21, 2026 18:02
@capri-xiyue capri-xiyue requested a review from ahg-g January 21, 2026 18:51
@ahg-g
Copy link
Copy Markdown
Contributor

ahg-g commented Jan 21, 2026

why do we have a test as a prefix to the PR title?

@capri-xiyue
Copy link
Copy Markdown
Contributor Author

capri-xiyue commented Jan 21, 2026

why do we have a test as a prefix?

@ahg-g
I thought this is the convention see #2175
If the PR is related to test, add "test" as a prefix.
If it is a new feature, add "feat"
If it is a doc, add "docs"
I think such verify script works as a test purpose to verify our helm chart works as expected.

@ahg-g
Copy link
Copy Markdown
Contributor

ahg-g commented Jan 21, 2026

I am not aware of that convention :)

But also, isn't the primary purpose of this PR is adding the latency predictor to the standalone?

@capri-xiyue
Copy link
Copy Markdown
Contributor Author

I am not aware of that convention :)

But also, isn't the primary purpose of this PR is adding the latency predictor to the standalone?

My primary purpose is to add helm template coverage to both inferencepool helm chart and epp standalone chart.

@ahg-g
Copy link
Copy Markdown
Contributor

ahg-g commented Jan 21, 2026

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 21, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahg-g, capri-xiyue

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 21, 2026
@k8s-ci-robot k8s-ci-robot merged commit bfd5fc7 into kubernetes-sigs:main Jan 21, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

verify helm script should verify inferencepool helm chart works with all mode turn on

5 participants