diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index c0a6cd56bb71..df1b0bed4744 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -99,19 +99,6 @@ 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/**" diff --git a/.github/workflows/pr-test-xeon.yml b/.github/workflows/pr-test-xeon.yml index aa093e933131..021a1308593c 100644 --- a/.github/workflows/pr-test-xeon.yml +++ b/.github/workflows/pr-test-xeon.yml @@ -58,12 +58,7 @@ jobs: - "python/sglang/!(multimodal_gen)/**" - "python/pyproject_cpu.toml" - "test/**" - # 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/**" + - "sgl-kernel/**" - ".github/workflows/pr-test-xeon.yml" - "docker/xeon.Dockerfile" diff --git a/.github/workflows/pr-test-xpu.yml b/.github/workflows/pr-test-xpu.yml index b1bc41c00a6e..38b89762a75a 100644 --- a/.github/workflows/pr-test-xpu.yml +++ b/.github/workflows/pr-test-xpu.yml @@ -58,20 +58,6 @@ jobs: - "python/pyproject_xpu.toml" - "test/**" - "sgl-kernel/**" - # Exclude non-XPU platform configs and code - - "!sgl-kernel/pyproject_cpu.toml" - - "!sgl-kernel/pyproject_rocm.toml" - - "!sgl-kernel/pyproject_musa.toml" - - "!sgl-kernel/setup_rocm.py" - - "!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" - ".github/workflows/pr-test-xpu.yml" - "docker/xpu.Dockerfile" diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index eae704cdeb3f..2b0ddb8b9bf9 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -122,20 +122,6 @@ jobs: - ".github/workflows/pr-test.yml" sgl_kernel: - "sgl-kernel/**" - # Exclude non-CUDA platform configs and code - - "!sgl-kernel/pyproject_cpu.toml" - - "!sgl-kernel/pyproject_rocm.toml" - - "!sgl-kernel/pyproject_musa.toml" - - "!sgl-kernel/setup_rocm.py" - - "!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" jit_kernel: - "python/sglang/jit_kernel/**" - "python/pyproject.toml"