diff --git a/.github/workflows/nightly-test-amd-miles-rocm720.yml b/.github/workflows/nightly-test-amd-miles-rocm10.yml similarity index 93% rename from .github/workflows/nightly-test-amd-miles-rocm720.yml rename to .github/workflows/nightly-test-amd-miles-rocm10.yml index 813fae11a2e1..e13b810d43bf 100644 --- a/.github/workflows/nightly-test-amd-miles-rocm720.yml +++ b/.github/workflows/nightly-test-amd-miles-rocm10.yml @@ -1,4 +1,4 @@ -name: Nightly Test Miles (AMD ROCm 7.2) +name: Nightly Test Miles (AMD ROCm 10) on: schedule: @@ -7,7 +7,7 @@ on: workflow_dispatch: inputs: 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 type: string default: "" @@ -46,10 +46,10 @@ jobs: username: ${{ secrets.DOCKERHUB_AMD_USERNAME }} password: ${{ secrets.DOCKERHUB_AMD_TOKEN }} - - name: Resolve newest miles ROCm 7.2 image + - name: Resolve newest miles ROCm 10 image run: | repo="rocm/sgl-dev" - base="miles-rocm720-mi35x" + base="miles-rocm10-mi35x" tag="${{ inputs.image_tag }}" if [ -z "${tag}" ]; then # Walk back from today; the build job pushes a dated tag at 12:00 UTC. diff --git a/.github/workflows/release-docker-amd-miles-rocm700-nightly.yml b/.github/workflows/release-docker-amd-miles-rocm10-nightly.yml similarity index 94% rename from .github/workflows/release-docker-amd-miles-rocm700-nightly.yml rename to .github/workflows/release-docker-amd-miles-rocm10-nightly.yml index 0ea0e8b5e52e..166d110cac1e 100644 --- a/.github/workflows/release-docker-amd-miles-rocm700-nightly.yml +++ b/.github/workflows/release-docker-amd-miles-rocm10-nightly.yml @@ -1,4 +1,4 @@ -name: Release Docker Images Nightly Miles ROCm7.0 (AMD) +name: Release Docker Images Nightly Miles ROCm10 (AMD) on: workflow_dispatch: @@ -20,8 +20,7 @@ jobs: fail-fast: false matrix: variant: - - rocm700-mi35x - - rocm700-mi30x + - rocm10-mi35x steps: - name: Checkout miles repository uses: actions/checkout@v4