From 06ae3e1652bf9b9ec8e906fd0fff0772ffd55850 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 10 May 2024 09:45:26 -0400 Subject: [PATCH] Revert "ci: Use scos (at least for now)" This reverts commit 0b659afbc0d85a010817863bfcaa53870c74d289. That was meant to be a temporary measure but lingered for a while. As mentioned there, ideally, we'd build both, but if we only build one, let it be RHCOS. --- 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 09bb0f835a..a19a3994e7 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 --variant scos --transient -b "${RHCOS_BRANCH}" https://github.com/openshift/os +cosa init --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