Skip to content

ci: pin KAS validate/summary jobs to Linux self-hosted runner#43

Merged
ajlennon merged 1 commit into
mainfrom
ci/pin-validate-linux-runner
Jul 20, 2026
Merged

ci: pin KAS validate/summary jobs to Linux self-hosted runner#43
ajlennon merged 1 commit into
mainfrom
ci/pin-validate-linux-runner

Conversation

@ajlennon

Copy link
Copy Markdown
Member

Summary

Test plan

  • This PR's own KAS Build CI run schedules Validate Yocto Layers on the Linux runner (not macOS) and the Docker container starts.
  • Validation Summary runs and passes.

Made with Cursor

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>
@ajlennon
ajlennon merged commit 04ba3b5 into main Jul 20, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant