Commit 5d83ebe
ci: pin KAS validate/summary jobs to Linux self-hosted runner
Bare `runs-on: self-hosted` also matches the org's macOS Hackintosh
runners. When the container-based "Validate Yocto Layers" job lands
there it fails in ~6s with `docker: command not found` (macOS runners
have no Docker), producing a persistent red check on every PR.
Pin both jobs to `[self-hosted, Linux, X64]` so they only run on the
Linux runner (github-runner), which has Docker for the linux/amd64
yocto-ci-build container.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent e6202ac commit 5d83ebe
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
170 | | - | |
| 173 | + | |
171 | 174 | | |
172 | 175 | | |
173 | 176 | | |
| |||
0 commit comments