Skip to content

Commit

Permalink
Merge pull request #1461 from jbtrystram/remove-iscsi-denylist
Browse files Browse the repository at this point in the history
COS-2748: denylist: enable iscsi iso-offline-install-iscsi.bios
  • Loading branch information
openshift-merge-bot[bot] authored Apr 23, 2024
2 parents b1b5bd9 + d12d116 commit 975baa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/prow-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,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
Expand Down
6 changes: 4 additions & 2 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,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

0 comments on commit 975baa5

Please sign in to comment.