From d40cef5a7bbe6b58068b45743ddec0499fe12a1e 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 | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ci/prow-entrypoint.sh b/ci/prow-entrypoint.sh index b4910b92..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 + 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 diff --git a/fedora-coreos-config b/fedora-coreos-config index 67eb1a2b..05669853 160000 --- a/fedora-coreos-config +++ b/fedora-coreos-config @@ -1 +1 @@ -Subproject commit 67eb1a2b61a0dc77712621e865850f1c4f93042d +Subproject commit 0566985301cc7d1c330d02d358099e27e1ccb724 diff --git a/kola-denylist.yaml b/kola-denylist.yaml index 1c9f5c07..ec46744b 100644 --- a/kola-denylist.yaml +++ b/kola-denylist.yaml @@ -55,5 +55,7 @@ osversion: - c9s -- pattern: iso-offline-install-iscsi.bios - tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1638 +# 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