Fix unit test order to balance the tasks in CI (#1665)

This commit is contained in:
Lianmin Zheng
2024-10-14 02:01:44 -07:00
committed by GitHub
parent 061e546313
commit 6790240cc3
3 changed files with 7 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ jobs:
timeout-minutes: 20
run: |
cd test/srt
python3 run_suite.py --suite minimal --range-begin 5 --range-end 15
python3 run_suite.py --suite minimal --range-begin 5 --range-end 16
unit-test-backend-part-3:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
@@ -96,7 +96,7 @@ jobs:
timeout-minutes: 20
run: |
cd test/srt
python3 run_suite.py --suite minimal --range-begin 15
python3 run_suite.py --suite minimal --range-begin 16
performance-test-1-gpu-part-1:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'