From 0516c8891aadaafb553a207cf51e7dfd31b16b0f Mon Sep 17 00:00:00 2001 From: deedongala Date: Mon, 6 Oct 2025 12:55:48 -0700 Subject: [PATCH 1/6] Update nightly-test-amd.yml --- .github/workflows/nightly-test-amd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-test-amd.yml b/.github/workflows/nightly-test-amd.yml index 096e876de524..3db13d49ac4a 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-mi300-gpu-2, arc-sglang-mi325-gpu-2-nightly] runs-on: ${{matrix.runner}} steps: - name: Checkout code From 183ce3e56382b9670cc2d4a872b093f59ddf78a0 Mon Sep 17 00:00:00 2001 From: deedongala Date: Mon, 6 Oct 2025 13:00:32 -0700 Subject: [PATCH 2/6] Update pr-test-amd.yml --- .github/workflows/pr-test-amd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index acc8a6bb946f..f14bc45819ce 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 From 07647344f4fb14070aa0c89b4abac42c3fddb6f0 Mon Sep 17 00:00:00 2001 From: deedongala Date: Mon, 6 Oct 2025 13:05:19 -0700 Subject: [PATCH 3/6] Update nightly-test-amd.yml --- .github/workflows/nightly-test-amd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-test-amd.yml b/.github/workflows/nightly-test-amd.yml index 3db13d49ac4a..2e05387be97c 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, arc-sglang-mi325-gpu-2-nightly] + runner: [linux-mi300-gpu-2, linux.rocm.gpu.gfx942.2-nightly] runs-on: ${{matrix.runner}} steps: - name: Checkout code From b6aa005688aa983ad9c805bf2e96c16e87d23a79 Mon Sep 17 00:00:00 2001 From: deedongala Date: Mon, 6 Oct 2025 13:07:24 -0700 Subject: [PATCH 4/6] Update nightly-test-amd.yml --- .github/workflows/nightly-test-amd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-test-amd.yml b/.github/workflows/nightly-test-amd.yml index 2e05387be97c..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.rocm.gpu.gfx942.2-nightly] + runner: [linux.rocm.gpu.gfx942.2, linux.rocm.gpu.gfx942.2-nightly] runs-on: ${{matrix.runner}} steps: - name: Checkout code From 681a5431faf089193f92d3885b2bfc35a90e626f Mon Sep 17 00:00:00 2001 From: deedongala Date: Mon, 6 Oct 2025 13:08:14 -0700 Subject: [PATCH 5/6] Update pr-test-amd.yml --- .github/workflows/pr-test-amd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index f14bc45819ce..efcfe0317984 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -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 From 0b8d49c5bc5780bf304ac2a22273f239f47288bc Mon Sep 17 00:00:00 2001 From: deedongala Date: Mon, 6 Oct 2025 13:19:10 -0700 Subject: [PATCH 6/6] Update pr-test-amd.yml --- .github/workflows/pr-test-amd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index efcfe0317984..c2ad58a75663 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -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 @@ -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