Skip to content

ci: route Linux CI to in-home ARC runner (GMF_LINUX_RUNNER)#13

Open
hartsock wants to merge 1 commit into
mainfrom
ci/route-linux-ci-to-arc
Open

ci: route Linux CI to in-home ARC runner (GMF_LINUX_RUNNER)#13
hartsock wants to merge 1 commit into
mainfrom
ci/route-linux-ci-to-arc

Conversation

@hartsock

Copy link
Copy Markdown
Member

Routes non-release Linux jobs in safety-gate.yml to the org self-hosted ARC runners via ${{ vars.GMF_LINUX_RUNNER || 'ubuntu-latest' }}.

All three jobs (secrets-scan, forbidden-patterns, rust-checks) previously pinned to ubuntu-latest now prefer the in-home ARC runner (label gmf-k3s) when the org variable GMF_LINUX_RUNNER is set, and fall back to GitHub-hosted ubuntu-latest when it is unset.

  • Unset the org var to fall back to hosted with no further changes.
  • This is not a release/publish/deploy workflow, so all jobs are eligible.
  • macOS/Windows/ARM/matrix/self-hosted jobs (none present here) stay hosted.

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