Add job-level timeout for weekly test workflow (#17462)

This commit is contained in:
Alison Shao
2026-01-20 22:45:39 -08:00
committed by GitHub
parent 8251a74d5f
commit 0050c476fd

View File

@@ -28,6 +28,7 @@ jobs:
weekly-test-8-gpu-h200:
if: github.repository == 'sgl-project/sglang' && (inputs.job_filter == '' || inputs.job_filter == 'all' || inputs.job_filter == 'weekly-test-8-gpu-h200')
runs-on: 8-gpu-h200
timeout-minutes: 120
env:
RUNNER_LABELS: 8-gpu-h200
steps:
@@ -45,4 +46,4 @@ jobs:
IS_H200: "1"
run: |
cd test
python3 run_suite.py --hw cuda --suite weekly-8-gpu-h200 --nightly --continue-on-error
python3 run_suite.py --hw cuda --suite weekly-8-gpu-h200 --nightly --continue-on-error --timeout-per-file 7200