[AMD] Relaxing Timeout for AMD stage-a (#25978)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Bingxu Chen <Bingxu.Chen@amd.com>
Co-authored-by: bingxche <bingxche@amd.com>
This commit is contained in:
YC Yen-Ching Tseng
2026-05-21 17:32:51 +08:00
committed by GitHub
co-authored by Cursor Agent Bingxu Chen bingxche
parent f66881f03c
commit 8562d5ae94
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -310,7 +310,7 @@ jobs:
run: | run: |
bash scripts/ci/amd/amd_ci_install_dependency.sh bash scripts/ci/amd/amd_ci_install_dependency.sh
- name: Run test - name: Run test
timeout-minutes: 10 timeout-minutes: 15
run: | run: |
bash scripts/ci/amd/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite stage-a-test-1-gpu-small-amd ${{ needs.check-changes.outputs.continue_on_error == 'true' && '--continue-on-error' || '' }} bash scripts/ci/amd/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite stage-a-test-1-gpu-small-amd ${{ needs.check-changes.outputs.continue_on_error == 'true' && '--continue-on-error' || '' }}
@@ -559,7 +559,6 @@ jobs:
) )
strategy: strategy:
fail-fast: false fail-fast: false
max-parallel: 1 # Run one at a time to avoid eviction from resource exhaustion during AITER kernel JIT
matrix: matrix:
runner: [linux-mi325-1gpu-sglang] runner: [linux-mi325-1gpu-sglang]
part: [0, 1, 2, 3] part: [0, 1, 2, 3]
@@ -700,7 +699,6 @@ jobs:
) )
strategy: strategy:
fail-fast: false fail-fast: false
max-parallel: 1 # Run one at a time to avoid eviction from resource exhaustion during AITER kernel JIT
matrix: matrix:
runner: [linux-mi325-2gpu-sglang] runner: [linux-mi325-2gpu-sglang]
part: [0, 1, 2] # 3 partitions: 2 parametrized + 1 standalone (test_disagg_server.py) part: [0, 1, 2] # 3 partitions: 2 parametrized + 1 standalone (test_disagg_server.py)
+1 -1
View File
@@ -321,7 +321,7 @@ jobs:
bash scripts/ci/amd/amd_ci_install_dependency.sh bash scripts/ci/amd/amd_ci_install_dependency.sh
- name: Run test - name: Run test
timeout-minutes: 10 timeout-minutes: 15
run: | run: |
bash scripts/ci/amd/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite stage-a-test-1-gpu-small-amd ${{ needs.check-changes.outputs.continue_on_error == 'true' && '--continue-on-error' || '' }} bash scripts/ci/amd/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite stage-a-test-1-gpu-small-amd ${{ needs.check-changes.outputs.continue_on_error == 'true' && '--continue-on-error' || '' }}