[AMD] Fix CI: correct stage-b job dependency names in AMD CI workflows (#21357)

Co-authored-by: bingxche <bingxche@amd.com>
This commit is contained in:
Michael
2026-03-25 11:48:47 +08:00
committed by GitHub
co-authored by bingxche
parent c1d930c028
commit f81dec090b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -777,7 +777,7 @@ jobs:
stage-c-test-4-gpu-amd:
needs: [check-changes, stage-b-test-small-1-gpu-amd, stage-b-test-large-2-gpu-amd]
needs: [check-changes, stage-b-test-1-gpu-small-amd, stage-b-test-2-gpu-large-amd]
if: |
always() &&
(
+1 -1
View File
@@ -780,7 +780,7 @@ jobs:
stage-c-test-4-gpu-amd:
needs: [check-changes, call-gate, stage-b-test-small-1-gpu-amd, stage-b-test-large-2-gpu-amd]
needs: [check-changes, call-gate, stage-b-test-1-gpu-small-amd, stage-b-test-2-gpu-large-amd]
if: |
always() &&
(