Skip to content

bump build_root to go1.26-linux for ALC/CLC repos#82325

Merged
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
falconizmi:bump-go1.26-alc-clc
Jul 23, 2026
Merged

bump build_root to go1.26-linux for ALC/CLC repos#82325
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
falconizmi:bump-go1.26-alc-clc

Conversation

@falconizmi

@falconizmi falconizmi commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Remove redundant auto-detectable base_images and inputs blocks from 2.17/5.0 branch configs (follow-up to *: remove auto-detectable base_images & inputs #74942, docs)
  • Remove dead go1.24 base_images entries from provider-credential-controller and multicloud-integrations
  • Bump build_root from go1.25-linux (and go1.23/go1.24 outliers) to go1.26-linux across all supported branches

Needed to address CVE-2026-27145 (Go crypto/x509 DoS). The Go 1.26 bump PRs on the repos themselves are blocked until this merges — go.mod says go 1.26 but prow uses the go1.25-linux builder, causing compile: version "go1.26.0" does not match go tool version "go1.25.12".

Repos

  • cluster-curator-controller
  • clusterclaims-controller
  • cluster-image-set-controller
  • provider-credential-controller
  • multicloud-operators-application
  • multicloud-operators-channel
  • multicloud-integrations
  • multicloud-operators-subscription

Branches updated

  • CLC: main, backplane-2.6, 2.8, 2.9, 2.10, 2.11, 2.17, 5.0 (skip backplane-2.7 — EOL)
  • ALC: main, release-2.11, 2.13, 2.14, 2.15, 2.16, 2.17, 5.0 (skip release-2.12 — EOL)

Summary by CodeRabbit

  • Updated CI build configurations across eight Stolostron repositories and supported ALC/CLC branches to use the go1.26-linux builder image.
  • Removed redundant auto-detectable base_images and inputs configuration from applicable 2.17 and 5.0 branches.
  • Removed unused Go 1.24 builder image declarations where present.
  • Excluded EOL backplane-2.7 and release-2.12 branches.
  • Aligns Prow builders with Go 1.26 and addresses CVE-2026-27145.

ci-operator can auto-detect base_images and inputs from Dockerfile FROM
lines (see https://docs.ci.openshift.org/architecture/ci-operator/#automatic-detection-from-dockerfiles).
These were mass-cleaned in PR openshift#74942 but the 2.17 and 5.0 branch configs
were created after that cleanup (PRs openshift#74846, openshift#78222) and still had the
redundant entries. Also removes dead go1.24 base_images entries from
provider-credential-controller and multicloud-integrations.

Repos: cluster-curator-controller, cluster-image-set-controller,
provider-credential-controller, multicloud-operators-application,
multicloud-operators-channel, multicloud-integrations,
multicloud-operators-subscription

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 1a382feb-c870-47d3-9204-e632afe720cd

📥 Commits

Reviewing files that changed from the base of the PR and between a6da672 and 63fe1a4.

📒 Files selected for processing (64)
  • ci-operator/config/stolostron/cluster-curator-controller/stolostron-cluster-curator-controller-backplane-2.10.yaml
  • ci-operator/config/stolostron/cluster-curator-controller/stolostron-cluster-curator-controller-backplane-2.11.yaml
  • ci-operator/config/stolostron/cluster-curator-controller/stolostron-cluster-curator-controller-backplane-2.17.yaml
  • ci-operator/config/stolostron/cluster-curator-controller/stolostron-cluster-curator-controller-backplane-2.6.yaml
  • ci-operator/config/stolostron/cluster-curator-controller/stolostron-cluster-curator-controller-backplane-2.8.yaml
  • ci-operator/config/stolostron/cluster-curator-controller/stolostron-cluster-curator-controller-backplane-2.9.yaml
  • ci-operator/config/stolostron/cluster-curator-controller/stolostron-cluster-curator-controller-backplane-5.0.yaml
  • ci-operator/config/stolostron/cluster-curator-controller/stolostron-cluster-curator-controller-main.yaml
  • ci-operator/config/stolostron/cluster-image-set-controller/stolostron-cluster-image-set-controller-backplane-2.10.yaml
  • ci-operator/config/stolostron/cluster-image-set-controller/stolostron-cluster-image-set-controller-backplane-2.11.yaml
  • ci-operator/config/stolostron/cluster-image-set-controller/stolostron-cluster-image-set-controller-backplane-2.17.yaml
  • ci-operator/config/stolostron/cluster-image-set-controller/stolostron-cluster-image-set-controller-backplane-2.6.yaml
  • ci-operator/config/stolostron/cluster-image-set-controller/stolostron-cluster-image-set-controller-backplane-2.8.yaml
  • ci-operator/config/stolostron/cluster-image-set-controller/stolostron-cluster-image-set-controller-backplane-2.9.yaml
  • ci-operator/config/stolostron/cluster-image-set-controller/stolostron-cluster-image-set-controller-backplane-5.0.yaml
  • ci-operator/config/stolostron/cluster-image-set-controller/stolostron-cluster-image-set-controller-main.yaml
  • ci-operator/config/stolostron/clusterclaims-controller/stolostron-clusterclaims-controller-backplane-2.10.yaml
  • ci-operator/config/stolostron/clusterclaims-controller/stolostron-clusterclaims-controller-backplane-2.11.yaml
  • ci-operator/config/stolostron/clusterclaims-controller/stolostron-clusterclaims-controller-backplane-2.17.yaml
  • ci-operator/config/stolostron/clusterclaims-controller/stolostron-clusterclaims-controller-backplane-2.6.yaml
  • ci-operator/config/stolostron/clusterclaims-controller/stolostron-clusterclaims-controller-backplane-2.8.yaml
  • ci-operator/config/stolostron/clusterclaims-controller/stolostron-clusterclaims-controller-backplane-2.9.yaml
  • ci-operator/config/stolostron/clusterclaims-controller/stolostron-clusterclaims-controller-backplane-5.0.yaml
  • ci-operator/config/stolostron/clusterclaims-controller/stolostron-clusterclaims-controller-main.yaml
  • ci-operator/config/stolostron/multicloud-integrations/stolostron-multicloud-integrations-main.yaml
  • ci-operator/config/stolostron/multicloud-integrations/stolostron-multicloud-integrations-release-2.11.yaml
  • ci-operator/config/stolostron/multicloud-integrations/stolostron-multicloud-integrations-release-2.13.yaml
  • ci-operator/config/stolostron/multicloud-integrations/stolostron-multicloud-integrations-release-2.14.yaml
  • ci-operator/config/stolostron/multicloud-integrations/stolostron-multicloud-integrations-release-2.15.yaml
  • ci-operator/config/stolostron/multicloud-integrations/stolostron-multicloud-integrations-release-2.16.yaml
  • ci-operator/config/stolostron/multicloud-integrations/stolostron-multicloud-integrations-release-2.17.yaml
  • ci-operator/config/stolostron/multicloud-integrations/stolostron-multicloud-integrations-release-5.0.yaml
  • ci-operator/config/stolostron/multicloud-operators-application/stolostron-multicloud-operators-application-main.yaml
  • ci-operator/config/stolostron/multicloud-operators-application/stolostron-multicloud-operators-application-release-2.11.yaml
  • ci-operator/config/stolostron/multicloud-operators-application/stolostron-multicloud-operators-application-release-2.13.yaml
  • ci-operator/config/stolostron/multicloud-operators-application/stolostron-multicloud-operators-application-release-2.14.yaml
  • ci-operator/config/stolostron/multicloud-operators-application/stolostron-multicloud-operators-application-release-2.15.yaml
  • ci-operator/config/stolostron/multicloud-operators-application/stolostron-multicloud-operators-application-release-2.16.yaml
  • ci-operator/config/stolostron/multicloud-operators-application/stolostron-multicloud-operators-application-release-2.17.yaml
  • ci-operator/config/stolostron/multicloud-operators-application/stolostron-multicloud-operators-application-release-5.0.yaml
  • ci-operator/config/stolostron/multicloud-operators-channel/stolostron-multicloud-operators-channel-main.yaml
  • ci-operator/config/stolostron/multicloud-operators-channel/stolostron-multicloud-operators-channel-release-2.11.yaml
  • ci-operator/config/stolostron/multicloud-operators-channel/stolostron-multicloud-operators-channel-release-2.13.yaml
  • ci-operator/config/stolostron/multicloud-operators-channel/stolostron-multicloud-operators-channel-release-2.14.yaml
  • ci-operator/config/stolostron/multicloud-operators-channel/stolostron-multicloud-operators-channel-release-2.15.yaml
  • ci-operator/config/stolostron/multicloud-operators-channel/stolostron-multicloud-operators-channel-release-2.16.yaml
  • ci-operator/config/stolostron/multicloud-operators-channel/stolostron-multicloud-operators-channel-release-2.17.yaml
  • ci-operator/config/stolostron/multicloud-operators-channel/stolostron-multicloud-operators-channel-release-5.0.yaml
  • ci-operator/config/stolostron/multicloud-operators-subscription/stolostron-multicloud-operators-subscription-main.yaml
  • ci-operator/config/stolostron/multicloud-operators-subscription/stolostron-multicloud-operators-subscription-release-2.11.yaml
  • ci-operator/config/stolostron/multicloud-operators-subscription/stolostron-multicloud-operators-subscription-release-2.13.yaml
  • ci-operator/config/stolostron/multicloud-operators-subscription/stolostron-multicloud-operators-subscription-release-2.14.yaml
  • ci-operator/config/stolostron/multicloud-operators-subscription/stolostron-multicloud-operators-subscription-release-2.15.yaml
  • ci-operator/config/stolostron/multicloud-operators-subscription/stolostron-multicloud-operators-subscription-release-2.16.yaml
  • ci-operator/config/stolostron/multicloud-operators-subscription/stolostron-multicloud-operators-subscription-release-2.17.yaml
  • ci-operator/config/stolostron/multicloud-operators-subscription/stolostron-multicloud-operators-subscription-release-5.0.yaml
  • ci-operator/config/stolostron/provider-credential-controller/stolostron-provider-credential-controller-backplane-2.10.yaml
  • ci-operator/config/stolostron/provider-credential-controller/stolostron-provider-credential-controller-backplane-2.11.yaml
  • ci-operator/config/stolostron/provider-credential-controller/stolostron-provider-credential-controller-backplane-2.17.yaml
  • ci-operator/config/stolostron/provider-credential-controller/stolostron-provider-credential-controller-backplane-2.6.yaml
  • ci-operator/config/stolostron/provider-credential-controller/stolostron-provider-credential-controller-backplane-2.8.yaml
  • ci-operator/config/stolostron/provider-credential-controller/stolostron-provider-credential-controller-backplane-2.9.yaml
  • ci-operator/config/stolostron/provider-credential-controller/stolostron-provider-credential-controller-backplane-5.0.yaml
  • ci-operator/config/stolostron/provider-credential-controller/stolostron-provider-credential-controller-main.yaml

Walkthrough

The CI operator configurations update Stolostron build roots from Go 1.25-era builder images to go1.26-linux. Selected configurations also remove obsolete builder image declarations and explicit Dockerfile input mappings.

Changes

Go builder image migration

Layer / File(s) Summary
Builder tag updates
ci-operator/config/stolostron/*
Build configurations switch their builder image tags to go1.26-linux, including one prior go1.23-linux reference.
Legacy builder wiring cleanup
ci-operator/config/stolostron/*
Selected backplane and release configurations remove obsolete base_images entries and images.items.inputs mappings while retaining Dockerfile-based image definitions.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested reviewers: chenz4027, fxiang1

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: updating build_root to go1.26-linux across ALC/CLC repos.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR changes only ci-operator YAML configs; diff vs origin/main has no Go test files or Ginkgo test titles to audit.
Test Structure And Quality ✅ Passed The commit only changes CI YAML configs; no Ginkgo test files or test code were modified, so this check is not applicable.
Microshift Test Compatibility ✅ Passed PR only changes ci-operator YAML configs; no new Ginkgo e2e tests or MicroShift-sensitive APIs/features were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PASS: The PR only updates CI YAML build_root tags/inputs; no Ginkgo e2e tests were added or changed, so there are no SNO-specific assumptions to review.
Topology-Aware Scheduling Compatibility ✅ Passed The PR only edits ci-operator build-root YAMLs (Go image tags/inputs); no deployment manifests, controllers, or topology/scheduling fields are modified.
Ote Binary Stdout Contract ✅ Passed Only ci-operator YAML changed; no process-level code or stdout writes were introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only changes ci-operator YAML configs; no Ginkgo e2e tests or network-using code were added.
No-Weak-Crypto ✅ Passed Touched files are CI YAML configs only; exact PR files contain no weak-crypto algos, custom crypto, or constant-time comparison code.
Container-Privileges ✅ Passed PASS: The PR only changes ci-operator YAMLs, and a scan of all changed files found no privileged, hostPID/Network/IPC, SYS_ADMIN, or allowPrivilegeEscalation settings.
No-Sensitive-Data-In-Logs ✅ Passed Changed files are CI YAML configs updating builder tags; I found no added log statements or exposed secrets/PII.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Checkov (3.3.8)
ci-operator/config/stolostron/clusterclaims-controller/stolostron-clusterclaims-controller-backplane-2.8.yaml

Traceback (most recent call last):
File "/usr/local/bin/checkov", line 2, in
from checkov.main import Checkov
ModuleNotFoundError: No module named 'checkov'

ci-operator/config/stolostron/clusterclaims-controller/stolostron-clusterclaims-controller-backplane-2.9.yaml

Traceback (most recent call last):
File "/usr/local/bin/checkov", line 2, in
from checkov.main import Checkov
ModuleNotFoundError: No module named 'checkov'

ci-operator/config/stolostron/clusterclaims-controller/stolostron-clusterclaims-controller-backplane-5.0.yaml

Traceback (most recent call last):
File "/usr/local/bin/checkov", line 2, in
from checkov.main import Checkov
ModuleNotFoundError: No module named 'checkov'

  • 61 others

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-ci
openshift-ci Bot requested review from chenz4027 and fxiang1 July 22, 2026 20:58
@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 22, 2026
@openshift-ci

openshift-ci Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Hi @falconizmi. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

Update CI builder image to Go 1.26 across all supported branches
to address CVE-2026-27145 (crypto/x509 DoS).

Repos: cluster-curator-controller, clusterclaims-controller,
cluster-image-set-controller, provider-credential-controller,
multicloud-operators-application, multicloud-operators-channel,
multicloud-integrations, multicloud-operators-subscription

CLC branches: main, backplane-2.6, 2.8, 2.9, 2.10, 2.11, 2.17, 5.0
ALC branches: main, release-2.11, 2.13, 2.14, 2.15, 2.16, 2.17, 5.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@falconizmi
falconizmi force-pushed the bump-go1.26-alc-clc branch from 857175c to 63fe1a4 Compare July 22, 2026 20:59
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@falconizmi: 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-stolostron-multicloud-operators-subscription-release-5.0-images stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-5.0-pr-image-mirror stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-5.0-sonarcloud stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-5.0-test-unit stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-main-images stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-main-ocm-ci-rbac stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-main-pr-image-mirror stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-main-sonarcloud stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-main-test-unit stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.17-images stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.17-pr-image-mirror stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.17-sonarcloud stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.17-test-unit stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.15-images stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.15-pr-image-mirror stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.15-sonarcloud stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.15-test-unit stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.14-images stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.14-pr-image-mirror stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.14-sonarcloud stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.14-test-unit stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.11-images stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.11-pr-image-mirror stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.11-sonarcloud stolostron/multicloud-operators-subscription presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-subscription-release-2.11-test-unit stolostron/multicloud-operators-subscription presubmit Ci-operator config changed

A total of 239 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
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.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@falconizmi: 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-stolostron-multicloud-operators-application-release-2.17-images stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.17-pr-image-mirror stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.17-sonarcloud stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.17-test-unit stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-main-images stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-main-ocm-ci-rbac stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-main-pr-image-mirror stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-main-sonarcloud stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-main-test-unit stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-5.0-images stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-5.0-pr-image-mirror stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-5.0-sonarcloud stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-5.0-test-unit stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.13-images stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.13-pr-image-mirror stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.13-sonarcloud stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.13-test-unit stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.16-images stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.16-pr-image-mirror stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.16-sonarcloud stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.16-test-unit stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.14-images stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.14-pr-image-mirror stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.14-sonarcloud stolostron/multicloud-operators-application presubmit Ci-operator config changed
pull-ci-stolostron-multicloud-operators-application-release-2.14-test-unit stolostron/multicloud-operators-application presubmit Ci-operator config changed

A total of 239 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-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.

@xiangjingli

Copy link
Copy Markdown
Contributor

/pj-rehearse skip

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@xiangjingli: needs-ok-to-test label found, no rehearsals will be run

@xiangjingli

Copy link
Copy Markdown
Contributor

/ok-to-test

@openshift-ci openshift-ci Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jul 22, 2026
@xiangjingli

Copy link
Copy Markdown
Contributor

/pj-rehearse skip

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@xiangjingli: 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 22, 2026
@xiangjingli

Copy link
Copy Markdown
Contributor

/lgtm

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

openshift-ci Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: falconizmi, xiangjingli

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 23, 2026
@openshift-ci

openshift-ci Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

@falconizmi: 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 62ed056 into openshift:main Jul 23, 2026
14 checks passed
apahim pushed a commit to apahim/release that referenced this pull request Jul 24, 2026
* remove auto-detectable base_images and inputs for ALC/CLC repos

ci-operator can auto-detect base_images and inputs from Dockerfile FROM
lines (see https://docs.ci.openshift.org/architecture/ci-operator/#automatic-detection-from-dockerfiles).
These were mass-cleaned in PR openshift#74942 but the 2.17 and 5.0 branch configs
were created after that cleanup (PRs openshift#74846, openshift#78222) and still had the
redundant entries. Also removes dead go1.24 base_images entries from
provider-credential-controller and multicloud-integrations.

Repos: cluster-curator-controller, cluster-image-set-controller,
provider-credential-controller, multicloud-operators-application,
multicloud-operators-channel, multicloud-integrations,
multicloud-operators-subscription

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* bump build_root to go1.26-linux for ALC/CLC repos

Update CI builder image to Go 1.26 across all supported branches
to address CVE-2026-27145 (crypto/x509 DoS).

Repos: cluster-curator-controller, clusterclaims-controller,
cluster-image-set-controller, provider-credential-controller,
multicloud-operators-application, multicloud-operators-channel,
multicloud-integrations, multicloud-operators-subscription

CLC branches: main, backplane-2.6, 2.8, 2.9, 2.10, 2.11, 2.17, 5.0
ALC branches: main, release-2.11, 2.13, 2.14, 2.15, 2.16, 2.17, 5.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants