mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 14:58:16 +00:00
tests: Only run docker tests with one VMM
Docker tests have been broken for a while and should be removed if we cannot maintain those. For now, though, let's limit it to run only with one hypervisor and avoid wasting resources for no reason. Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
3
.github/workflows/basic-ci-amd64.yaml
vendored
3
.github/workflows/basic-ci-amd64.yaml
vendored
@@ -281,10 +281,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
vmm:
|
||||
- clh
|
||||
- qemu
|
||||
- dragonball
|
||||
- cloud-hypervisor
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
KATA_HYPERVISOR: ${{ matrix.vmm }}
|
||||
|
Reference in New Issue
Block a user