diff --git a/.github/workflows/nightly-test-amd.yml b/.github/workflows/nightly-test-amd.yml index 096e876de524..043baaf9cf6d 100644 --- a/.github/workflows/nightly-test-amd.yml +++ b/.github/workflows/nightly-test-amd.yml @@ -19,7 +19,7 @@ jobs: if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request' strategy: matrix: - runner: [linux-mi300-gpu-2, linux-mi325-gpu-2-nightly] + runner: [linux.rocm.gpu.gfx942.2, linux.rocm.gpu.gfx942.2-nightly] runs-on: ${{matrix.runner}} steps: - name: Checkout code diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index acc8a6bb946f..c2ad58a75663 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - runner: [linux-mi325-gpu-1] + runner: [linux.rocm.gpu.gfx942.1] runs-on: ${{matrix.runner}} steps: - name: Checkout code @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - runner: [linux-mi325-gpu-2] + runner: [linux.rocm.gpu.gfx942.2] runs-on: ${{matrix.runner}} steps: - name: Checkout code @@ -86,7 +86,7 @@ jobs: strategy: fail-fast: false matrix: - runner: [linux-mi325-gpu-1] + runner: [linux.rocm.gpu.gfx942.2] runs-on: ${{matrix.runner}} steps: - name: Checkout code @@ -113,7 +113,7 @@ jobs: strategy: fail-fast: false matrix: - runner: [linux-mi325-gpu-1] + runner: [linux.rocm.gpu.gfx942.1] runs-on: ${{matrix.runner}} steps: - name: Checkout code @@ -156,7 +156,7 @@ jobs: strategy: fail-fast: false matrix: - runner: [linux-mi325-gpu-1] + runner: [linux.rocm.gpu.gfx942.1] runs-on: ${{matrix.runner}} steps: - name: Checkout code @@ -193,7 +193,7 @@ jobs: strategy: fail-fast: false matrix: - runner: [linux-mi325-gpu-2] + runner: [linux.rocm.gpu.gfx942.2] runs-on: ${{matrix.runner}} steps: - name: Checkout code @@ -240,7 +240,7 @@ jobs: strategy: fail-fast: false matrix: - runner: [linux-mi325-gpu-1] + runner: [linux.rocm.gpu.gfx942.1] part: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] runs-on: ${{matrix.runner}} steps: @@ -268,7 +268,7 @@ jobs: strategy: fail-fast: false matrix: - runner: [linux-mi325-gpu-2] + runner: [linux.rocm.gpu.gfx942.2] runs-on: ${{matrix.runner}} steps: - name: Checkout code @@ -295,7 +295,7 @@ jobs: strategy: fail-fast: false matrix: - runner: [linux-mi300-gpu-8] + runner: [linux.rocm.gpu.gfx942.8] runs-on: ${{matrix.runner}} steps: - name: Checkout code @@ -322,7 +322,7 @@ jobs: strategy: fail-fast: false matrix: - runner: [linux-mi325-gpu-1] + runner: [linux.rocm.gpu.gfx942.1] runs-on: ${{matrix.runner}} steps: - name: Checkout code