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
+13
View File
@@ -99,6 +99,19 @@ jobs:
sgl_kernel:
- "sgl-kernel/**"
- ".github/workflows/pr-test-amd.yml"
# Exclude non-ROCm platform configs and code
- "!sgl-kernel/pyproject_cpu.toml"
- "!sgl-kernel/pyproject.toml"
- "!sgl-kernel/pyproject_musa.toml"
- "!sgl-kernel/setup_musa.py"
- "!sgl-kernel/csrc/cpu/**"
# Exclude documentation and non-functional files
- "!sgl-kernel/README.md"
- "!sgl-kernel/LICENSE"
- "!sgl-kernel/THIRDPARTYNOTICES.txt"
- "!sgl-kernel/.clang-format"
- "!sgl-kernel/analyze_whl_kernel_sizes.py"
- "!sgl-kernel/rename_wheels.sh"
multimodal_gen:
- "python/sglang/multimodal_gen/**"
- "python/sglang/cli/**"