Once sglang tests move to their own workflow, we need scheduled wrappers to run them automatically (like vLLM's per-arch wrappers: twice weekly Thu + Sun, with concurrency). Two thin files calling sglang-tests-reusable.yml:
- sglang-tests-pvc.yml → runner_label: max1550 (keeps today's scheduled run)
- sglang-tests-bmg.yml → runner_label: b580, skip_list: xe2 (new - no BMG coverage today)
BMG also needs scripts/skiplist/xe2/sglang.txt, since skip_list: xe2 does nothing without it.
Depends on #7640. PVC must land before we delete sglang from third-party-tests (#7641).
Once sglang tests move to their own workflow, we need scheduled wrappers to run them automatically (like vLLM's per-arch wrappers: twice weekly Thu + Sun, with concurrency). Two thin files calling sglang-tests-reusable.yml:
BMG also needs scripts/skiplist/xe2/sglang.txt, since skip_list: xe2 does nothing without it.
Depends on #7640. PVC must land before we delete sglang from third-party-tests (#7641).