From 2b0c25dc28ca78f72935a581405ee1115b11f677 Mon Sep 17 00:00:00 2001 From: Geo Min Date: Thu, 16 Oct 2025 08:13:10 -0700 Subject: [PATCH] [TheRock CI] Updating SHA for build image and TheRock SHA (#3033) * Updating SHA for build image * Adding test exclusions [ROCm/composable_kernel commit: d7278cc664c20613e0b7c45f249f6e7613550ca2] --- .github/workflows/therock-ci-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/therock-ci-linux.yml b/.github/workflows/therock-ci-linux.yml index 271c6376ca..beaabbe763 100644 --- a/.github/workflows/therock-ci-linux.yml +++ b/.github/workflows/therock-ci-linux.yml @@ -20,7 +20,7 @@ jobs: permissions: id-token: write container: - image: ghcr.io/rocm/therock_build_manylinux_x86_64@sha256:044b113562629f4bd2ec5d2e64b32eee11562d48fb1a75d7493daec9dd8d8292 + image: ghcr.io/rocm/therock_build_manylinux_x86_64@sha256:2f3ebd0beb04c449fdb36933e54bdc69483b914fb9005594d3fc9444c206b54b options: -v /runner/config:/home/awsconfig/ env: AMDGPU_FAMILIES: ${{ inputs.amdgpu_families }} @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: "ROCm/TheRock" - ref: dc05d637054ad197c84b00e24b6262af0ec797c6 # 10-03-2025 commit + ref: c2921b151b8285a1d29942aceb33cfe0fea77ac9 # 10-15-2025 commit path: "TheRock" - name: Setup ccache