From 3d043319aa8e307b61b7c91f172acdcd76813ddb Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 10 Nov 2024 11:45:01 -0800 Subject: [PATCH] [CI] Balance unit tests (#1988) --- .github/workflows/pr-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 59a6abece..2785c3a9a 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -84,7 +84,7 @@ jobs: timeout-minutes: 25 run: | cd test/srt - python3 run_suite.py --suite minimal --range-begin 14 --range-end 20 + python3 run_suite.py --suite minimal --range-begin 14 --range-end 21 unit-test-backend-part-4: if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request' @@ -101,7 +101,7 @@ jobs: timeout-minutes: 25 run: | cd test/srt - python3 run_suite.py --suite minimal --range-begin 20 + python3 run_suite.py --suite minimal --range-begin 21 performance-test-1-gpu-part-1: if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'