Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions ci-operator/config/openshift/os/openshift-os-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ base_images:
fedora:
name: fedora
namespace: coreos
tag: "35"
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
tag: "36"
ocp_builder_rhel-8-golang-1.17-openshift-4.11:
name: builder
namespace: ocp
tag: rhel-8-golang-1.17-openshift-4.10
tag: rhel-8-golang-1.17-openshift-4.11
build_root:
image_stream_tag:
name: fcos-buildroot
Expand All @@ -22,9 +22,9 @@ images:
coreos_coreos-assembler_latest:
as:
- registry.svc.ci.openshift.org/coreos/coreos-assembler:latest
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
ocp_builder_rhel-8-golang-1.17-openshift-4.11:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11
to: build-test-qemu-img
- dockerfile_literal: |
# This stage actually builds the RHCOS OCI image. However, due to
Expand Down Expand Up @@ -120,17 +120,17 @@ promotion:
disabled: true
excluded_images:
- '*'
name: "4.11"
name: "4.12"
namespace: ocp
releases:
initial:
integration:
name: "4.11"
name: "4.12"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.11"
name: "4.12"
namespace: ocp
resources:
'*':
Expand Down
10 changes: 5 additions & 5 deletions ci-operator/config/openshift/os/openshift-os-release-4.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ base_images:
fedora:
name: fedora
namespace: coreos
tag: "35"
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
tag: "36"
ocp_builder_rhel-8-golang-1.17-openshift-4.11:
name: builder
namespace: ocp
tag: rhel-8-golang-1.17-openshift-4.10
tag: rhel-8-golang-1.17-openshift-4.11
build_root:
image_stream_tag:
name: fcos-buildroot
Expand All @@ -22,9 +22,9 @@ images:
coreos_coreos-assembler_4.11:
as:
- registry.svc.ci.openshift.org/coreos/coreos-assembler:4.11
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
ocp_builder_rhel-8-golang-1.17-openshift-4.11:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11
to: build-test-qemu-img
promotion:
disabled: true
Expand Down
10 changes: 5 additions & 5 deletions ci-operator/config/openshift/os/openshift-os-release-4.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ base_images:
fedora:
name: fedora
namespace: coreos
tag: "35"
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
tag: "36"
ocp_builder_rhel-8-golang-1.17-openshift-4.11:
name: builder
namespace: ocp
tag: rhel-8-golang-1.17-openshift-4.10
tag: rhel-8-golang-1.17-openshift-4.11
build_root:
image_stream_tag:
name: fcos-buildroot
Expand All @@ -22,9 +22,9 @@ images:
coreos_coreos-assembler_latest:
as:
- registry.svc.ci.openshift.org/coreos/coreos-assembler:latest
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
ocp_builder_rhel-8-golang-1.17-openshift-4.11:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11
to: build-test-qemu-img
promotion:
excluded_images:
Expand Down