Skip to content

Commit

Permalink
ci/prow-entrypoint: Setup C10S test entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Feb 20, 2025
1 parent ba3b402 commit 352d241
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ci/prow-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,16 @@ main() {
kola_test_metal
;;
"scos-10-build-test-qemu")
exit 0
setup_user
cosa_init "okd-c10s"
cosa_build
kola_test_qemu
;;
"scos-10-build-test-metal")
exit 0
setup_user
cosa_init "okd-c10s"
cosa_build
kola_test_metal
;;
"rhcos-10-build-test-qemu")
exit 0
Expand Down

0 comments on commit 352d241

Please sign in to comment.