[AMD] ci: move the miles nightlies from rocm700 to rocm10 (#37495)

Co-authored-by: Zhiyao Jiang <jessicajiang324@gmail.com>
This commit is contained in:
Xinyu Jiang
2026-09-10 10:37:34 +08:00
committed by GitHub
co-authored by Zhiyao Jiang
parent 53dc77ff4e
commit 106cc561f9
2 changed files with 6 additions and 7 deletions
@@ -1,4 +1,4 @@
name: Nightly Test Miles (AMD ROCm 7.2) name: Nightly Test Miles (AMD ROCm 10)
on: on:
schedule: schedule:
@@ -7,7 +7,7 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
image_tag: image_tag:
description: "Override miles image tag (e.g. miles-rocm720-mi35x-20260621); empty = newest by date" description: "Override miles image tag (e.g. miles-rocm10-mi35x-20260901); empty = newest by date"
required: false required: false
type: string type: string
default: "" default: ""
@@ -46,10 +46,10 @@ jobs:
username: ${{ secrets.DOCKERHUB_AMD_USERNAME }} username: ${{ secrets.DOCKERHUB_AMD_USERNAME }}
password: ${{ secrets.DOCKERHUB_AMD_TOKEN }} password: ${{ secrets.DOCKERHUB_AMD_TOKEN }}
- name: Resolve newest miles ROCm 7.2 image - name: Resolve newest miles ROCm 10 image
run: | run: |
repo="rocm/sgl-dev" repo="rocm/sgl-dev"
base="miles-rocm720-mi35x" base="miles-rocm10-mi35x"
tag="${{ inputs.image_tag }}" tag="${{ inputs.image_tag }}"
if [ -z "${tag}" ]; then if [ -z "${tag}" ]; then
# Walk back from today; the build job pushes a dated tag at 12:00 UTC. # Walk back from today; the build job pushes a dated tag at 12:00 UTC.
@@ -1,4 +1,4 @@
name: Release Docker Images Nightly Miles ROCm7.0 (AMD) name: Release Docker Images Nightly Miles ROCm10 (AMD)
on: on:
workflow_dispatch: workflow_dispatch:
@@ -20,8 +20,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
variant: variant:
- rocm700-mi35x - rocm10-mi35x
- rocm700-mi30x
steps: steps:
- name: Checkout miles repository - name: Checkout miles repository
uses: actions/checkout@v4 uses: actions/checkout@v4