Skip to content

Commit f2af39c

Browse files
committed
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 <[email protected]>
1 parent 1ac800d commit f2af39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qemu-kvm-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: steps.check_platform.outputs.supported
8787
run: >-
8888
tox -e ${{ matrix.scenario.env }} -- --image-name ${{ matrix.scenario.image }} --make-batch
89-
--log-level=debug --skip-tags tests::infiniband --
89+
--log-level=debug --skip-tags tests::infiniband,tests::nvme,tests::scsi --
9090
9191
- name: Test result summary
9292
if: steps.check_platform.outputs.supported && always()

0 commit comments

Comments
 (0)