What problem does it solve?
Streamlines SGLang CI workflow orchestration, enabling reliable stage sequencing, gating, and fast-fail debugging to reduce pipeline toil.
Core Features & Use Cases
- Stage ordering and gating: defines the sequence of CI stages, how tests are dispatched, and how failures fast-fail across stages.
- Cross-stage health checks: provides a fast-fail mechanism that surfaces root-cause failures while skipping cascading issues.
- Architecture and references: covers core workflows, actions, and utilities involved in PR and scheduled CI runs.
- Debugging CI failures: explains how to diagnose and resolve pipeline issues, including test partitioning and gating logic.
- Use cases: modify CI workflows, add stages, debug pipeline issues, and understand test dispatch and gating across stages.
Quick Start
Follow this guide to implement a new CI stage by duplicating an existing stage, wiring it into check-changes and wait-for-stage, and validating with a test run.