From ae794fae0ab914195c1a37d28370f4247ba0d2c7 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 12 Nov 2024 10:34:25 +0100 Subject: [PATCH] :robot: Increase the UKI VM resources It looks like during upgrade the resources for the VM can be exhausted which kills the machine in the middle. Now that we are running the UKI tests in our own workers we can increase a bit the minimun resources for the test VMs. This patch increases the memory to 6Gb from 4gb and the CPU from 2 to 4 Signed-off-by: Itxaka --- .github/workflows/reusable-uki-test.yaml | 4 ++-- .github/workflows/uki.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-uki-test.yaml b/.github/workflows/reusable-uki-test.yaml index 1ac9a535b..9c02db659 100644 --- a/.github/workflows/reusable-uki-test.yaml +++ b/.github/workflows/reusable-uki-test.yaml @@ -116,8 +116,8 @@ jobs: env: USE_QEMU: true KVM: true - MEMORY: 4000 - CPUS: 2 + MEMORY: 6000 + CPUS: 4 FIRMWARE: /usr/share/OVMF/OVMF_CODE.fd EMULATE_TPM: true UKI_TEST: true diff --git a/.github/workflows/uki.yaml b/.github/workflows/uki.yaml index 27d46a6a7..856a99722 100644 --- a/.github/workflows/uki.yaml +++ b/.github/workflows/uki.yaml @@ -56,3 +56,4 @@ jobs: flavor: ${{ matrix.flavor }} flavor_release: ${{ matrix.flavor_release }} variant: ${{ matrix.variant }} + k3s_version: ${{ matrix.k3s_version }}