Add job-level timeout for weekly test workflow (#17462)
This commit is contained in:
3
.github/workflows/weekly-test-nvidia.yml
vendored
3
.github/workflows/weekly-test-nvidia.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user