ci: skip storage scsi, nvme tests in github qemu ci

These tests are problematic in github qemu tests, and that
functionality (scsi, anyway) in the testing farm integration
tests.

Yes, we should have a way to provide tags on a per-role basis . . .

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson
2025-04-22 15:50:34 -06:00
committed by Richard Megginson
parent a8418ce31a
commit 8f1d3c79d6
@@ -86,7 +86,7 @@ jobs:
if: steps.check_platform.outputs.supported
run: >-
tox -e ${{ matrix.scenario.env }} -- --image-name ${{ matrix.scenario.image }} --make-batch
--log-level=debug --skip-tags tests::infiniband --
--log-level=debug --skip-tags tests::infiniband,tests::nvme,tests::scsi --
- name: Test result summary
if: steps.check_platform.outputs.supported && always()