Skip to content

Commit 06ae3e1

Browse files
committed
Revert "ci: Use scos (at least for now)"
This reverts commit 0b659af. 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.
1 parent ea50888 commit 06ae3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/prow-rhcos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ esac
1717
export COSA_SKIP_OVERLAY=1
1818
# Create a temporary cosa workdir
1919
cd "$(mktemp -d)"
20-
cosa init --variant scos --transient -b "${RHCOS_BRANCH}" https://github.com/openshift/os
20+
cosa init --transient -b "${RHCOS_BRANCH}" https://github.com/openshift/os
2121
# Use a COSA specifc test entry point to focus on tests relevant for COSA
2222
exec src/config/ci/prow-entrypoint.sh rhcos-cosa-prow-pr-ci

0 commit comments

Comments
 (0)