coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
330 stars 165 forks source link

tests/basic: only run basic.nvme on x86_64 and aarch64 #3782

Closed jlebon closed 2 months ago

jlebon commented 2 months ago

The original --basic-qemu-scenarios only ran it on x86_64. In testing, it seems to work at least in aarch64 so we might as well test it. On s390x, it seems like QEMU doesn't support it. On ppc64le, the bootloader complains it's "Not a bootable device!".

Follow-up to 6775ab126 ("mantle/kola: copy basic tests into formal kola workflow") and 2f8a427b5 ("tests/basic: fix basic tests on multi-arch").