[AMD CI] Add moonshotai/Kimi-K2-Instruct-0905 testcases (#17656)

This commit is contained in:
sogalin
2026-01-26 18:12:34 +08:00
committed by GitHub
parent 5844cb2fd8
commit 738b1ac988
2 changed files with 97 additions and 2 deletions

View File

@@ -657,7 +657,7 @@ jobs:
fail-fast: false
matrix:
runner: [linux-mi35x-gpu-8]
part: [0, 1]
part: [0, 1, 2]
runs-on: ${{matrix.runner}}
steps:
- name: Checkout code
@@ -679,7 +679,7 @@ jobs:
- name: Run test
timeout-minutes: 60
run: |
bash scripts/ci/amd/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite stage-c-test-large-8-gpu-amd-mi35x --auto-partition-id ${{ matrix.part }} --auto-partition-size 2 --timeout-per-file 3600
bash scripts/ci/amd/amd_ci_exec.sh -w "/sglang-checkout/test" python3 run_suite.py --hw amd --suite stage-c-test-large-8-gpu-amd-mi35x --auto-partition-id ${{ matrix.part }} --auto-partition-size 3 --timeout-per-file 3600
stage-b-test-small-1-gpu-performance-amd:
needs: [check-changes, call-gate, stage-a-test-1-amd]