ci-workflow-guide
Installation
SKILL.md
SGLang CI Workflow Orchestration Guide
This skill covers the CI infrastructure layer — how tests are dispatched, gated, and fast-failed across stages. For test authoring (templates, fixtures, registration, model selection), see the write-sglang-test skill.
Naming Conventions
- Suite:
base-{a,b,c}-test-{gpu_count}-gpu-{hardware}(e.g.,base-b-test-1-gpu-small) - Test group: Directory-level registered test group under
test/registered/(e.g.,hicachemaps totest/registered/hicache/test_*.py) - CI runner:
{gpu_count}-gpu-{hardware}(e.g.,1-gpu-5090,4-gpu-h100,8-gpu-h200)