Rename the last step in pr-test.yml as pr-test-finish (#8486)
This commit is contained in:
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@@ -1,7 +1,7 @@
|
|||||||
.github @merrymercy @zhyncs
|
.github @merrymercy @zhyncs
|
||||||
/docker @zhyncs @HaiShaw @ByronHsu
|
/docker @zhyncs @HaiShaw @ByronHsu
|
||||||
/python/pyproject.toml @merrymercy @zhyncs
|
/python/pyproject.toml @merrymercy @zhyncs
|
||||||
/python/sglang/* @merrymercy @Ying1123 @zhyncs @hnyls2002
|
/python/sglang/* @merrymercy @Ying1123 @zhyncs @hnyls2002
|
||||||
/python/sglang/srt/constrained @hnyls2002
|
/python/sglang/srt/constrained @hnyls2002
|
||||||
/python/sglang/srt/disaggregation @ByronHsu @hnyls2002
|
/python/sglang/srt/disaggregation @ByronHsu @hnyls2002
|
||||||
/python/sglang/srt/distributed @yizhang2077
|
/python/sglang/srt/distributed @yizhang2077
|
||||||
|
|||||||
2
.github/workflows/pr-test.yml
vendored
2
.github/workflows/pr-test.yml
vendored
@@ -352,7 +352,7 @@ jobs:
|
|||||||
cd test/srt
|
cd test/srt
|
||||||
python3 run_suite.py --suite per-commit-8-gpu-deepep
|
python3 run_suite.py --suite per-commit-8-gpu-deepep
|
||||||
|
|
||||||
finish:
|
pr-test-finish:
|
||||||
if: always()
|
if: always()
|
||||||
needs: [
|
needs: [
|
||||||
unit-test-frontend, unit-test-backend-1-gpu, unit-test-backend-2-gpu, unit-test-backend-4-gpu,
|
unit-test-frontend, unit-test-backend-1-gpu, unit-test-backend-2-gpu, unit-test-backend-4-gpu,
|
||||||
|
|||||||
Reference in New Issue
Block a user