[AMD][CI] CI: fix AMD 2-GPU multimodal-gen partition-count abort (#34328)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: quitenode <quitenode@users.noreply.github.com>
This commit is contained in:
Michael
2026-08-13 08:32:33 +08:00
committed by GitHub
co-authored by Cursor Agent quitenode
parent 273d978bed
commit bbda7f32b1
6 changed files with 253 additions and 239 deletions
+1 -1
View File
@@ -813,7 +813,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
part: [0, 1, 2] # 3 partitions: 2 parametrized + 1 standalone (single_test_file/test_disagg_server.py)
part: [0, 1, 2] # run_suite.py load-balances the suite's parametrized cases and standalone files over these 3 partitions
runs-on: ${{ format('linux-{0}-2gpu-sglang', inputs.runner_arch || 'mi300') }}
steps:
- name: Checkout code
+1 -1
View File
@@ -803,7 +803,7 @@ jobs:
strategy:
fail-fast: false
matrix:
part: [0, 1, 2] # 3 partitions: 2 parametrized + 1 standalone (single_test_file/test_disagg_server.py)
part: [0, 1, 2] # run_suite.py load-balances the suite's parametrized cases and standalone files over these 3 partitions
runs-on: ${{ format('linux-{0}-2gpu-sglang', inputs.runner_arch || 'mi300') }}
steps:
- name: Checkout code