[AMD] Fix CI and add retry logic for git clone timeout (#15663)

Co-authored-by: Bingxu Chen <bingxche@amd.com>
This commit is contained in:
yctseng0211
2026-01-05 12:37:52 -08:00
committed by GitHub
co-authored by Bingxu Chen
parent 1751c75b5d
commit c371df2f25
2 changed files with 40 additions and 3 deletions
+2 -2
View File
@@ -182,7 +182,7 @@ jobs:
- name: Run test
timeout-minutes: 10
run: |
docker exec -w /sglang-checkout/test ci_sglang python3 run_suite.py --hw amd --suite stage-a-test-1
bash scripts/ci/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite stage-a-test-1
stage-b-test-small-1-gpu-amd:
needs: [check-changes, stage-a-test-1-amd]
@@ -222,7 +222,7 @@ jobs:
- name: Run test
timeout-minutes: 30
run: |
docker exec -w /sglang-checkout/test ci_sglang python3 run_suite.py --hw amd --suite stage-b-test-small-1-gpu --auto-partition-id ${{ matrix.part }} --auto-partition-size 4
bash scripts/ci/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite stage-b-test-small-1-gpu --auto-partition-id ${{ matrix.part }} --auto-partition-size 4
multimodal-gen-test-1-gpu-amd:
needs: [check-changes]