[AMD] Adjust AMD 4gpu partitions (#21533)

This commit is contained in:
YC Yen-Ching Tseng
2026-03-27 15:59:26 +08:00
committed by GitHub
parent 5fc5c18bed
commit 448b528720
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -794,7 +794,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
runner: [linux-mi325-4gpu-sglang] runner: [linux-mi325-4gpu-sglang]
part: [0, 1] part: [0]
runs-on: ${{matrix.runner}} runs-on: ${{matrix.runner}}
steps: steps:
- name: Checkout code - name: Checkout code
@@ -826,7 +826,7 @@ jobs:
--hw amd \ --hw amd \
--suite stage-c-test-4-gpu-amd \ --suite stage-c-test-4-gpu-amd \
--auto-partition-id ${{ matrix.part }} \ --auto-partition-id ${{ matrix.part }} \
--auto-partition-size 2 \ --auto-partition-size 1 \
--timeout-per-file 1800 \ --timeout-per-file 1800 \
--enable-retry \ --enable-retry \
--max-attempts 2 \ --max-attempts 2 \
+2 -2
View File
@@ -797,7 +797,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
runner: [linux-mi325-4gpu-sglang] runner: [linux-mi325-4gpu-sglang]
part: [0, 1] part: [0]
runs-on: ${{matrix.runner}} runs-on: ${{matrix.runner}}
steps: steps:
- name: Checkout code - name: Checkout code
@@ -829,7 +829,7 @@ jobs:
--hw amd \ --hw amd \
--suite stage-c-test-4-gpu-amd \ --suite stage-c-test-4-gpu-amd \
--auto-partition-id ${{ matrix.part }} \ --auto-partition-id ${{ matrix.part }} \
--auto-partition-size 2 \ --auto-partition-size 1 \
--timeout-per-file 1800 \ --timeout-per-file 1800 \
--enable-retry \ --enable-retry \
--max-attempts 2 \ --max-attempts 2 \