3535 - wheel-test
3636 - devcontainer
3737 secrets : inherit # zizmor: ignore[secrets-inherit]
38- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main
38+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-13.2.0
3939 if : always()
4040 with :
4141 needs : ${{ toJSON(needs) }}
4747 packages : read
4848 pull-requests : read
4949 secrets : inherit # zizmor: ignore[secrets-inherit]
50- uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@main
50+ uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@cuda-13.2.0
5151 with :
5252 files_yaml : |
5353 build_docs:
@@ -148,7 +148,7 @@ jobs:
148148 packages : read
149149 pull-requests : read
150150 secrets : inherit # zizmor: ignore[secrets-inherit]
151- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@main
151+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda-13.2.0
152152 wheel-build-librapidsmpf :
153153 needs : checks
154154 permissions :
@@ -158,7 +158,7 @@ jobs:
158158 packages : read
159159 pull-requests : read
160160 secrets : inherit # zizmor: ignore[secrets-inherit]
161- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
161+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0
162162 with :
163163 build_type : pull-request
164164 node_type : cpu8
@@ -176,7 +176,7 @@ jobs:
176176 packages : read
177177 pull-requests : read
178178 secrets : inherit # zizmor: ignore[secrets-inherit]
179- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
179+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0
180180 with :
181181 build_type : pull-request
182182 node_type : cpu8
@@ -194,7 +194,7 @@ jobs:
194194 packages : read
195195 pull-requests : read
196196 secrets : inherit # zizmor: ignore[secrets-inherit]
197- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
197+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0
198198 with :
199199 build_type : pull-request
200200 node_type : cpu8
@@ -213,7 +213,7 @@ jobs:
213213 packages : read
214214 pull-requests : read
215215 secrets : inherit # zizmor: ignore[secrets-inherit]
216- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
216+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-13.2.0
217217 with :
218218 build_type : pull-request
219219 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
@@ -227,7 +227,7 @@ jobs:
227227 packages : read
228228 pull-requests : read
229229 secrets : inherit # zizmor: ignore[secrets-inherit]
230- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
230+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-13.2.0
231231 with :
232232 build_type : pull-request
233233 node_type : cpu8
@@ -241,7 +241,7 @@ jobs:
241241 packages : read
242242 pull-requests : read
243243 secrets : inherit # zizmor: ignore[secrets-inherit]
244- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
244+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0
245245 with :
246246 build_type : pull-request
247247 script : " ci/cpp_linters.sh"
@@ -256,7 +256,7 @@ jobs:
256256 packages : read
257257 pull-requests : read
258258 secrets : inherit # zizmor: ignore[secrets-inherit]
259- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@main
259+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-13.2.0
260260 with :
261261 build_type : pull-request
262262 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
@@ -270,7 +270,7 @@ jobs:
270270 packages : read
271271 pull-requests : read
272272 secrets : inherit # zizmor: ignore[secrets-inherit]
273- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
273+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0
274274 with :
275275 build_type : pull-request
276276 script : " ci/test_cpp_memcheck.sh"
@@ -284,7 +284,7 @@ jobs:
284284 packages : read
285285 pull-requests : read
286286 secrets : inherit # zizmor: ignore[secrets-inherit]
287- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
287+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.2.0
288288 with :
289289 build_type : pull-request
290290 script : ci/build_python.sh
@@ -300,7 +300,7 @@ jobs:
300300 packages : read
301301 pull-requests : read
302302 secrets : inherit # zizmor: ignore[secrets-inherit]
303- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@main
303+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-13.2.0
304304 with :
305305 build_type : pull-request
306306 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
@@ -315,7 +315,7 @@ jobs:
315315 packages : read
316316 pull-requests : read
317317 secrets : inherit # zizmor: ignore[secrets-inherit]
318- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
318+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0
319319 if : fromJSON(needs.changed-files.outputs.changed_file_groups).build_docs
320320 with :
321321 build_type : pull-request
@@ -333,10 +333,10 @@ jobs:
333333 packages : read
334334 pull-requests : read
335335 secrets : inherit # zizmor: ignore[secrets-inherit]
336- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@main
336+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@cuda-13.2.0
337337 with :
338338 arch : ' ["amd64", "arm64"]'
339- cuda : ' ["13.1 "]'
339+ cuda : ' ["13.2 "]'
340340 python_package_manager : ' ["conda", "pip"]'
341341 node_type : " cpu8"
342342 env : |
0 commit comments