From d0ea1a97da3b72878bd08643f622548677409fcb Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Mon, 22 Apr 2024 15:40:51 +0200 Subject: [PATCH] Denylist: enable iscsi test but skip prow The multi-arch tests are skipped in kola code and the x86 test have been working for some time now However, the iscsi test fails in prow unexpectedly so skip it here so it can run in the RHCOS jenkins pipeline at least. See https://github.com/openshift/os/issues/1492 See coreos/coreos-assembler#3705 --- ci/prow-entrypoint.sh | 2 -- fedora-coreos-config | 2 +- kola-denylist.yaml | 4 ++++ 3 files changed, 5 insertions(+), 3 deletions(-) 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