Home

madison / open-git

public
Overview Code History Branches Pull requestsIssuesInsights Campfire Docs
main
HomeOverview Code PRsIssues

feat(ci): run managed jobs on Freestyle VMs

last month

fe0597d
Authored
Madison7/30/2026, 12:30:27 AM
Split the executor into Docker (self-hosted) and Freestyle (managed) runtimes, and add smoke/snapshot helpers for the managed path.

Parent1d8c8ac

9 files changed
  • apps/managed-runner/src/index.ts+114−19
  • apps/web/scripts/build-ci-freestyle-snapshot.ts+95−0
  • apps/web/scripts/freestyle-ci-smoke.ts+177−0
  • packages/ci-runner-executor/package.json+2−1
  • packages/ci-runner-executor/src/docker-runtime.ts+149−0
  • packages/ci-runner-executor/src/freestyle-runtime.ts+392−0
  • packages/ci-runner-executor/src/index.ts+204−200
  • packages/ci-runner-executor/src/runtime.ts+56−0
  • pnpm-lock.yaml+5−5