mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
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:
parent
83c06d562b
commit
dbe4af87fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue