ROSAENG-1466: Update build_root to use .ci-operator.yaml from repo#80506
ROSAENG-1466: Update build_root to use .ci-operator.yaml from repo#80506rpodishe wants to merge 1 commit into
Conversation
|
@rpodishe: This pull request references ROSAENG-1466 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
WalkthroughThe ChangesBuild Root Configuration Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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 |
aff1648 to
f77bbe0
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@rpodishe: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rpodishe, TheUndeadKing 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 |
Update build_root to use .ci-operator.yaml from repo
Summary by CodeRabbit
This PR updates the OpenShift CI configuration for the
openshift/ocm-agentrepository so its CI build root is sourced from the repository itself.Change: In
ci-operator/config/openshift/ocm-agent/openshift-ocm-agent-master.yaml, thebuild_rootconfiguration was switched from referencing an external release image stream tag (rhel-9-release-golang-1.24-openshift-4.20inopenshift) tofrom_repository: true, enabling ci-operator to use the repository’s.ci-operator.yamlfor build-root settings.Practical impact: Build environment configuration can now be versioned and updated alongside
ocm-agentcode, without requiring coordination to change the central referenced image-stream-based build root.Notes: The PR context references JIRA ROSAENG-1466, and a CI bot comment flags that the referenced issue’s target version is not properly configured (expected story target:
5.0.0).