[CI] Add more multi-gpu tests (#1280)

This commit is contained in:
Lianmin Zheng
2024-09-01 00:27:25 -07:00
committed by GitHub
parent d134c139a1
commit 1b5d56f7f8
11 changed files with 271 additions and 128 deletions

View File

@@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true
jobs:
unit-test-jobs:
run-test:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: 1-gpu-runner
strategy:
@@ -48,9 +48,9 @@ jobs:
python3 run_suite.py --suite minimal --range-begin 8
fi
unit-test:
needs: unit-test-jobs
finish:
needs: [run-test]
runs-on: ubuntu-latest
steps:
- name: Merge step
run: echo "This is an empty merge step"
- name: Finish
run: echo "This is an empty step to ensure that all jobs are completed."