Skip to content

Commit

Permalink
🤖 Increase the UKI VM resources
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Itxaka committed Nov 12, 2024
1 parent 965a898 commit ae794fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-uki-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/uki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ jobs:
flavor: ${{ matrix.flavor }}
flavor_release: ${{ matrix.flavor_release }}
variant: ${{ matrix.variant }}
k3s_version: ${{ matrix.k3s_version }}

0 comments on commit ae794fa

Please sign in to comment.