From 158901d9abde1e98aa03962ee8ee597811df934d Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Thu, 17 Oct 2024 15:31:33 +0200 Subject: [PATCH] ci/prow: add stubs for rhel 9.6 and c10s Preparation work to update openshift/release jobs to build rhel 9.6 and c10s. Needs to be merged before https://github.com/openshift/os/pull/1629/ and https://github.com/openshift/os/pull/1498 --- ci/prow-entrypoint.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ci/prow-entrypoint.sh b/ci/prow-entrypoint.sh index 4888b6dc..43747313 100755 --- a/ci/prow-entrypoint.sh +++ b/ci/prow-entrypoint.sh @@ -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" @@ -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: