Skip to content

Commit

Permalink
ci/prow: add stubs for rhel 9.6 and c10s
Browse files Browse the repository at this point in the history
Preparation work to update openshift/release jobs to build rhel 9.6
and c10s.
Needs to be merged before openshift#1629
and openshift#1498
  • Loading branch information
jbtrystram committed Oct 17, 2024
1 parent 4573987 commit 158901d
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 158901d

Please sign in to comment.