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 \