From 301edcb92e75c90729a40d2cb830cd79fd9af494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 14 Sep 2023 22:38:48 +0200 Subject: [PATCH] ci: docker: Use a smaller / cheaper VM instance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 4db416997c2d1591b300ee973f1e99e39cca4bd1) --- .github/workflows/run-docker-tests-on-garm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-docker-tests-on-garm.yaml b/.github/workflows/run-docker-tests-on-garm.yaml index abb6b03547..ea90759fa2 100644 --- a/.github/workflows/run-docker-tests-on-garm.yaml +++ b/.github/workflows/run-docker-tests-on-garm.yaml @@ -24,7 +24,7 @@ jobs: vmm: - clh - qemu - runs-on: garm-ubuntu-2304 + runs-on: garm-ubuntu-2304-smaller env: KATA_HYPERVISOR: ${{ matrix.vmm }} steps: