You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Buildkite backend integration and pre-built image support
Backend integration:
- Register BuildkiteLauncher in create_backend() when BUILDKITE_API_TOKEN is set
- Add BUILDKITE_API_TOKEN, BUILDKITE_ORG, BUILDKITE_PIPELINE env vars
- Results now flow to database same as GitHub/Modal
Pre-built Docker image for fast cold starts:
- Add Dockerfile with all dependencies pre-installed
- Add build-image.sh script for local image building
- Add pipeline-fast.yml for using pre-built image (~5s vs ~40s cold start)
- Update setup-node-simple.sh with BUILD_IMAGE=true option
Update skills doc with operational model for both approaches
0 commit comments