ci: nerdctl: 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 e60d81f554)
This commit is contained in:
Fabiano Fidêncio 2023-09-14 22:39:13 +02:00
parent 301edcb92e
commit 03857041e4

View File

@ -25,7 +25,7 @@ jobs:
- clh - clh
- dragonball - dragonball
- 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: