[CI] Fix AMD CI to exclude multimodal_gen from main_package filter (#15558)
This commit is contained in:
@@ -49,7 +49,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
main_package:
|
main_package:
|
||||||
- "python/**"
|
- "python/sglang/!(multimodal_gen)/**"
|
||||||
|
- "python/*.toml"
|
||||||
- "scripts/ci/**"
|
- "scripts/ci/**"
|
||||||
- "test/**"
|
- "test/**"
|
||||||
- ".github/workflows/pr-test-amd.yml"
|
- ".github/workflows/pr-test-amd.yml"
|
||||||
@@ -59,7 +60,6 @@ jobs:
|
|||||||
- "python/sglang/multimodal_gen/**"
|
- "python/sglang/multimodal_gen/**"
|
||||||
- "python/sglang/cli/**"
|
- "python/sglang/cli/**"
|
||||||
- "python/*.toml"
|
- "python/*.toml"
|
||||||
- ".github/workflows/pr-test-amd.yml"
|
|
||||||
|
|
||||||
# =============================================== sgl-kernel ====================================================
|
# =============================================== sgl-kernel ====================================================
|
||||||
sgl-kernel-unit-test-amd:
|
sgl-kernel-unit-test-amd:
|
||||||
|
|||||||
Reference in New Issue
Block a user