From 32b7777f6cefac2f480b35f513eeac10f5ef61fd Mon Sep 17 00:00:00 2001 From: YC Yen-Ching Tseng Date: Sun, 19 Apr 2026 23:16:18 +0800 Subject: [PATCH] [AMD]Fix AMD multimodal-gen-test-2-gpu timeout by adding partition for standalone test (#23130) --- .github/workflows/pr-test-amd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index 0e65b1686..f94623000 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -731,7 +731,7 @@ jobs: max-parallel: 1 # Run one at a time to avoid eviction from resource exhaustion during AITER kernel JIT matrix: runner: [linux-mi325-2gpu-sglang] - part: [0, 1] # 2 partitions: 9 tests รท 2 = ~4-5 tests each + part: [0, 1, 2] # 3 partitions: 2 parametrized + 1 standalone (test_disagg_server.py) runs-on: ${{matrix.runner}} steps: - name: Checkout code @@ -836,7 +836,7 @@ jobs: ci_sglang python3 sglang/multimodal_gen/test/run_suite.py \ --suite 2-gpu \ --partition-id ${{ matrix.part }} \ - --total-partitions 2 \ + --total-partitions 3 \ ${{ needs.check-changes.outputs.continue_on_error == 'true' && '--continue-on-error' || '' }} # Post-test diagnostics