Skip to content

Commit

Permalink
github/workflows: Add yocto label to runs_on
Browse files Browse the repository at this point in the history
... to allow for more powerfull runners to be used.

Change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
  • Loading branch information
acostach committed Dec 10, 2024
1 parent 19e3099 commit e0d474c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generic-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ 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"]]
}
2 changes: 1 addition & 1 deletion .github/workflows/generic-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ 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"]]
}
2 changes: 1 addition & 1 deletion .github/workflows/genericx86-64-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ 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"]]
}

0 comments on commit e0d474c

Please sign in to comment.