Skip to content

Commit

Permalink
ci: Use scos (at least for now)
Browse files Browse the repository at this point in the history
Current setup has broken Prow builds of RHCOS.  Maybe in
the future we have both, or at least one with the other opt-in?
  • Loading branch information
cgwalters committed Apr 11, 2023
1 parent 25ff397 commit 0b659af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/prow-rhcos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b659af

Please sign in to comment.