From 0f66edf5d6d3ccd1881e50bfff5d3fb89b0fad40 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 4 Aug 2022 14:28:29 -0400 Subject: [PATCH] release-controller: Treat `rhel-coreos-8` the same as `machine-os-content` The former is going to replace the latter. See https://github.com/openshift/enhancements/blob/master/enhancements/ocp-coreos-layering.md I'm *hoping* this is somehow what's necessary to have the image that is now built by ART included in the CI payload, so that we can get this PR to work: https://github.com/openshift/machine-config-operator/pull/3258#issuecomment-1205328567 --- .../release-controller/_releases/release-ocp-4.12-ci.json | 1 + 1 file changed, 1 insertion(+) diff --git a/core-services/release-controller/_releases/release-ocp-4.12-ci.json b/core-services/release-controller/_releases/release-ocp-4.12-ci.json index 878843ac1104..f8ab77cc1b33 100644 --- a/core-services/release-controller/_releases/release-ocp-4.12-ci.json +++ b/core-services/release-controller/_releases/release-ocp-4.12-ci.json @@ -13,6 +13,7 @@ "namespace": "origin", "name": "4.12", "excludeTags": [ + "rhel-coreos-8", "machine-os-content", "installer", "installer-artifacts",