setup ovms 2026.1#77973
Conversation
|
/pj-rehease auto-ack |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 19 minutes and 51 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThree new CI/CD configuration YAML files are added for the 2026.1 release branch of OpenVINO Model Server. The build configuration specifies a binary build process using Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 9 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (9 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In
`@ci-operator/config/opendatahub-io/openvino_model_server/opendatahub-io-openvino_model_server-2026.1-release.yaml`:
- Around line 42-48: The Bazel flags in debug_bazel_flags and CAPI_FLAGS set
--local_ram_resources=20480 which exceeds the pod memory limit (18Gi); update
these flags to reduce local_ram_resources to a safe value (e.g., 16384) or
alternatively increase the pod memory limit to ≥20480, and also ensure
--local_cpu_resources=12 has headroom relative to the container CPU limit
(reduce CPU allocation or raise pod CPU limit) so Bazel cannot schedule more
resources than the container allows.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: e6cb909a-7fc6-455a-92bb-e885933c89f2
📒 Files selected for processing (3)
ci-operator/config/opendatahub-io/openvino_model_server/opendatahub-io-openvino_model_server-2026.1-release.yamlci-operator/jobs/opendatahub-io/openvino_model_server/opendatahub-io-openvino_model_server-2026.1-release-postsubmits.yamlci-operator/jobs/opendatahub-io/openvino_model_server/opendatahub-io-openvino_model_server-2026.1-release-presubmits.yaml
|
/pj-rehearse auto-ack |
|
@RH-steve-grubb: 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: |
|
/pj-rehearse auto-ack |
|
@RH-steve-grubb: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse auto-ack |
|
@RH-steve-grubb: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RH-steve-grubb, Snomaan6846 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 |
|
@RH-steve-grubb: all tests passed! 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. |
* setup ovms 2026.1 * match memory limit of the pod
* setup ovms 2026.1 * match memory limit of the pod
* setup ovms 2026.1 * match memory limit of the pod
Summary by CodeRabbit