Skip to content

Commit

Permalink
Merge pull request #1639 from jbtrystram/prow-stubs
Browse files Browse the repository at this point in the history
NO-JIRA: ci/prow: add stubs for rhel 9.6 and c10s
  • Loading branch information
openshift-merge-bot[bot] authored Oct 17, 2024
2 parents 4573987 + 158901d commit ef58edc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ci/prow-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,12 @@ main() {
cosa_build
kola_test_metal
;;
"rhcos-96-build-test-qemu")
exit 0
;;
"rhcos-96-build-test-metal")
exit 0
;;
"scos-9-build-test-qemu")
setup_user
cosa_init "okd-c9s"
Expand All @@ -338,6 +344,12 @@ main() {
cosa_build
kola_test_metal
;;
"scos-10-build-test-qemu")
exit 0
;;
"scos-10-build-test-metal")
exit 0
;;
*)
# This case ensures that we exhaustively list the tests that should
# pass for a PR. To add a new test in openshift/os:
Expand Down

0 comments on commit ef58edc

Please sign in to comment.