Revert "ci: add 4-GPU mi35x runner and rebalance off the saturated 8-GPU pool" (#28751)

This commit is contained in:
Michael
2026-06-19 16:23:18 -07:00
committed by GitHub
parent 6b945c16f4
commit 871ed0dc0c
6 changed files with 14 additions and 109 deletions
+2 -4
View File
@@ -1068,8 +1068,7 @@ jobs:
nightly-8-gpu-mi35x-deepseek-r1-mxfp4-tp4:
if: (github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') && (!(inputs.job_filter || inputs.job_select) || (inputs.job_filter || inputs.job_select) == 'all' || contains(format(',{0},', inputs.job_filter || inputs.job_select), ',nightly-8-gpu-mi35x-deepseek-r1-mxfp4-tp4,'))
# TP=4 workload: runs on the dedicated 4-GPU mi35x slice, not a whole 8-GPU node.
runs-on: linux-mi35x-gpu-4
runs-on: linux-mi35x-gpu-8
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -1617,8 +1616,7 @@ jobs:
nightly-4-gpu-mi35x-minimax-m25:
if: (github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') && (!(inputs.job_filter || inputs.job_select) || (inputs.job_filter || inputs.job_select) == 'all' || contains(format(',{0},', inputs.job_filter || inputs.job_select), ',nightly-4-gpu-mi35x-minimax-m25,'))
# TP=4 workload: runs on the dedicated 4-GPU mi35x slice, not a whole 8-GPU node.
runs-on: linux-mi35x-gpu-4
runs-on: linux-mi35x-gpu-8
steps:
- name: Checkout code
uses: actions/checkout@v4