[AMD] CI - enable test case for amd ci : triton_attention_kernels , torch_compile_moe (#16559)

This commit is contained in:
YC Tseng
2026-01-12 00:06:31 -08:00
committed by GitHub
parent f44c63eef7
commit b1ee75ae7b
5 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ jobs:
- name: Run test
timeout-minutes: 30
run: |
bash scripts/ci/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite stage-b-test-small-1-gpu-amd --auto-partition-id ${{ matrix.part }} --auto-partition-size 12
bash scripts/ci/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite stage-b-test-small-1-gpu-amd --auto-partition-id ${{ matrix.part }} --auto-partition-size 12 --timeout-per-file 1800
stage-b-test-small-1-gpu-amd-mi35x:
needs: [check-changes, stage-a-test-1-amd]