Skip to content

Update Heat, Horizon, Infra, install_yamls to 4.20#81382

Open
bshewale wants to merge 1 commit into
openshift:mainfrom
bshewale:4.20_p5
Open

Update Heat, Horizon, Infra, install_yamls to 4.20#81382
bshewale wants to merge 1 commit into
openshift:mainfrom
bshewale:4.20_p5

Conversation

@bshewale

@bshewale bshewale commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

This PR updates OpenShift CI configurations for several openstack-k8s-operators component repos to target OpenShift 4.20 instead of 4.18. In practice, it bumps the CLI/base image references and matching job/version pins across Heat, Horizon, Infra, and install_yamls, for both main and 18.0-fr6 job configs where applicable.

@openshift-ci openshift-ci Bot requested review from dciabrin and dprince July 2, 2026 10:22
@coderabbitai

coderabbitai Bot commented Jul 2, 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: 1e8b5b14-6f78-483f-8462-686a0195f861

📥 Commits

Reviewing files that changed from the base of the PR and between d947fcf and af58fbb.

📒 Files selected for processing (8)
  • ci-operator/config/openstack-k8s-operators/heat-operator/openstack-k8s-operators-heat-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/heat-operator/openstack-k8s-operators-heat-operator-main.yaml
  • ci-operator/config/openstack-k8s-operators/horizon-operator/openstack-k8s-operators-horizon-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/horizon-operator/openstack-k8s-operators-horizon-operator-main.yaml
  • ci-operator/config/openstack-k8s-operators/infra-operator/openstack-k8s-operators-infra-operator-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/infra-operator/openstack-k8s-operators-infra-operator-main.yaml
  • ci-operator/config/openstack-k8s-operators/install_yamls/openstack-k8s-operators-install_yamls-18.0-fr6.yaml
  • ci-operator/config/openstack-k8s-operators/install_yamls/openstack-k8s-operators-install_yamls-main.yaml

Walkthrough

This PR bumps the CLI/base image version reference from 4.18 to 4.20 across CI configuration YAML files for heat-operator, horizon-operator, infra-operator, and install_yamls, covering both the "18.0-fr6" and "main" branch variants for each operator.

Changes

CI config CLI version bump

Layer / File(s) Summary
Heat operator config
ci-operator/config/.../heat-operator/openstack-k8s-operators-heat-operator-18.0-fr6.yaml, .../heat-operator-main.yaml
base_images.cli.name and two workflow step version fields changed from 4.18 to 4.20.
Horizon operator config
ci-operator/config/.../horizon-operator/openstack-k8s-operators-horizon-operator-18.0-fr6.yaml, .../horizon-operator-main.yaml
base_images.cli.name and build-deploy/KUTTL job version fields changed from 4.18 to 4.20.
Infra operator config
ci-operator/config/.../infra-operator/openstack-k8s-operators-infra-operator-18.0-fr6.yaml, .../infra-operator-main.yaml
base_images.cli.name and two step version fields changed from 4.18 to 4.20.
install_yamls config
ci-operator/config/.../install_yamls/openstack-k8s-operators-install_yamls-18.0-fr6.yaml, .../install_yamls-main.yaml
base_images.cli.name and deploy-step version fields changed from 4.18 to 4.20.

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

Possibly related PRs

  • openshift/release#81287: Same pattern of bumping base_images.cli.name and related version fields across operator CI configs.
🚥 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: bumping Heat, Horizon, Infra, and install_yamls configs to 4.20.
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 The PR only updates CI YAML version pins; no Ginkgo test declarations or test title strings were changed in the affected files.
Test Structure And Quality ✅ Passed PR only changes ci-operator YAML configs; no Ginkgo or *_test.go files are touched, so this test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed Only CI YAML version bumps changed; no new Ginkgo tests or MicroShift-unsafe API usage was added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed Only ci-operator YAML version bumps were changed; no Ginkgo e2e tests or SNO-sensitive assertions were added.
Topology-Aware Scheduling Compatibility ✅ Passed Only CI operator YAML version pins changed; no deployment manifests, controllers, or scheduling constraints were added.
Ote Binary Stdout Contract ✅ Passed PR only updates ci-operator YAML version pins; no process-level code or stdout-writing setup was changed, so the OTE stdout contract is unaffected.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only bumps ci-operator YAML versions (4.18→4.20); no new Ginkgo tests or network code were added, so the IPv6/disconnected check is not applicable.
No-Weak-Crypto ✅ Passed Touched files only bump OpenShift CLI/version pins from 4.18 to 4.20; no weak-crypto literals or custom crypto/secret-comparison code found.
Container-Privileges ✅ Passed Only 4.18→4.20 CI version bumps in ci-operator YAMLs; no privileged, hostPID/Network/IPC, allowPrivilegeEscalation, or SYS_ADMIN fields were added.
No-Sensitive-Data-In-Logs ✅ Passed The diff only bumps OpenShift/CLI versions from 4.18 to 4.20; no new log statements or secret/PII handling were added.
✨ 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-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: bshewale
Once this PR has been reviewed and has the lgtm label, please assign dprince for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@bshewale

bshewale commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

/hold

Need to merge in sync with increasing 4.120 clusterPool

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 2, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@bshewale: 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-heat-operator-main-functional openstack-k8s-operators/heat-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-heat-operator-main-heat-operator-build-deploy openstack-k8s-operators/heat-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-heat-operator-main-heat-operator-build-deploy-kuttl openstack-k8s-operators/heat-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-heat-operator-main-images openstack-k8s-operators/heat-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-heat-operator-main-precommit-check openstack-k8s-operators/heat-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-heat-operator-18.0-fr6-functional openstack-k8s-operators/heat-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-heat-operator-18.0-fr6-heat-operator-build-deploy openstack-k8s-operators/heat-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-heat-operator-18.0-fr6-heat-operator-build-deploy-kuttl openstack-k8s-operators/heat-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-heat-operator-18.0-fr6-images openstack-k8s-operators/heat-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-heat-operator-18.0-fr6-precommit-check openstack-k8s-operators/heat-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-horizon-operator-18.0-fr6-functional openstack-k8s-operators/horizon-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-horizon-operator-18.0-fr6-horizon-operator-build-deploy openstack-k8s-operators/horizon-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-horizon-operator-18.0-fr6-horizon-operator-build-deploy-kuttl openstack-k8s-operators/horizon-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-horizon-operator-18.0-fr6-images openstack-k8s-operators/horizon-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-horizon-operator-18.0-fr6-precommit-check openstack-k8s-operators/horizon-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-horizon-operator-main-functional openstack-k8s-operators/horizon-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-horizon-operator-main-horizon-operator-build-deploy openstack-k8s-operators/horizon-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-horizon-operator-main-horizon-operator-build-deploy-kuttl openstack-k8s-operators/horizon-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-horizon-operator-main-images openstack-k8s-operators/horizon-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-horizon-operator-main-precommit-check openstack-k8s-operators/horizon-operator presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-install_yamls-main-images openstack-k8s-operators/install_yamls presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-install_yamls-main-install-yamls-deploy openstack-k8s-operators/install_yamls presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-install_yamls-main-precommit-check openstack-k8s-operators/install_yamls presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-install_yamls-18.0-fr6-images openstack-k8s-operators/install_yamls presubmit Ci-operator config changed
pull-ci-openstack-k8s-operators-install_yamls-18.0-fr6-install-yamls-deploy openstack-k8s-operators/install_yamls presubmit Ci-operator config changed

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

@bshewale

bshewale commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

/test core-valid

@openshift-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

@bshewale: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant