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:44:57 -06:00 committed by Richard Megginson
parent 83c06d562b
commit dbe4af87fa

View file

@ -86,7 +86,7 @@ jobs:
if: steps.check_platform.outputs.supported if: steps.check_platform.outputs.supported
run: >- run: >-
tox -e ${{ matrix.scenario.env }} -- --image-name ${{ matrix.scenario.image }} --make-batch 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 - name: Test result summary
if: steps.check_platform.outputs.supported && always() if: steps.check_platform.outputs.supported && always()