Local CI Runners¶
Foundry routes trusted Linux jobs to
PitCrew using its default
general-purpose profile:
Provision repository-scoped capacity from a PitCrew checkout:
The workflow uses the CI_RUNNER repository variable as PitCrew's manual
cloud fallback. Leave it unset for local ephemeral runners, or set it to
ubuntu-latest to route Linux jobs to GitHub-hosted runners.
Pull requests from forks always use ubuntu-latest; untrusted code must never
run on self-hosted infrastructure.
PitCrew workers are socketless Linux containers. Workloads requiring Docker, service containers, Testcontainers, Windows, or macOS must remain on an appropriate hosted or isolated runner profile.