Use .ci-operator.yaml from rhobs/observability#80474
Conversation
WalkthroughThe CI build configuration for the observability-operator is updated to set ChangesBuild root configuration update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 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)
Comment |
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
4106fad to
a4bc26e
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: simonpasquier 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 |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-rhobs-observability-operator-main-images |
|
@simonpasquier: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-rhobs-observability-operator-main-observability-operator-e2e |
|
@simonpasquier: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@simonpasquier: requesting more than one rehearsal in one comment is not supported. If you would like to rehearse multiple specific jobs, please separate the job names by a space in a single command. |
|
/pj-rehearse pull-ci-rhobs-observability-operator-main-ci-index-observability-bundle |
|
@simonpasquier: 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 |
|
@simonpasquier: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Summary by CodeRabbit
This PR updates the ci-operator configuration for the RHOBS observability operator in the OpenShift CI infrastructure, shifting responsibility for the build definition to the rhobs/observability source repository.
Key changes
ci-operator/config/rhobs/observability-operator/rhobs-observability-operator-main.yaml,build_root.from_repositoryis set totrue, so ci-operator will source the build/root definition from the repository’s.ci-operator.yaml.image_stream_tagunderbuild_rootis removed, since the build inputs are now expected from the source repository.Impact