Skip to content

Commit

Permalink
Disable the iscsi test on other arches than x86
Browse files Browse the repository at this point in the history
Nested virt does not work through cosa
ref coreos/fedora-coreos-tracker#1657
  • Loading branch information
jbtrystram committed Jan 30, 2024
1 parent 47a052b commit 27a4712
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions mantle/cmd/kola/testiso.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ var (
"miniso-install.s390fw",
"miniso-install.nm.s390fw",
"miniso-install.4k.nm.s390fw",
"iso-offline-install-iscsi.bios",
// FIXME https://github.com/coreos/fedora-coreos-tracker/issues/1657
//"iso-offline-install-iscsi.bios",
}
tests_ppc64le = []string{
"iso-live-login.ppcfw",
Expand All @@ -124,7 +125,8 @@ var (
"miniso-install.4k.nm.ppcfw",
"pxe-online-install.ppcfw",
"pxe-offline-install.4k.ppcfw",
"iso-offline-install-iscsi.bios",
// FIXME https://github.com/coreos/fedora-coreos-tracker/issues/1657
//"iso-offline-install-iscsi.bios",
}
tests_aarch64 = []string{
"iso-live-login.uefi",
Expand All @@ -140,7 +142,8 @@ var (
"pxe-offline-install.4k.uefi",
"pxe-online-install.uefi",
"pxe-online-install.4k.uefi",
"iso-offline-install-iscsi.bios",
// FIXME https://github.com/coreos/fedora-coreos-tracker/issues/1657
//"iso-offline-install-iscsi.bios",
}
)

Expand Down

0 comments on commit 27a4712

Please sign in to comment.