Skip to content

Commit deda169

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 <rmeggins@redhat.com>
1 parent 56105b7 commit deda169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)