Add kserve-module-controller image dependency to kserve e2e test for master - #82638
Add kserve-module-controller image dependency to kserve e2e test for master#82638Jooho wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe KServe CI configuration adds the ChangesKServe E2E image wiring
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jooho The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Wires KSERVE_MODULE_CONTROLLER_IMAGE into the raw/rawcipn/predictor/llm-d e2e tests for the master config. Signed-off-by: Jooho Lee <jlee@redhat.com>
|
/pj-rehearse auto-ack |
|
@Jooho: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@Jooho: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
Wires
KSERVE_MODULE_CONTROLLER_IMAGE(kserve-module-controller) into the kserve e2e tests so they can pull the module controller image.Covers raw / rawcipn / predictor / llm-d tests in both
opendatahub-io-kserve-master.yamlandopendatahub-io-kserve-release-v0.17.yaml.Config-only dependency addition, no generated job changes.
Summary by CodeRabbit
Adds the
kserve-module-controllerimage dependency to KServe end-to-end CI tests across raw, rawcipn, predictor, and llm-d configurations for master and release v0.17. This ensures the affected OpenShift CI jobs can access the module controller image without changing generated job logic.