From 7ce40443a360fabbdf8aa59cc66aa713465732ca 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 | 4 +--- fedora-coreos-config | 2 +- kola-denylist.yaml | 4 ++++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ci/prow-entrypoint.sh b/ci/prow-entrypoint.sh index 3f3ba732..620e1f55 100755 --- a/ci/prow-entrypoint.sh +++ b/ci/prow-entrypoint.sh @@ -143,7 +143,7 @@ kola_test_metal() { cosa compress --artifact=metal --artifact=metal4k # Run all testiso scenarios on metal artifact - kola testiso -S --output-dir ${ARTIFACT_DIR:-/tmp}/kola-testiso --extend-timeout-percentage 100 + kola testiso -S --output-dir ${ARTIFACT_DIR:-/tmp}/kola-testiso --denylist-test iso-offline-install-iscsi* } # Ensure that we can create all platform images for COSA CI @@ -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