Balance CI tests (#2162)

This commit is contained in:
Lianmin Zheng
2024-11-24 07:38:52 -08:00
committed by GitHub
parent 731146f6cb
commit fe5d3e818f

View File

@@ -50,7 +50,7 @@ jobs:
timeout-minutes: 25
run: |
cd test/srt
python3 run_suite.py --suite minimal --range-begin 0 --range-end 7
python3 run_suite.py --suite minimal --range-begin 0 --range-end 5
unit-test-backend-part-2:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
@@ -67,7 +67,7 @@ jobs:
timeout-minutes: 25
run: |
cd test/srt
python3 run_suite.py --suite minimal --range-begin 7 --range-end 14
python3 run_suite.py --suite minimal --range-begin 5 --range-end 14
unit-test-backend-part-3:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'