ci: prefer self-hosted runners with GitHub-hosted fallback - #13
Merged
Conversation
Wrap elixir/node/python jobs in the self-hosted-preferred pattern: each canonical job now depends on a continue-on-error self-hosted leg and only re-runs on GitHub-hosted runners when the self-hosted leg did not pass. The Node/archgate leg routes to the macOS self-hosted runner (archgate has no linux/arm64 binary). Original check-name contexts (Elixir tests, Node.js tests & ADR check, Python pipeline-runner, All checks passed) are preserved exactly. Part of r3dlex/github-runners-for-repo#12 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Routes
ci.yml(elixir / node / python) to self-hosted runners with automatic GitHub-hosted fallback.needsacontinue-on-errorself-hosted leg and only re-runs the work on GitHub-hosted runners when the self-hosted leg did not pass (outputs.passed != 'true').[self-hosted, macOS]because archgate ships no linux/arm64 binary; Elixir and Python legs run on[self-hosted, ubuntu-latest].Elixir tests,Node.js tests & ADR check,Python pipeline-runner,All checks passed.Part of r3dlex/github-runners-for-repo#12