Improve Per Commit Test job filtering for sglang-kernel (#18054)

This commit is contained in:
Kangyan-Zhou
2026-02-01 21:15:23 -08:00
committed by GitHub
parent f1824a957b
commit cd31540fd7
4 changed files with 47 additions and 1 deletions
+6 -1
View File
@@ -58,7 +58,12 @@ jobs:
- "python/sglang/!(multimodal_gen)/**"
- "python/pyproject_cpu.toml"
- "test/**"
- "sgl-kernel/**"
# Only trigger on CPU-specific sgl-kernel changes
- "sgl-kernel/pyproject_cpu.toml"
- "sgl-kernel/csrc/cpu/**"
- "sgl-kernel/python/**"
- "sgl-kernel/include/**"
- "sgl-kernel/tests/**"
- ".github/workflows/pr-test-xeon.yml"
- "docker/xeon.Dockerfile"