Revert "Add agent-ops CI build and image mirror for odh-dashboard"#80211
Conversation
This reverts commit ca2a59a. The Prow image mirror job fails with "unauthorized" when pushing to quay.io/opendatahub/odh-mod-arch-agent-ops because the CI robot account doesn't have push access. This blocks CI for all PRs merging to opendatahub-io/odh-dashboard. The quay repo exists and Konflux (which handles the actual builds) has access. The Prow mirror will be re-added once the CI robot is granted push access. Ref: RHOAIENG-63302
|
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)
💤 Files with no reviewable changes (1)
WalkthroughThe PR removes the ChangesRemove agent-ops CI configuration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 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. |
|
[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: |
|
/pj-rehearse |
|
@Gkrumbach07: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@Gkrumbach07: needs-ok-to-test label found, no rehearsals will be run |
|
/ok-to-test |
andrewballantyne
left a comment
There was a problem hiding this comment.
Causing some blocking pipeline issues due to setup externally to this repo -- we'll swing back with this after those are resolved.
|
/pj-rehearse |
|
@manaswinidas: changing LGTM is restricted to collaborators DetailsIn response to this:
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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andrewballantyne, Gkrumbach07, manaswinidas 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 |
|
@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. |
|
/pj-rehearse ack |
|
@Gkrumbach07: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
This reverts commit ca2a59a (PR #80040).
The Prow image mirror job fails with
unauthorizedwhen pushing toquay.io/opendatahub/odh-mod-arch-agent-opsbecause the CI robot account doesn't have push access. This blocks CI for all PRs merging toopendatahub-io/odh-dashboard.The quay repo exists and Konflux (which handles the actual builds) has access and is working. The Prow mirror will be re-added once the CI robot is granted push access (tracked in RHOAIENG-63302).
/cc @lferrnan
Summary by CodeRabbit
This PR reverts the agent-ops module addition to the ODH dashboard's CI pipeline. The revert addresses a blocking issue where the Prow image mirror job fails with authorization errors when attempting to push the built agent-ops image to quay.io/opendatahub/odh-mod-arch-agent-ops.
What's changing:
The CI configuration for
opendatahub-io/odh-dashboard(main branch) has been rolled back to remove:odh-mod-arch-agent-ops-imagebuild configuration from the images sectionodh-mod-arch-agent-ops-pr-image-mirror) and postsubmit (odh-mod-arch-agent-ops-image-mirror) image mirror test jobsWhy:
The CI robot account used by Prow lacks push permissions to the target quay.io repository, causing all image mirror jobs to fail and blocking PR merges to the odh-dashboard repository. While Konflux (which performs the upstream builds) has working access, the Prow mirror job cannot complete. This access issue is tracked separately (RHOAIENG-63302), and the agent-ops image mirror will be re-added once the CI robot receives the necessary push permissions.
Impact:
The odh-dashboard CI pipeline will no longer attempt to build and mirror the agent-ops image until proper access credentials are established.