[AMD][CI] Make ROCm 10 the Default for AMD PR and Nightly Tests (#38659)

Co-authored-by: Chen Bingxu <bingxche@amd.com>
This commit is contained in:
YC Yen-Ching Tseng
2026-09-09 17:28:20 +08:00
committed by GitHub
co-authored by Chen Bingxu
parent 72d5c5bb73
commit 708f51e44b
8 changed files with 32 additions and 32 deletions
+5 -5
View File
@@ -12,7 +12,7 @@ on:
type: string
default: 'main'
job_filter:
description: 'Workflows: nightly-amd, nightly-amd-rocm720, pr-test-amd (ROCm 7.0 shadow), pr-test-amd-rocm720 (ROCm 7.2 gate). Default: all'
description: 'Workflows: nightly-amd, nightly-amd-rocm720, pr-test-amd (ROCm 7.0 shadow), pr-test-amd-rocm720 (ROCm 10 gate). Default: all'
required: false
type: string
default: 'all'
@@ -106,7 +106,7 @@ jobs:
secrets: inherit
with:
ref: amd/aiter-ci
rocm_version: rocm724
rocm_version: rocm10
aiter_ref: ${{ needs.resolve-aiter.outputs.aiter_sha }}
job_filter: 'all'
continue_on_error: ${{ inputs.continue_on_error == '' && true || inputs.continue_on_error }}
@@ -129,7 +129,7 @@ jobs:
secrets: inherit
with:
ref: amd/aiter-ci
rocm_version: rocm724
rocm_version: rocm10
run_all_tests: true
aiter_ref: ${{ needs.resolve-aiter.outputs.aiter_sha }}
continue_on_error: ${{ inputs.continue_on_error == '' && true || inputs.continue_on_error }}
@@ -155,9 +155,9 @@ jobs:
echo "| Workflow | Result |" >> $GITHUB_STEP_SUMMARY
echo "|----------|--------|" >> $GITHUB_STEP_SUMMARY
echo "| Nightly AMD (AITER Latest) | \`${{ needs.call-nightly-amd.result }}\` |" >> $GITHUB_STEP_SUMMARY
echo "| Nightly AMD ROCm 7.2 | \`${{ needs.call-nightly-amd-rocm720.result }}\` |" >> $GITHUB_STEP_SUMMARY
echo "| Nightly AMD ROCm 10 | \`${{ needs.call-nightly-amd-rocm720.result }}\` |" >> $GITHUB_STEP_SUMMARY
echo "| PR Test AMD ROCm 7.0 Shadow | \`${{ needs.call-pr-test-amd.result }}\` |" >> $GITHUB_STEP_SUMMARY
echo "| PR Test AMD ROCm 7.2 Gate | \`${{ needs.call-pr-test-amd-rocm720.result }}\` |" >> $GITHUB_STEP_SUMMARY
echo "| PR Test AMD ROCm 10 Gate | \`${{ needs.call-pr-test-amd-rocm720.result }}\` |" >> $GITHUB_STEP_SUMMARY
- name: Check if any job failed
run: |