[AMD][CI] Add daily ROCm 10 and ROCm 7.2 test coverage (#37409)

Co-authored-by: Chen <bingxche@amd.com>
This commit is contained in:
YC Yen-Ching Tseng
2026-09-01 19:23:19 +08:00
committed by GitHub
co-authored by Chen
parent ce7e79b32c
commit 3103bc7462
4 changed files with 144 additions and 97 deletions
+5 -5
View File
@@ -101,11 +101,11 @@ env:
DOCKERHUB_AMD_TOKEN: ${{ secrets.DOCKERHUB_AMD_TOKEN }}
concurrency:
# Mirror pr-test-amd.yml: schedule/dispatch runs key on run_id (unique group,
# never cancel each other); PR runs share a per-branch group so pushes cancel
# stale runs. (In a reusable workflow github.event_name is the originating
# event, never workflow_call, so the guard keys off the real events.)
group: pr-test-amd-extra-${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && format('full-{0}', github.run_id) || github.head_ref || github.ref_name || inputs.ref || 'default' }}
# Schedule/dispatch runs key on run_id plus ROCm version so the three
# scheduled reusable-workflow matrix calls cannot replace each other's
# pending runs. PR runs still share a per-branch group so pushes cancel stale
# runs. In a reusable workflow github.event_name is the originating event.
group: pr-test-amd-extra-${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && format('full-{0}-{1}', github.run_id, inputs.rocm_version || 'rocm724') || github.head_ref || github.ref_name || inputs.ref || 'default' }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions: