Skip to content

Commit

Permalink
Require yocto runners with more memory for QEMU tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Dec 3, 2024
1 parent 488653a commit 05dad1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generic-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
"test_suite": ["os","cloud","hup"],
"environment": ["balena-cloud.com"],
"worker_type": ["qemu"],
"runs_on": [["self-hosted", "X64", "kvm"]],
"runs_on": [["self-hosted", "X64", "kvm", "yocto"]],
"secure_boot": ["sb",""]
}

0 comments on commit 05dad1d

Please sign in to comment.