diff --git a/.github/workflows/therock-ci-linux.yml b/.github/workflows/therock-ci-linux.yml index dcbc7f68c85..43ed5c90b9a 100644 --- a/.github/workflows/therock-ci-linux.yml +++ b/.github/workflows/therock-ci-linux.yml @@ -47,7 +47,7 @@ jobs: with: repository: "ROCm/TheRock" path: TheRock - ref: d24cccc1820fa5469b88c0f14e36a14349d38cac # 2025-11-12 commit + ref: "e238c0269a9e54b275ef34ffb43c6c52a0cddc83" # 2025-11-26 commit on release/therock-7.10 branch - name: Install python deps run: | @@ -90,6 +90,10 @@ jobs: # rm ./TheRock/patches/amd-mainline/rocm-libraries/*.patch git -c user.name="therockbot" -c "user.email=therockbot@amd.com" am --whitespace=nowarn ./TheRock/patches/amd-mainline/rocm-libraries/*.patch + - name: Install external python deps + run: | + pip install -r TheRock/requirements-external.txt + - name: Configure Projects env: amdgpu_families: ${{ env.AMDGPU_FAMILIES }} diff --git a/.github/workflows/therock-ci-windows.yml b/.github/workflows/therock-ci-windows.yml index 75f1ac81f9f..9cecc97d59f 100644 --- a/.github/workflows/therock-ci-windows.yml +++ b/.github/workflows/therock-ci-windows.yml @@ -55,7 +55,7 @@ jobs: with: repository: "ROCm/TheRock" path: "TheRock" - ref: d24cccc1820fa5469b88c0f14e36a14349d38cac # 2025-11-12 commit + ref: "e238c0269a9e54b275ef34ffb43c6c52a0cddc83" # 2025-11-26 commit on release/therock-7.10 branch - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 @@ -105,6 +105,10 @@ jobs: git config --global core.longpaths true python ./TheRock/build_tools/fetch_sources.py --jobs 12 --no-include-rocm-libraries --no-include-ml-frameworks + - name: Install external python deps + run: | + pip install -r TheRock/requirements-external.txt + - name: Configure Projects env: amdgpu_families: ${{ env.AMDGPU_FAMILIES }} diff --git a/.github/workflows/therock-test-component.yml b/.github/workflows/therock-test-component.yml index 9027f9e6e55..f06043a86e8 100644 --- a/.github/workflows/therock-test-component.yml +++ b/.github/workflows/therock-test-component.yml @@ -64,7 +64,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: "ROCm/TheRock" - ref: d24cccc1820fa5469b88c0f14e36a14349d38cac # 2025-11-12 commit + ref: e238c0269a9e54b275ef34ffb43c6c52a0cddc83 # 2025-11-26 commit on release/therock-7.10 branch - name: Run setup test environment workflow uses: './.github/actions/setup_test_environment' diff --git a/.github/workflows/therock-test-packages.yml b/.github/workflows/therock-test-packages.yml index be1dd9ac4d5..f6f22cce2a8 100644 --- a/.github/workflows/therock-test-packages.yml +++ b/.github/workflows/therock-test-packages.yml @@ -31,7 +31,7 @@ jobs: sparse-checkout: build_tools path: "prejob" repository: "ROCm/TheRock" - ref: d24cccc1820fa5469b88c0f14e36a14349d38cac # 2025-11-12 commit + ref: e238c0269a9e54b275ef34ffb43c6c52a0cddc83 # 2025-11-26 commit on release/therock-7.10 branch # Checkout failure is possible on Windows, as it's the first job on a GPU test runner. # Post-job cleanup isn't necessary since no executables are launched in this job. @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: "ROCm/TheRock" - ref: d24cccc1820fa5469b88c0f14e36a14349d38cac # 2025-11-12 commit + ref: e238c0269a9e54b275ef34ffb43c6c52a0cddc83 # 2025-11-26 commit on release/therock-7.10 branch - name: Setting up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0