[ospdo] Add Go 1.26 CI image and use build_root from_repository - #81498
Conversation
Add ci-build-root-golang-1.26-sdk-1.42.3 image and remove obsolete image entries. Switch osp-director-operator master config to read the build root from the repo's .ci-operator.yaml, allowing Go version bumps to land atomically. Jira: OSPRH-32127 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
|
Caution Review failedAn error occurred during the review process. Please try again later. WalkthroughThis change updates CI configuration files for two components: adjusting the build-root image build matrix and SDK versions in openstack-k8s-operators-ci, and switching the build_root source from an image_stream_tag to from_repository in osp-director-operator-master. ChangesCI Build Root Configuration Updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: ✨ 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 |
|
[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 pull-ci-openstack-k8s-operators-openstack-k8s-operators-ci-main-images |
|
@stuggi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openstack-k8s-operators-osp-director-operator-master-unit |
|
@stuggi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse ack |
|
@stuggi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, stuggi 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 |
|
@stuggi: 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. |
…shift#81498) Add ci-build-root-golang-1.26-sdk-1.42.3 image and remove obsolete image entries. Switch osp-director-operator master config to read the build root from the repo's .ci-operator.yaml, allowing Go version bumps to land atomically. Jira: OSPRH-32127 Signed-off-by: Martin Schuppert <mschuppert@redhat.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…shift#81498) Add ci-build-root-golang-1.26-sdk-1.42.3 image and remove obsolete image entries. Switch osp-director-operator master config to read the build root from the repo's .ci-operator.yaml, allowing Go version bumps to land atomically. Jira: OSPRH-32127 Signed-off-by: Martin Schuppert <mschuppert@redhat.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Add ci-build-root-golang-1.26-sdk-1.42.3 image and remove obsolete image entries. Switch osp-director-operator master config to read the build root from the repo's .ci-operator.yaml, allowing Go version bumps to land atomically.
Jira: OSPRH-32127
Summary by CodeRabbit
Updated OpenStack CI configuration to move the
osp-director-operatormaster build root to use the repository-definedbuild_root, so Go/toolchain upgrades can be coordinated from.ci-operator.yamlin one place.Also refreshed the shared
build_rootimage matrix foropenstack-k8s-operators-ciby adding the newci-build-root-golang-1.26-sdk-1.42.3image and removing obsolete build-root image entries, keeping the CI image set aligned with the current supported versions.