Skip to content

Commit

Permalink
ci/prow: test on RHEL 9.6
Browse files Browse the repository at this point in the history
We now have RHEL 9.6 content in the CI mirror so we can run tests.
  • Loading branch information
jlebon committed Dec 19, 2024
1 parent e8a7a75 commit 02db419
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ci/prow-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ main() {
cosa_init "ocp-rhel-9.4"
cosa_build
;;
# this is called by cosa's CI
"rhcos-cosa-prow-pr-ci")
setup_user
cosa_init "ocp-rhel-9.4"
Expand All @@ -293,10 +294,16 @@ main() {
kola_test_metal
;;
"rhcos-96-build-test-qemu")
exit 0
setup_user
cosa_init "ocp-rhel-9.6"
cosa_build
kola_test_qemu
;;
"rhcos-96-build-test-metal")
exit 0
setup_user
cosa_init "ocp-rhel-9.6"
cosa_build
kola_test_metal
;;
"scos-9-build-test-qemu")
setup_user
Expand Down

0 comments on commit 02db419

Please sign in to comment.