Add agent-ops mod-arch module to ODH dashboard CI builds#80040
Conversation
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
|
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 extends the ODH Dashboard CI operator configuration to add a new agent-ops container image build from a workspace Dockerfile and corresponding PR and postsubmit mirror jobs for distributing that image. ChangesAgent-ops CI Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 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. |
|
Caution Failed to replace (edit) comment. This is likely due to insufficient permissions or the comment being deleted. Error details |
|
cc @lucferbux @christianvogt — could one of you |
|
/ok-to-test |
|
/pj-rehearse generate |
|
/generate |
|
@Gkrumbach07: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@Gkrumbach07: job(s): generate either don't exist or were not found to be affected, and cannot be rehearsed |
Auto-generated via `make jobs` from the config change. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
/retest-required |
|
@Gkrumbach07: your |
|
@openshift-ci[bot]: your |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@openshift-merge-bot[bot]: your |
|
/pj-rehearse ack |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Gkrumbach07, lucferbux 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 |
|
/pj-rehearse ack |
|
/pj-rehearse |
|
@lucferbux: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/retest |
1 similar comment
|
/retest |
|
/pj-rehearse |
|
@Gkrumbach07: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse ack |
|
@Gkrumbach07: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@Gkrumbach07: 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. |
Description
Add OpenShift CI build configuration for the
agent-opsmodular architecture module in the ODH dashboard. This enables automated image builds on PRs and main branch merges, pushing toquay.io/opendatahub/odh-mod-arch-agent-ops.Follows the same pattern as existing modules (maas, mlflow, gen-ai, etc.).
Changes
agent-opsimage build entry usingpackages/agent-ops/Dockerfile.workspaceodh-mod-arch-agent-ops-pr-image-mirror)odh-mod-arch-agent-ops-image-mirror)References
🤖 Generated with Claude Code
Summary by CodeRabbit
This PR extends the OpenShift CI configuration for the opendatahub/odh-dashboard repository to automate image builds for the new
agent-opsmodular-architecture module.What's being added:
packages/agent-ops/Dockerfile.workspaceand publishes toquay.io/opendatahub/odh-mod-arch-agent-opsThe configuration follows the established pattern already in place for other modular-architecture modules like maas, mlflow, and gen-ai. The change integrates agent-ops into the existing ODH dashboard CI/CD pipeline, enabling continuous delivery of the container image to the quay.io registry.
Lines changed: +19