1414
1515name : 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
2020on :
@@ -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