From 0b659afbc0d85a010817863bfcaa53870c74d289 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 21 Mar 2023 17:06:19 -0400 Subject: [PATCH] ci: Use scos (at least for now) Current setup has broken Prow builds of RHCOS. Maybe in the future we have both, or at least one with the other opt-in? --- ci/prow-rhcos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/prow-rhcos.sh b/ci/prow-rhcos.sh index a19a3994e7..09bb0f835a 100755 --- a/ci/prow-rhcos.sh +++ b/ci/prow-rhcos.sh @@ -17,6 +17,6 @@ esac export COSA_SKIP_OVERLAY=1 # Create a temporary cosa workdir cd "$(mktemp -d)" -cosa init --transient -b "${RHCOS_BRANCH}" https://github.com/openshift/os +cosa init --variant scos --transient -b "${RHCOS_BRANCH}" https://github.com/openshift/os # Use a COSA specifc test entry point to focus on tests relevant for COSA exec src/config/ci/prow-entrypoint.sh rhcos-cosa-prow-pr-ci