[Refactor] [CI] Remove redundant CI test runs (#17217)

This commit is contained in:
Makcum888e
2026-01-16 20:52:06 +03:00
committed by GitHub
parent b4fce9955a
commit 3e968ab369
5 changed files with 10 additions and 8 deletions

View File

@@ -90,7 +90,8 @@ jobs:
filters: |
main_package:
- "python/sglang/!(multimodal_gen)/**"
- "python/*.toml"
- "python/pyproject_rocm.toml"
- "python/pyproject_other.toml"
- "scripts/ci/**"
- "test/**"
- ".github/workflows/pr-test-amd.yml"
@@ -99,7 +100,8 @@ jobs:
multimodal_gen:
- "python/sglang/multimodal_gen/**"
- "python/sglang/cli/**"
- "python/*.toml"
- "python/pyproject_rocm.toml"
- "python/pyproject_other.toml"
# =============================================== sgl-kernel ====================================================
sgl-kernel-unit-test-amd:

View File

@@ -56,7 +56,7 @@ jobs:
filters: |
main_package:
- "python/sglang/!(multimodal_gen)/**"
- "python/*.toml"
- "python/pyproject_other.toml"
- "scripts/ci/npu_ci_install_dependency.sh"
- "test/srt/ascend/**"
- ".github/workflows/pr-test-npu.yml"

View File

@@ -56,7 +56,7 @@ jobs:
filters: |
main_package:
- "python/sglang/!(multimodal_gen)/**"
- "python/*.toml"
- "python/pyproject_cpu.toml"
- "scripts/ci/**"
- "test/**"
- "sgl-kernel/**"

View File

@@ -55,7 +55,7 @@ jobs:
filters: |
main_package:
- "python/sglang/!(multimodal_gen)/**"
- "python/*.toml"
- "python/pyproject_xpu.toml"
- "scripts/ci/**"
- "test/**"
- "sgl-kernel/**"

View File

@@ -94,7 +94,7 @@ jobs:
filters: |
main_package:
- "python/sglang/!(multimodal_gen)/**"
- "python/*.toml"
- "python/pyproject.toml"
- "scripts/ci/**"
- "test/**"
- ".github/workflows/pr-test.yml"
@@ -102,12 +102,12 @@ jobs:
- "sgl-kernel/**"
jit_kernel:
- "python/sglang/jit_kernel/**"
- "python/*.toml"
- "python/pyproject.toml"
- ".github/workflows/pr-test.yml"
multimodal_gen:
- "python/sglang/multimodal_gen/**"
- "python/sglang/cli/**"
- "python/*.toml"
- "python/pyproject.toml"
- ".github/workflows/pr-test.yml"
- name: Set max-parallel based on run type