Skip to content

Commit

Permalink
🤖 Increase the UKI VM resources (#2993)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Nov 12, 2024
1 parent 965a898 commit 5635434
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 5635434

Please sign in to comment.