Skip to content

Commit 85ac62c

Browse files
dileepr1cursoragent
andcommitted
[hipsolver][ci] Revert TheRock workflow refs to develop's pinned SHA
Restore all four TheRock-side workflow refs to the develop-tracked pin e44b42bb (2026-05-20): - .github/workflows/therock-ci-linux.yml - .github/workflows/therock-ci-windows.yml - .github/workflows/therock-test-component.yml - .github/workflows/therock-test-packages.yml Reverts the workflow ref changes from 71e281c, 17acb08 and daaa6a4, which temporarily pointed all four files at the paired TheRock branch users/dravindr/tr_hipsolver. At the develop-pinned TheRock SHA, fetch_test_configurations.py still runs the legacy test_hipsolver.py for hipsolver (not test_runner.py), and math-libs/BLAS/artifact-blas.toml does not include bin/hipsolver/**, so the new install-tree CTestTestfile.cmake and apply_test_category_labels() metadata added by this PR remain dormant until ROCm/TheRock#5490 merges and these refs are bumped to a main-tracked SHA that contains it. Until then the hipsolver Linux/Windows test shards behave exactly as on develop. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent daaa6a4 commit 85ac62c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/therock-ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
repository: "ROCm/TheRock"
5353
path: TheRock
54-
ref: users/dravindr/tr_hipsolver
54+
ref: e44b42bbcc7452328ccf12bcac319bda5ede4a6a # 2026-05-20 commit
5555

5656
- name: Install python deps
5757
run: |

.github/workflows/therock-ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
repository: "ROCm/TheRock"
5454
path: "TheRock"
55-
ref: users/dravindr/tr_hipsolver
55+
ref: e44b42bbcc7452328ccf12bcac319bda5ede4a6a # 2026-05-20 commit
5656

5757
- name: Set up Python
5858
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

.github/workflows/therock-test-component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171
with:
7272
repository: "ROCm/TheRock"
73-
ref: users/dravindr/tr_hipsolver
73+
ref: e44b42bbcc7452328ccf12bcac319bda5ede4a6a # 2026-05-20 commit
7474

7575
- name: Configure git for long paths on Windows
7676
if: ${{ runner.os == 'Windows' }}

.github/workflows/therock-test-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
with:
4545
repository: "ROCm/TheRock"
46-
ref: users/dravindr/tr_hipsolver
46+
ref: e44b42bbcc7452328ccf12bcac319bda5ede4a6a # 2026-05-20 commit
4747

4848
- name: Setting up Python
4949
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

0 commit comments

Comments
 (0)