Skip to content

Commit 9342d1b

Browse files
assistant-librarian[bot]therockbot
andauthored
Update TheRock reference to (dd17fd5) (#12138)
Updated all pinned TheRock workflow and source refs to `dd17fd5` due to submodule bump Co-authored-by: therockbot <therockbot@amd.com>
1 parent 8011ff3 commit 9342d1b

7 files changed

Lines changed: 31 additions & 31 deletions

.github/actions/ci-env/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Single source of truth for shared CI constants (TheRock ref, Docke
44
outputs:
55
therock-ref:
66
description: "TheRock commit hash to use"
7-
value: "df3d451a3c054e14705ddf94e58498e1208df8d5" # 2026-09-08
7+
value: "dd17fd59491c8b05a1ddb8d8403cfde7f27b8222" # 2026-09-15
88
kpack-ref:
99
description: "rocm-systems commit whose shared/kpack provides the rocm_kpack packing tooling"
1010
# Copied into dnn-providers/hip-kernel-provider/cmake/KpackPython.cmake and
@@ -13,7 +13,7 @@ outputs:
1313
value: "a022846cf553c2b135410a5168f97705f1b9c6ac" # 2026-08-22
1414
baseline-run-id:
1515
description: "TheRock workflow run ID for prebuilt stage artifacts"
16-
value: "34275481546" # Updated by assistant-librarian[bot] on submodule bumps
16+
value: "" # Updated by assistant-librarian[bot] on submodule bumps
1717
docker-image:
1818
description: "Docker container image for Linux builds"
1919
value: "ghcr.io/rocm/therock_build_manylinux_x86_64@sha256:cf4f6d9909056906e4a1c0bc4c245658a0af4c6a6174082a86adfa2d518b7aeb"

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
135135
with:
136136
repository: ROCm/TheRock
137-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
137+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
138138
path: TheRock
139139

140140
- name: Install base dependencies

.github/workflows/therock-ci-nightly.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: ${{ inputs.therock_ref_override || 'df3d451a3c054e14705ddf94e58498e1208df8d5' }}
55+
ref: ${{ inputs.therock_ref_override || 'dd17fd59491c8b05a1ddb8d8403cfde7f27b8222' }}
5656

5757
- name: Log locked TheRock ref
5858
run: |

.github/workflows/therock-multi-arch-ci-asan-nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828

2929
jobs:
3030
setup:
31-
uses: ROCm/TheRock/.github/workflows/setup_multi_arch.yml@df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
31+
uses: ROCm/TheRock/.github/workflows/setup_multi_arch.yml@dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
3232
with:
3333
build_variant: "asan"
3434
linux_amdgpu_families: "gfx94X,gfx950,gfx125X"
@@ -37,7 +37,7 @@ jobs:
3737
build_pytorch: false
3838
build_jax: false
3939
repository: ROCm/TheRock
40-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
40+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
4141
external_repo: '{"repository":"${{ github.repository }}","ref":"${{ github.sha }}"}'
4242

4343
log_therock_ref:
@@ -64,7 +64,7 @@ jobs:
6464
needs.setup.outputs.linux_build_config != '' &&
6565
needs.setup.outputs.enable_build_jobs == 'true'
6666
}}
67-
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
67+
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
6868
secrets: inherit
6969
with:
7070
build_config: ${{ needs.setup.outputs.linux_build_config }}
@@ -75,7 +75,7 @@ jobs:
7575
test_type: ${{ needs.setup.outputs.test_type }}
7676
external_repo_config: ${{ needs.setup.outputs.external_repo_config }}
7777
repository: ROCm/TheRock
78-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
78+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
7979
permissions:
8080
contents: read
8181
id-token: write
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9393
with:
9494
repository: "ROCm/TheRock"
95-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
95+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
9696
sparse-checkout: build_tools/github_actions
9797
sparse-checkout-cone-mode: true
9898

.github/workflows/therock-multi-arch-ci-asan.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ concurrency:
5757

5858
jobs:
5959
setup:
60-
uses: ROCm/TheRock/.github/workflows/setup_multi_arch.yml@df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
60+
uses: ROCm/TheRock/.github/workflows/setup_multi_arch.yml@dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
6161
with:
6262
build_variant: "asan"
6363
linux_amdgpu_families: ${{ inputs.linux_amdgpu_families || 'gfx94X,gfx950,gfx125X' }}
@@ -70,7 +70,7 @@ jobs:
7070
build_pytorch: false
7171
build_jax: false
7272
repository: ROCm/TheRock
73-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
73+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
7474
external_repo: '{"repository":"${{ github.repository }}","ref":"${{ github.sha }}"}'
7575

7676
linux_build_and_test:
@@ -81,7 +81,7 @@ jobs:
8181
needs.setup.outputs.linux_build_config != '' &&
8282
needs.setup.outputs.enable_build_jobs == 'true'
8383
}}
84-
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
84+
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
8585
secrets: inherit
8686
with:
8787
build_config: ${{ needs.setup.outputs.linux_build_config }}
@@ -92,7 +92,7 @@ jobs:
9292
test_type: ${{ needs.setup.outputs.test_type }}
9393
external_repo_config: ${{ needs.setup.outputs.external_repo_config }}
9494
repository: ROCm/TheRock
95-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
95+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
9696
permissions:
9797
contents: read
9898
id-token: write
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
110110
with:
111111
repository: "ROCm/TheRock"
112-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
112+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
113113
sparse-checkout: build_tools/github_actions
114114
sparse-checkout-cone-mode: true
115115

.github/workflows/therock-multi-arch-ci-nightly.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
name: TheRock Multi-Arch Nightly CI
1515

16-
# TheRock ref: pinned to ROCm/TheRock commit df3d451a3c054e14705ddf94e58498e1208df8d5.
16+
# TheRock ref: pinned to ROCm/TheRock commit dd17fd59491c8b05a1ddb8d8403cfde7f27b8222.
1717

1818
on:
1919
schedule:
@@ -34,7 +34,7 @@ concurrency:
3434

3535
jobs:
3636
setup:
37-
uses: ROCm/TheRock/.github/workflows/setup_multi_arch.yml@df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
37+
uses: ROCm/TheRock/.github/workflows/setup_multi_arch.yml@dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
3838
with:
3939
build_variant: "release"
4040
# Limit GPU families for nightly CI: gfx94X, gfx950 (Linux) and gfx1151 (Windows).
@@ -48,7 +48,7 @@ jobs:
4848
prebuilt_stages: ''
4949
baseline_run_id: ''
5050
repository: ROCm/TheRock
51-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
51+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
5252
external_repo: '{"repository":"${{ github.repository }}","ref":"${{ github.sha }}"}'
5353

5454
log_therock_ref:
@@ -75,7 +75,7 @@ jobs:
7575
needs.setup.outputs.linux_build_config != '' &&
7676
needs.setup.outputs.enable_build_jobs == 'true'
7777
}}
78-
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
78+
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
7979
secrets: inherit
8080
with:
8181
build_config: ${{ needs.setup.outputs.linux_build_config }}
@@ -88,7 +88,7 @@ jobs:
8888
# Empty string triggers full test run in downstream workflow
8989
changed_projects: ''
9090
repository: ROCm/TheRock
91-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
91+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
9292
permissions:
9393
contents: read
9494
id-token: write
@@ -101,7 +101,7 @@ jobs:
101101
needs.setup.outputs.windows_build_config != '' &&
102102
needs.setup.outputs.enable_build_jobs == 'true'
103103
}}
104-
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_windows.yml@df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
104+
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_windows.yml@dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
105105
secrets: inherit
106106
with:
107107
build_config: ${{ needs.setup.outputs.windows_build_config }}
@@ -112,7 +112,7 @@ jobs:
112112
# Empty string triggers full test run in downstream workflow
113113
changed_projects: ''
114114
repository: ROCm/TheRock
115-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
115+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
116116
permissions:
117117
contents: read
118118
id-token: write
@@ -130,7 +130,7 @@ jobs:
130130
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
131131
with:
132132
repository: "ROCm/TheRock"
133-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
133+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
134134
sparse-checkout: build_tools/github_actions
135135
sparse-checkout-cone-mode: true
136136

.github/workflows/therock-multi-arch-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: TheRock Multi-Arch CI
1616

17-
# TheRock ref: pinned to ROCm/TheRock commit df3d451a3c054e14705ddf94e58498e1208df8d5.
17+
# TheRock ref: pinned to ROCm/TheRock commit dd17fd59491c8b05a1ddb8d8403cfde7f27b8222.
1818
# NOTE: update all `@<ref>` refs and `ref:` inputs together when switching.
1919

2020
on:
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
135135
with:
136136
repository: ROCm/TheRock
137-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
137+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
138138
path: _therock
139139
sparse-checkout: build_tools/github_actions
140140
sparse-checkout-cone-mode: true
@@ -153,7 +153,7 @@ jobs:
153153
154154
setup:
155155
needs: [ci-env, configure]
156-
uses: ROCm/TheRock/.github/workflows/setup_multi_arch.yml@df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
156+
uses: ROCm/TheRock/.github/workflows/setup_multi_arch.yml@dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
157157
with:
158158
build_variant: "release"
159159
# Limit GPU families for rocm-libraries CI.
@@ -190,7 +190,7 @@ jobs:
190190
'off'
191191
}}
192192
repository: ROCm/TheRock
193-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
193+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
194194
# Pass external repo info for stage-impact analysis.
195195
# extra_cmake_options is appended to the cmake configure line of every
196196
# build stage, scoped to this repository's CI runs. TheRock keeps
@@ -216,7 +216,7 @@ jobs:
216216
needs.setup.outputs.enable_build_jobs == 'true' &&
217217
needs.configure.outputs.skip_tests != 'true'
218218
}}
219-
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
219+
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
220220
secrets: inherit
221221
with:
222222
build_config: ${{ needs.setup.outputs.linux_build_config }}
@@ -230,7 +230,7 @@ jobs:
230230
changed_projects: ${{ needs.configure.outputs.run_all_tests == 'true' && '' || needs.configure.outputs.test_projects }}
231231
repository: ROCm/TheRock
232232
# Concrete SHA resolved once by setup; do not re-resolve main here.
233-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
233+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
234234
permissions:
235235
contents: read
236236
id-token: write
@@ -244,7 +244,7 @@ jobs:
244244
needs.setup.outputs.enable_build_jobs == 'true' &&
245245
needs.configure.outputs.skip_tests != 'true'
246246
}}
247-
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_windows.yml@df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
247+
uses: ROCm/TheRock/.github/workflows/multi_arch_ci_windows.yml@dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
248248
secrets: inherit
249249
with:
250250
build_config: ${{ needs.setup.outputs.windows_build_config }}
@@ -256,7 +256,7 @@ jobs:
256256
changed_projects: ${{ needs.configure.outputs.run_all_tests == 'true' && '' || needs.configure.outputs.test_projects }}
257257
repository: ROCm/TheRock
258258
# Concrete SHA resolved once by setup; do not re-resolve main here.
259-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
259+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
260260
permissions:
261261
contents: read
262262
id-token: write
@@ -303,7 +303,7 @@ jobs:
303303
with:
304304
repository: "ROCm/TheRock"
305305
# Concrete SHA resolved once by setup; do not re-resolve main here.
306-
ref: df3d451a3c054e14705ddf94e58498e1208df8d5 # 2026-09-08
306+
ref: dd17fd59491c8b05a1ddb8d8403cfde7f27b8222 # 2026-09-15
307307
sparse-checkout: build_tools/github_actions
308308
sparse-checkout-cone-mode: true
309309

0 commit comments

Comments
 (0)