From f81dec090be19841d8f8a6971541889069191e41 Mon Sep 17 00:00:00 2001 From: Michael <13900043+michaelzhang-ai@users.noreply.github.com> Date: Tue, 24 Mar 2026 20:48:47 -0700 Subject: [PATCH] [AMD] Fix CI: correct stage-b job dependency names in AMD CI workflows (#21357) Co-authored-by: bingxche --- .github/workflows/pr-test-amd-rocm720.yml | 2 +- .github/workflows/pr-test-amd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test-amd-rocm720.yml b/.github/workflows/pr-test-amd-rocm720.yml index 0f35a52c4..710bd6834 100644 --- a/.github/workflows/pr-test-amd-rocm720.yml +++ b/.github/workflows/pr-test-amd-rocm720.yml @@ -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() && ( diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index c24cd78a8..98a47f05b 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -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() && (