Add job-level timeout for weekly test workflow (#17462)
This commit is contained in:
@@ -28,6 +28,7 @@ jobs:
|
|||||||
weekly-test-8-gpu-h200:
|
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')
|
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
|
runs-on: 8-gpu-h200
|
||||||
|
timeout-minutes: 120
|
||||||
env:
|
env:
|
||||||
RUNNER_LABELS: 8-gpu-h200
|
RUNNER_LABELS: 8-gpu-h200
|
||||||
steps:
|
steps:
|
||||||
@@ -45,4 +46,4 @@ jobs:
|
|||||||
IS_H200: "1"
|
IS_H200: "1"
|
||||||
run: |
|
run: |
|
||||||
cd test
|
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