Skip to content

Commit

Permalink
Force QEMU secure boot tests to AX161 hardware
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Dec 27, 2024
1 parent 488653a commit 3f604a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generic-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ jobs:
# Sign image for secure boot
sign-image: true
# Use QEMU workers for testing and run cloud suite against balenaCloud production
# Pin to AX161 workers for QEMU secure boot testing.
test_matrix: >
{
"test_suite": ["os","cloud","hup"],
"environment": ["balena-cloud.com"],
"worker_type": ["qemu"],
"runs_on": [["self-hosted", "X64", "kvm"]],
"runs_on": [["self-hosted", "X64", "kvm", "board:Pro_WS_665-ACE"]],
"secure_boot": ["sb",""]
}

0 comments on commit 3f604a6

Please sign in to comment.