[AMD][CI] Consolidate AMD workflows and retire ROCm 7.0 CI (#38632)

This commit is contained in:
Bingxu Chen
2026-09-15 23:45:22 +08:00
committed by GitHub
parent 47a157f257
commit 03ea13a545
17 changed files with 1190 additions and 4932 deletions
+4 -4
View File
@@ -14,7 +14,7 @@ on:
pull_request_target:
types: [opened, synchronize, reopened, labeled, unlabeled]
workflow_run:
workflows: ["PR Test Base", "PR Test Extra", "PR Test ROCm 7.2 (AMD)"]
workflows: ["PR Test Base", "PR Test Extra", "PR Test (AMD)"]
types: [requested, completed]
workflow_dispatch:
inputs:
@@ -163,7 +163,7 @@ jobs:
'pr-test-extra.yml',
(hasCI && hasExtra) ? labelOnOpts : labelOffOpts,
),
findRun('pr-test-amd-rocm720.yml', labelOffOpts),
findRun('pr-test-amd.yml', labelOffOpts),
]);
// Skipped run = "no real run" -- happens when a label is added
@@ -214,8 +214,8 @@ jobs:
const ptEnd = '<!-- slot:pr-test:end -->';
const peStart = '<!-- slot:pr-test-extra:start -->';
const peEnd = '<!-- slot:pr-test-extra:end -->';
const amdStart = '<!-- slot:pr-test-amd-rocm720:start -->';
const amdEnd = '<!-- slot:pr-test-amd-rocm720:end -->';
const amdStart = '<!-- slot:pr-test-amd:start -->';
const amdEnd = '<!-- slot:pr-test-amd:end -->';
const newBlock = [
outerStart,