Skip to content

[ospdo] Add Go 1.26 CI image and use build_root from_repository - #81498

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
stuggi:golang1.26
Jul 6, 2026
Merged

[ospdo] Add Go 1.26 CI image and use build_root from_repository#81498
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
stuggi:golang1.26

Conversation

@stuggi

@stuggi stuggi commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

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-operator master build root to use the repository-defined build_root, so Go/toolchain upgrades can be coordinated from .ci-operator.yaml in one place.

Also refreshed the shared build_root image matrix for openstack-k8s-operators-ci by adding the new ci-build-root-golang-1.26-sdk-1.42.3 image and removing obsolete build-root image entries, keeping the CI image set aligned with the current supported versions.

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>
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 6, 2026
@openshift-ci
openshift-ci Bot requested review from abays and dprince July 6, 2026 15:36
@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

An error occurred during the review process. Please try again later.

Walkthrough

This 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.

Changes

CI Build Root Configuration Updates

Layer / File(s) Summary
Build-root image matrix and SDK version updates
ci-operator/config/openstack-k8s-operators/openstack-k8s-operators-ci/openstack-k8s-operators-openstack-k8s-operators-ci-main.yaml
Reshapes the build_root image items to a smaller set (SDK_VERSION v1.26.0 and v1.31.0 tags) and bumps a RHEL 9 build_root item's SDK_VERSION from v1.41.1 to v1.42.3 with a corresponding tag change.
Build_root source switch
ci-operator/config/openstack-k8s-operators/osp-director-operator/openstack-k8s-operators-osp-director-operator-master.yaml
Replaces the image_stream_tag reference for build_root with from_repository: true.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • openshift/release#81354: Both PRs modify ci-operator build_root builder toolchain selection to newer Go/SDK versions.
  • openshift/release#81355: Both PRs update CI build_root image/builder selection to a newer Go toolchain including SDK_VERSION v1.26.0.
  • openshift/release#81358: Both PRs adjust build_root builder configuration toward the Go 1.26/SDK_VERSION v1.26.0 range.

Suggested labels: lgtm

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@stuggi: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openstack-k8s-operators-openstack-k8s-operators-ci-main-images openstack-k8s-operators/openstack-k8s-operators-ci presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-osp-director-operator-master-unit openstack-k8s-operators/osp-director-operator presubmit Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@stuggi

stuggi commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openstack-k8s-operators-openstack-k8s-operators-ci-main-images

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@stuggi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@stuggi

stuggi commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openstack-k8s-operators-osp-director-operator-master-unit

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@stuggi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@stuggi

stuggi commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@stuggi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 6, 2026

@abays abays left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 6, 2026
@openshift-ci

openshift-ci Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci

openshift-ci Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

@stuggi: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@openshift-merge-bot
openshift-merge-bot Bot merged commit 2f6b804 into openshift:main Jul 6, 2026
18 checks passed
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
…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>
amogh-redhat pushed a commit to amogh-redhat/release that referenced this pull request Aug 5, 2026
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants