Skip to content

Commit

Permalink
Denylist: enable iscsi test but skip prow
Browse files Browse the repository at this point in the history
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 openshift#1492
See coreos/coreos-assembler#3705
  • Loading branch information
jbtrystram committed Apr 22, 2024
1 parent 28e7fc9 commit d0ea1a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ci/prow-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 4 additions & 0 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0ea1a9

Please sign in to comment.