Skip to content

Commit fce5076

Browse files
Merge pull request #73174 from openshift-bot/auto-config-brancher
Automate config brancher by auto-config-brancher job at Wed, 07 Jan 2026 00:06:13 UTC
2 parents fba847b + 6245eb5 commit fce5076

11 files changed

Lines changed: 40 additions & 1 deletion

ci-operator/config/openshift-priv/csi-operator/openshift-priv-csi-operator-main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,18 @@ images:
152152
ocp_4.21_base-rhel9:
153153
as:
154154
- registry.ci.openshift.org/ocp/4.21:base-rhel9
155+
ocp_4.22_base-rhel9:
156+
as:
157+
- registry.ci.openshift.org/ocp/4.22:base-rhel9
155158
ocp_builder_rhel-9-golang-1.24-openshift-4.20:
156159
as:
157160
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20
158161
ocp_builder_rhel-9-golang-1.24-openshift-4.21:
159162
as:
160163
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21
164+
ocp_builder_rhel-9-golang-1.24-openshift-4.22:
165+
as:
166+
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22
161167
to: azure-file-csi-driver-operator
162168
- dockerfile_path: Dockerfile.openstack-cinder
163169
inputs:

ci-operator/config/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.22.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,18 @@ images:
152152
ocp_4.21_base-rhel9:
153153
as:
154154
- registry.ci.openshift.org/ocp/4.21:base-rhel9
155+
ocp_4.22_base-rhel9:
156+
as:
157+
- registry.ci.openshift.org/ocp/4.22:base-rhel9
155158
ocp_builder_rhel-9-golang-1.24-openshift-4.20:
156159
as:
157160
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20
158161
ocp_builder_rhel-9-golang-1.24-openshift-4.21:
159162
as:
160163
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21
164+
ocp_builder_rhel-9-golang-1.24-openshift-4.22:
165+
as:
166+
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22
161167
to: azure-file-csi-driver-operator
162168
- dockerfile_path: Dockerfile.openstack-cinder
163169
inputs:

ci-operator/config/openshift-priv/csi-operator/openshift-priv-csi-operator-release-4.23.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,18 @@ images:
152152
ocp_4.21_base-rhel9:
153153
as:
154154
- registry.ci.openshift.org/ocp/4.21:base-rhel9
155+
ocp_4.22_base-rhel9:
156+
as:
157+
- registry.ci.openshift.org/ocp/4.22:base-rhel9
155158
ocp_builder_rhel-9-golang-1.24-openshift-4.20:
156159
as:
157160
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20
158161
ocp_builder_rhel-9-golang-1.24-openshift-4.21:
159162
as:
160163
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21
164+
ocp_builder_rhel-9-golang-1.24-openshift-4.22:
165+
as:
166+
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22
161167
to: azure-file-csi-driver-operator
162168
- dockerfile_path: Dockerfile.openstack-cinder
163169
inputs:

ci-operator/config/openshift/csi-operator/openshift-csi-operator-main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,18 @@ images:
151151
ocp_4.21_base-rhel9:
152152
as:
153153
- registry.ci.openshift.org/ocp/4.21:base-rhel9
154+
ocp_4.22_base-rhel9:
155+
as:
156+
- registry.ci.openshift.org/ocp/4.22:base-rhel9
154157
ocp_builder_rhel-9-golang-1.24-openshift-4.20:
155158
as:
156159
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20
157160
ocp_builder_rhel-9-golang-1.24-openshift-4.21:
158161
as:
159162
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21
163+
ocp_builder_rhel-9-golang-1.24-openshift-4.22:
164+
as:
165+
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22
160166
to: azure-file-csi-driver-operator
161167
- dockerfile_path: Dockerfile.openstack-cinder
162168
inputs:

ci-operator/config/openshift/csi-operator/openshift-csi-operator-main__okd-scos.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ images:
2323
as:
2424
- builder
2525
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21
26+
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22
2627
to: azure-file-csi-driver-operator
2728
- build_args:
2829
- name: TAGS

ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-4.22.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,18 @@ images:
151151
ocp_4.21_base-rhel9:
152152
as:
153153
- registry.ci.openshift.org/ocp/4.21:base-rhel9
154+
ocp_4.22_base-rhel9:
155+
as:
156+
- registry.ci.openshift.org/ocp/4.22:base-rhel9
154157
ocp_builder_rhel-9-golang-1.24-openshift-4.20:
155158
as:
156159
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20
157160
ocp_builder_rhel-9-golang-1.24-openshift-4.21:
158161
as:
159162
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21
163+
ocp_builder_rhel-9-golang-1.24-openshift-4.22:
164+
as:
165+
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22
160166
to: azure-file-csi-driver-operator
161167
- dockerfile_path: Dockerfile.openstack-cinder
162168
inputs:

ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-4.23.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,18 @@ images:
151151
ocp_4.21_base-rhel9:
152152
as:
153153
- registry.ci.openshift.org/ocp/4.21:base-rhel9
154+
ocp_4.22_base-rhel9:
155+
as:
156+
- registry.ci.openshift.org/ocp/4.22:base-rhel9
154157
ocp_builder_rhel-9-golang-1.24-openshift-4.20:
155158
as:
156159
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20
157160
ocp_builder_rhel-9-golang-1.24-openshift-4.21:
158161
as:
159162
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21
163+
ocp_builder_rhel-9-golang-1.24-openshift-4.22:
164+
as:
165+
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22
160166
to: azure-file-csi-driver-operator
161167
- dockerfile_path: Dockerfile.openstack-cinder
162168
inputs:

clusters/hosted-mgmt/hive/pools/ocp-release-4.15.60-x86-64-for-4.15.0-0-to-4.16.0-0_clusterimageset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: ClusterImageSet
33
metadata:
44
annotations:
55
version_lower: 4.15.0-0
6+
version_stream: 4-stable
67
version_upper: 4.16.0-0
78
creationTimestamp: null
89
name: ocp-release-4.15.60-x86-64-for-4.15.0-0-to-4.16.0-0

clusters/hosted-mgmt/hive/pools/ocp-release-4.17.46-x86-64-for-4.17.0-0-to-4.18.0-0_clusterimageset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: ClusterImageSet
33
metadata:
44
annotations:
55
version_lower: 4.17.0-0
6+
version_stream: 4-stable
67
version_upper: 4.18.0-0
78
creationTimestamp: null
89
name: ocp-release-4.17.46-x86-64-for-4.17.0-0-to-4.18.0-0

clusters/hosted-mgmt/hive/pools/ocp-release-4.18.30-x86-64-for-4.18.0-0-to-4.19.0-0_clusterimageset.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ kind: ClusterImageSet
33
metadata:
44
annotations:
55
version_lower: 4.18.0-0
6-
version_stream: 4-stable
76
version_upper: 4.19.0-0
87
creationTimestamp: null
98
name: ocp-release-4.18.30-x86-64-for-4.18.0-0-to-4.19.0-0

0 commit comments

Comments
 (0)