mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-09 05:13:49 +00:00
ci: docker: Use a smaller / cheaper VM instance
We don't need to run on a D4s_v5. as those tests are not CPU / memory
intense. With this is mind, let's use a smaller version of the
instance, the D2s_v5 one.
Fixes: #7958
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit 4db416997c
)
This commit is contained in:
parent
594fcdce56
commit
301edcb92e
@ -24,7 +24,7 @@ jobs:
|
|||||||
vmm:
|
vmm:
|
||||||
- clh
|
- clh
|
||||||
- qemu
|
- qemu
|
||||||
runs-on: garm-ubuntu-2304
|
runs-on: garm-ubuntu-2304-smaller
|
||||||
env:
|
env:
|
||||||
KATA_HYPERVISOR: ${{ matrix.vmm }}
|
KATA_HYPERVISOR: ${{ matrix.vmm }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user