Add multi-GPU configurations to nightly-test.yml (#12585)

This commit is contained in:
alisonshao
2025-11-04 16:46:30 -08:00
committed by GitHub
parent d22d044734
commit fb9582c4e1
2 changed files with 80 additions and 1 deletions

View File

@@ -103,6 +103,11 @@ class SGLangCIAnalyzer:
"nightly": [
"nightly-test-perf-text-models",
"nightly-test-eval-text-models",
"nightly-test-1-gpu",
"nightly-test-4-gpu",
"nightly-test-8-gpu-h200",
"nightly-test-8-gpu-h20",
"nightly-test-4-gpu-b200",
],
"integration": [
"run-all-notebooks",
@@ -190,6 +195,10 @@ class SGLangCIAnalyzer:
"nightly-test-eval-vlms",
"nightly-test-perf-vlms",
"nightly-test-1-gpu",
"nightly-test-4-gpu",
"nightly-test-8-gpu-h200",
"nightly-test-8-gpu-h20",
"nightly-test-4-gpu-b200",
]
if job_name in target_jobs: