[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
+1 -1
View File
@@ -152,7 +152,7 @@ jobs:
# row, hiding a regression that only reproduces on one image. Nightly
# names carry the runner too, so pair each job id with its runs-on.
# Keep in sync with the rocm_version matrix in the nightly workflow.
rocm_flavors="rocm724 rocm720"
rocm_flavors="rocm10 rocm724 rocm720"
nightly_jobs=$(yq -r '.jobs | to_entries[] | .key + " " + .value."runs-on"' .github/workflows/nightly-test-amd-rocm720.yml | \
grep -v -E '^check-all-jobs ' | \
while read -r id runner; do