From 740f063035ae7638d52234960570565dfe14e56f Mon Sep 17 00:00:00 2001 From: Sai Enduri Date: Sat, 16 Aug 2025 16:29:43 -0700 Subject: [PATCH] Fix Custom All Reduce CI job. (#9258) --- .github/workflows/pr-test-amd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index 098be925e..02f79f7cb 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -302,12 +302,12 @@ jobs: uses: actions/checkout@v4 - name: Start CI container - run: bash scripts/amd_ci_start_container.sh + run: bash scripts/ci/amd_ci_start_container.sh env: GITHUB_WORKSPACE: ${{ github.workspace }} - name: Install dependencies - run: bash scripts/amd_ci_install_dependency.sh + run: bash scripts/ci/amd_ci_install_dependency.sh - name: Run CustomAllReduce test timeout-minutes: 20