Skip to content

Commit

Permalink
ci/prow-rhcos: Use COSA specific test entry point
Browse files Browse the repository at this point in the history
Use a COSA specifc test entry point to focus on tests relevant for COSA.
  • Loading branch information
travier committed Jul 6, 2022
1 parent 3c54104 commit 37b5fc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/prow-rhcos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export COSA_SKIP_OVERLAY=1
# Create a temporary cosa workdir
cd "$(mktemp -d)"
cosa init --transient -b "${RHCOS_BRANCH}" https://github.com/openshift/os
exec src/config/ci/prow-entrypoint.sh rhcos-86-build-test-qemu
# 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 37b5fc0

Please sign in to comment.