From 448b5287209781fa659747aa7ae9764a01df5553 Mon Sep 17 00:00:00 2001 From: YC Yen-Ching Tseng Date: Fri, 27 Mar 2026 15:59:26 +0800 Subject: [PATCH] [AMD] Adjust AMD 4gpu partitions (#21533) --- .github/workflows/pr-test-amd-rocm720.yml | 4 ++-- .github/workflows/pr-test-amd.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-test-amd-rocm720.yml b/.github/workflows/pr-test-amd-rocm720.yml index 99847a19f..984275810 100644 --- a/.github/workflows/pr-test-amd-rocm720.yml +++ b/.github/workflows/pr-test-amd-rocm720.yml @@ -794,7 +794,7 @@ jobs: fail-fast: false matrix: runner: [linux-mi325-4gpu-sglang] - part: [0, 1] + part: [0] runs-on: ${{matrix.runner}} steps: - name: Checkout code @@ -826,7 +826,7 @@ jobs: --hw amd \ --suite stage-c-test-4-gpu-amd \ --auto-partition-id ${{ matrix.part }} \ - --auto-partition-size 2 \ + --auto-partition-size 1 \ --timeout-per-file 1800 \ --enable-retry \ --max-attempts 2 \ diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index 73b55383a..eba5078d1 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -797,7 +797,7 @@ jobs: fail-fast: false matrix: runner: [linux-mi325-4gpu-sglang] - part: [0, 1] + part: [0] runs-on: ${{matrix.runner}} steps: - name: Checkout code @@ -829,7 +829,7 @@ jobs: --hw amd \ --suite stage-c-test-4-gpu-amd \ --auto-partition-id ${{ matrix.part }} \ - --auto-partition-size 2 \ + --auto-partition-size 1 \ --timeout-per-file 1800 \ --enable-retry \ --max-attempts 2 \