From dbe4af87fa65bf1af08c1fb2d52e7886038a1a2b Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 22 Apr 2025 15:44:57 -0600 Subject: [PATCH] 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 --- .github/workflows/qemu-kvm-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qemu-kvm-integration-tests.yml b/.github/workflows/qemu-kvm-integration-tests.yml index 60e43cd..ab0c69f 100644 --- a/.github/workflows/qemu-kvm-integration-tests.yml +++ b/.github/workflows/qemu-kvm-integration-tests.yml @@ -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()