diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 805fea4d3..2e048e54d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,7 @@ .github @merrymercy @zhyncs /docker @zhyncs @HaiShaw @ByronHsu /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/disaggregation @ByronHsu @hnyls2002 /python/sglang/srt/distributed @yizhang2077 diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index c19d9d068..4f6540102 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -352,7 +352,7 @@ jobs: cd test/srt python3 run_suite.py --suite per-commit-8-gpu-deepep - finish: + pr-test-finish: if: always() needs: [ unit-test-frontend, unit-test-backend-1-gpu, unit-test-backend-2-gpu, unit-test-backend-4-gpu,