Skip to content

setup ovms 2026.1#77973

Merged
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
RH-steve-grubb:ovms-2026.1
Apr 17, 2026
Merged

setup ovms 2026.1#77973
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
RH-steve-grubb:ovms-2026.1

Conversation

@RH-steve-grubb
Copy link
Copy Markdown
Contributor

@RH-steve-grubb RH-steve-grubb commented Apr 17, 2026

Summary by CodeRabbit

  • Chores
    • Updated internal CI/CD build and deployment pipeline configurations for the 2026.1-release branch, including automated build processes, image mirroring, and test execution workflows.

@RH-steve-grubb
Copy link
Copy Markdown
Contributor Author

/pj-rehease auto-ack

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 17, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 17, 2026

Warning

Rate limit exceeded

@RH-steve-grubb has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 19 minutes and 51 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 7de61b52-d176-4c42-94ae-b36ba828e6be

📥 Commits

Reviewing files that changed from the base of the PR and between 9bf571d and f823196.

📒 Files selected for processing (1)
  • ci-operator/config/opendatahub-io/openvino_model_server/opendatahub-io-openvino_model_server-2026.1-release.yaml

Walkthrough

Three 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 Dockerfile.redhat with extensive build arguments, configures resource limits, and handles image promotion. Accompanying postsubmit and presubmit job definitions orchestrate image building, mirroring, and promotion workflows triggered by branch patterns and pull request events.

Changes

Cohort / File(s) Summary
Build Configuration
ci-operator/config/opendatahub-io/openvino_model_server/opendatahub-io-openvino_model_server-2026.1-release.yaml
Defines binary build process targeting model-server-release-intel-gpu-2026.1-release image, specifies Dockerfile and build arguments (base/minimal UBI images, OpenVINO/genAI/tokenizers source repos pinned to releases/2026/1, GPU/LTO toggles), configures resource limits (12 CPU, 18Gi memory for target image), image promotion, and test/mirroring workflows.
Job Definitions
ci-operator/jobs/opendatahub-io/openvino_model_server/opendatahub-io-openvino_model_server-2026.1-release-postsubmits.yaml, ci-operator/jobs/opendatahub-io/openvino_model_server/opendatahub-io-openvino_model_server-2026.1-release-presubmits.yaml
Postsubmit jobs handle fast image mirroring and image promotion with credential/secret mounting for GCS and registry access. Presubmit jobs execute image building and PR-based image mirroring triggered by /test commands, configure HTTP server IP from pod IP, and mount BOSKOS/GCS credentials.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

🚥 Pre-merge checks | ✅ 9 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'setup ovms 2026.1' is vague and generic, using non-descriptive abbreviation (ovms) without context. While it references a version (2026.1), it doesn't convey what is being set up or what the main change involves. Consider using a more descriptive title that explains what is being set up, such as 'Add CI/CD configuration for OpenVINO Model Server 2026.1 release branch' or similar.
✅ Passed checks (9 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed PR adds only YAML configuration files for OpenShift CI/CD and contains no Ginkgo test files, making this check not applicable.
Test Structure And Quality ✅ Passed PR contains only YAML OpenShift CI/CD configuration files with no Ginkgo test code, making this test-focused check inapplicable.
Microshift Test Compatibility ✅ Passed PR adds only CI/CD configuration YAML files with no Ginkgo e2e tests; MicroShift Test Compatibility check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR adds only CI/CD configuration YAML files for Prow jobs and ci-operator builds; no new Ginkgo e2e tests or Go test code is added.
Topology-Aware Scheduling Compatibility ✅ Passed The PR contains CI/CD infrastructure configuration files (ci-operator configs and Prow job definitions) that configure ephemeral build jobs in the CI system, not production deployment manifests, operator code, or controllers deployed to customer clusters.
Ote Binary Stdout Contract ✅ Passed PR adds only YAML CI/CD configuration files without executable code, main functions, or stdout-writing code.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR adds CI/CD YAML files but no Ginkgo e2e tests; custom check applies only when new Ginkgo e2e tests are added.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot requested review from Jooho and Raghul-M April 17, 2026 14:12
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

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

📥 Commits

Reviewing files that changed from the base of the PR and between df31495 and 9bf571d.

📒 Files selected for processing (3)
  • ci-operator/config/opendatahub-io/openvino_model_server/opendatahub-io-openvino_model_server-2026.1-release.yaml
  • ci-operator/jobs/opendatahub-io/openvino_model_server/opendatahub-io-openvino_model_server-2026.1-release-postsubmits.yaml
  • ci-operator/jobs/opendatahub-io/openvino_model_server/opendatahub-io-openvino_model_server-2026.1-release-presubmits.yaml

@RH-steve-grubb
Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@RH-steve-grubb: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@RH-steve-grubb: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-opendatahub-io-openvino_model_server-2026.1-release-images opendatahub-io/openvino_model_server presubmit Presubmit changed
pull-ci-opendatahub-io-openvino_model_server-2026.1-release-pr-image-mirror opendatahub-io/openvino_model_server presubmit Presubmit changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@RH-steve-grubb
Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@RH-steve-grubb: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@RH-steve-grubb
Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@RH-steve-grubb: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Apr 17, 2026
@Snomaan6846
Copy link
Copy Markdown
Member

/lgtm

/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 17, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 17, 2026

[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

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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 17, 2026

@RH-steve-grubb: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot Bot merged commit 94f1bbd into openshift:main Apr 17, 2026
18 checks passed
HarshwardhanPatil07 pushed a commit to HarshwardhanPatil07/release that referenced this pull request Apr 23, 2026
* setup ovms 2026.1

* match memory limit of the pod
Prucek pushed a commit to Prucek/release that referenced this pull request Apr 29, 2026
* setup ovms 2026.1

* match memory limit of the pod
BATMAN-JD pushed a commit to BATMAN-JD/release that referenced this pull request May 1, 2026
* setup ovms 2026.1

* match memory limit of the pod
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. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants