[CI] Restore SMG e2e on 2-gpu-h100 / 4-gpu-h100 runners (#24222)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kangyan-Zhou
2026-05-01 23:55:20 -07:00
committed by GitHub
co-authored by Claude Opus 4.7
parent b939d5410f
commit 2e72a36420
16 changed files with 610 additions and 383 deletions
@@ -21,6 +21,11 @@ class TestPDPerf:
"e2e_latency_mean_max": 16,
"input_throughput_mean_min": 350,
"output_throughput_mean_min": 18,
"gpu_util_p50_min": 99,
# gpu_util_p50_min intentionally omitted: the new 4-gpu-h100
# runner produces only ~11-14 GPU-util samples per run and
# the median routinely lands at 0% even when mean is 17-50%
# (PD test pattern is bursty). Throughput/latency floors
# still validate end-to-end perf; recalibrate once the
# bench window is longer.
},
)