From 8f1d3c79d623c97182053d8558495e6c5e40f77b Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 22 Apr 2025 15:44:41 -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()