diff --git a/ci/prow-entrypoint.sh b/ci/prow-entrypoint.sh index 3f3ba732..16d88f2d 100755 --- a/ci/prow-entrypoint.sh +++ b/ci/prow-entrypoint.sh @@ -271,8 +271,6 @@ main() { setup_user cosa_init "rhel-coreos-9" cosa_build - cosa build - sleep 3h kola_test_metal ;; "scos-9-build-test-qemu") diff --git a/fedora-coreos-config b/fedora-coreos-config index 67eb1a2b..a2bc3794 160000 --- a/fedora-coreos-config +++ b/fedora-coreos-config @@ -1 +1 @@ -Subproject commit 67eb1a2b61a0dc77712621e865850f1c4f93042d +Subproject commit a2bc3794eb6999373cdc5c4fb531ec6fd9ad9529 diff --git a/kola-denylist.yaml b/kola-denylist.yaml index fbb55409..ec46744b 100644 --- a/kola-denylist.yaml +++ b/kola-denylist.yaml @@ -55,3 +55,7 @@ osversion: - c9s +# This test is failing only in prow, so it's skipped by prow +# but not denylisted here so it can run on the rhcos pipeline +#- pattern: iso-offline-install-iscsi.ibft.bios +# tracker: https://github.com/openshift/os/issues/1492