Sync Serverless CI config/#80525
Conversation
|
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 selected for processing (3)
WalkthroughThree CI operator config files for ChangesGo 1.25 / OCP 4.21 base image bump for eventing-kafka-broker v1.17
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (14 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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: serverless-qe 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 |
|
Hi @serverless-qe. 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 Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain 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]
A total of 28 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
Summary by CodeRabbit
This PR updates the CI configuration for the OpenShift Knative Eventing Kafka Broker component to use newer base images in its build pipeline.
Specifically, three CI configuration files are modified to replace the golang builder base image selection:
rhel-9-release-golang-1.23-openshift-4.19rhel-9-release-golang-1.25-openshift-4.21The changes propagate this new base image reference across all image build definitions in each configuration file, ensuring that the Kafka Broker and its related test containers (event display, heartbeats, controllers, webhook, consumer utilities, etc.) are built with the updated Go 1.25 and OpenShift 4.21 runtime versions.
This is a straightforward CI infrastructure synchronization that aligns the Serverless component's build pipeline with newer toolchain versions.