ci: k8s: devmapper: 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>
This commit is contained in:
Fabiano Fidêncio 2023-09-15 00:27:05 +02:00
parent 1daf02f5d4
commit fb24fb0dc1

View File

@ -35,7 +35,7 @@ jobs:
- devmapper
k8s:
- k3s
runs-on: garm-ubuntu-2004
runs-on: garm-ubuntu-2004-smaller
env:
DOCKER_REGISTRY: ${{ inputs.registry }}
DOCKER_REPO: ${{ inputs.repo }}