ci: Migrate AMD workflows to new MI325 runners; temporarily disabled failed CI's to be added back (#14226)

This commit is contained in:
sunxxuns
2025-12-03 11:33:27 -08:00
committed by GitHub
parent abf6272bdd
commit 5bbd83a2c8
6 changed files with 86 additions and 16 deletions
+1 -1
View File
@@ -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-mi325-gpu-2]
runs-on: ${{matrix.runner}}
steps:
- name: Checkout code