Re-add agent-ops CI build and image mirror for odh-dashboard#80241
Re-add agent-ops CI build and image mirror for odh-dashboard#80241Gkrumbach07 wants to merge 1 commit into
Conversation
…0040) * Add agent-ops mod-arch module to ODH dashboard CI builds Add OpenShift CI build configuration for the agent-ops modular architecture module in the ODH dashboard. This enables automated image builds on PRs and main branch merges, pushing to quay.io/opendatahub/odh-mod-arch-agent-ops. RHOAIENG-62592 * Generated job files for agent-ops CI builds Auto-generated via `make jobs` from the config change. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
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: Enterprise Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
WalkthroughThis PR adds the agent-ops component to the ODH dashboard CI pipeline by defining a new container image build from Changesagent-ops image build and mirroring
Possibly related PRs
Suggested labels
Suggested reviewers
🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 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 |
|
Hi @Gkrumbach07. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Gkrumbach07 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
Re-adds the agent-ops Prow CI build and image mirror jobs that were reverted in #80211 due to missing quay push permissions.
Do not merge until the Prow CI robot has been granted push access to
quay.io/opendatahub/odh-mod-arch-agent-ops(tracked in RHOAIENG-63302).Original PR: #80040
/cc @lferrnan
Summary by CodeRabbit
This PR re-adds OpenShift CI build and image-mirroring configuration for the
agent-opsmodular-architecture module in the ODH dashboard repository. Specifically, it modifies the CI configuration to:Add a new container image build for the
agent-opscomponent, using the Dockerfile at./packages/agent-ops/Dockerfile.workspaceto produce theodh-mod-arch-agent-ops-imageartifact.Enable automated image mirroring to the quay.io registry by introducing two new mirror job entries:
quay.io/opendatahub/odh-mod-arch-agent-opsafter merges to the main branch, with theRELEASE_VERSION: mainlabel appliedThis restores the agent-ops CI pipeline that was previously reverted due to missing Prow CI robot permissions on the target quay.io repository. The changes are gated—the PR should not be merged until push access has been granted to the Prow CI service account.