[CI] Share VLM engines and prune launch matrices on the per-commit H100/H200 suites (#33944)

This commit is contained in:
Liangsheng Yin
2026-08-07 01:22:22 -07:00
committed by GitHub
parent 3ed2a0adf3
commit 7395ee833e
19 changed files with 134 additions and 73 deletions
@@ -28,7 +28,7 @@ from sglang.test.test_utils import (
)
# CI Registration
register_cuda_ci(est_time=240, stage="base-b", runner_config="1-gpu-large")
register_cuda_ci(est_time=100, stage="base-b", runner_config="1-gpu-large")
STDOUT_FILENAME = "post_capture_kv_sizing_stdout.log"
STDERR_FILENAME = "post_capture_kv_sizing_stderr.log"
@@ -88,7 +88,7 @@ class TestPostCaptureKVSizing(CustomTestCase):
base_url=self.base_url,
model=self.model,
eval_name="gsm8k",
num_examples=500,
num_examples=200,
num_threads=1024,
)
metrics = run_eval(args)