3535 - wheel-tests-cuvs
3636 - devcontainer
3737 - telemetry-setup
38- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@release/26.06
38+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-13.2.0
3939 permissions :
4040 contents : read
4141 if : always()
7878 contents : read
7979 packages : read
8080 pull-requests : read
81- uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@release/26.06
81+ uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@cuda-13.2.0
8282 with :
8383 files_yaml : |
8484 build_docs:
@@ -340,7 +340,7 @@ jobs:
340340 - '!thirdparty/LICENSES/**'
341341 checks :
342342 needs : telemetry-setup
343- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@release/26.06
343+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda-13.2.0
344344 permissions :
345345 contents : read
346346 with :
@@ -363,7 +363,7 @@ jobs:
363363 packages : read
364364 pull-requests : read
365365 secrets : inherit # zizmor: ignore[secrets-inherit]
366- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@release/26.06
366+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-13.2.0
367367 with :
368368 build_type : pull-request
369369 node_type : cpu16
@@ -377,7 +377,7 @@ jobs:
377377 packages : read
378378 pull-requests : read
379379 secrets : inherit # zizmor: ignore[secrets-inherit]
380- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@release/26.06
380+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-13.2.0
381381 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
382382 with :
383383 build_type : pull-request
@@ -390,7 +390,7 @@ jobs:
390390 id-token : write
391391 packages : read
392392 pull-requests : read
393- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@release/26.06
393+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@cuda-13.2.0
394394 with :
395395 build_type : pull-request
396396 symbol_exclusions : (void (thrust::|cub::))
@@ -403,7 +403,7 @@ jobs:
403403 packages : read
404404 pull-requests : read
405405 secrets : inherit # zizmor: ignore[secrets-inherit]
406- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/26.06
406+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.2.0
407407 with :
408408 build_type : pull-request
409409 script : ci/build_python.sh
@@ -418,7 +418,7 @@ jobs:
418418 packages : read
419419 pull-requests : read
420420 secrets : inherit # zizmor: ignore[secrets-inherit]
421- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@release/26.06
421+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-13.2.0
422422 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_conda
423423 with :
424424 build_type : pull-request
@@ -427,7 +427,7 @@ jobs:
427427 needs : checks
428428 permissions :
429429 contents : read
430- uses : rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@release/26.06
430+ uses : rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@cuda-13.2.0
431431 with :
432432 build_type : pull-request
433433 matrix_name : conda-cpp-build
@@ -440,7 +440,7 @@ jobs:
440440 packages : read
441441 pull-requests : read
442442 secrets : inherit # zizmor: ignore[secrets-inherit]
443- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.06
443+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0
444444 strategy :
445445 fail-fast : false
446446 matrix : ${{ fromJSON(needs.rocky8-clib-standalone-build-matrix.outputs.matrix) }}
@@ -459,7 +459,7 @@ jobs:
459459 needs : [rocky8-clib-standalone-build, changed-files]
460460 permissions :
461461 contents : read
462- uses : rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@release/26.06
462+ uses : rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@cuda-13.2.0
463463 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
464464 with :
465465 build_type : pull-request
@@ -473,7 +473,7 @@ jobs:
473473 packages : read
474474 pull-requests : read
475475 secrets : inherit # zizmor: ignore[secrets-inherit]
476- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.06
476+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0
477477 strategy :
478478 fail-fast : false
479479 matrix : ${{ fromJSON(needs.rocky8-clib-tests-matrix.outputs.matrix) }}
@@ -489,7 +489,7 @@ jobs:
489489 needs : [conda-cpp-build, changed-files]
490490 permissions :
491491 contents : read
492- uses : rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@release/26.06
492+ uses : rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@cuda-13.2.0
493493 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_java || fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
494494 with :
495495 build_type : pull-request
@@ -504,7 +504,7 @@ jobs:
504504 packages : read
505505 pull-requests : read
506506 secrets : inherit # zizmor: ignore[secrets-inherit]
507- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.06
507+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0
508508 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
509509 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
510510 strategy :
@@ -522,7 +522,7 @@ jobs:
522522 needs : [conda-cpp-build, changed-files]
523523 permissions :
524524 contents : read
525- uses : rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@release/26.06
525+ uses : rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@cuda-13.2.0
526526 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_rust || fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
527527 with :
528528 build_type : pull-request
@@ -537,7 +537,7 @@ jobs:
537537 packages : read
538538 pull-requests : read
539539 secrets : inherit # zizmor: ignore[secrets-inherit]
540- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.06
540+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0
541541 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
542542 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
543543 strategy :
@@ -553,7 +553,7 @@ jobs:
553553 needs : [conda-cpp-build, changed-files]
554554 permissions :
555555 contents : read
556- uses : rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@release/26.06
556+ uses : rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@cuda-13.2.0
557557 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_go || fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
558558 with :
559559 build_type : pull-request
@@ -568,7 +568,7 @@ jobs:
568568 packages : read
569569 pull-requests : read
570570 secrets : inherit # zizmor: ignore[secrets-inherit]
571- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.06
571+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0
572572 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
573573 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
574574 strategy :
@@ -589,7 +589,7 @@ jobs:
589589 packages : read
590590 pull-requests : read
591591 secrets : inherit # zizmor: ignore[secrets-inherit]
592- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.06
592+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0
593593 with :
594594 build_type : pull-request
595595 node_type : " gpu-l4-latest-1"
@@ -605,7 +605,7 @@ jobs:
605605 packages : read
606606 pull-requests : read
607607 secrets : inherit # zizmor: ignore[secrets-inherit]
608- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
608+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0
609609 with :
610610 build_type : pull-request
611611 node_type : cpu16
@@ -623,7 +623,7 @@ jobs:
623623 packages : read
624624 pull-requests : read
625625 secrets : inherit # zizmor: ignore[secrets-inherit]
626- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
626+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0
627627 with :
628628 build_type : pull-request
629629 node_type : cpu8
@@ -641,7 +641,7 @@ jobs:
641641 packages : read
642642 pull-requests : read
643643 secrets : inherit # zizmor: ignore[secrets-inherit]
644- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@release/26.06
644+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-13.2.0
645645 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_wheels
646646 with :
647647 build_type : pull-request
@@ -655,7 +655,7 @@ jobs:
655655 pull-requests : read
656656 secrets : inherit # zizmor: ignore[secrets-inherit]
657657 needs : telemetry-setup
658- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@release/26.06
658+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@cuda-13.2.0
659659 with :
660660 arch : ' ["amd64", "arm64"]'
661661 cuda : ' ["13.2"]'
0 commit comments