@@ -26,13 +26,13 @@ jobs:
2626 - wheel-test
2727 - devcontainer
2828 secrets : inherit
29- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda13.0
29+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.10
3030 if : always()
3131 with :
3232 needs : ${{ toJSON(needs) }}
3333 changed-files :
3434 secrets : inherit
35- uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@cuda13.0
35+ uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.10
3636 with :
3737 files_yaml : |
3838 test_cpp:
@@ -58,11 +58,11 @@ jobs:
5858 - '!docs/**'
5959 checks :
6060 secrets : inherit
61- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda13.0
61+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.10
6262 wheel-build-librapidsmpf :
6363 needs : checks
6464 secrets : inherit
65- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda13.0
65+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
6666 with :
6767 build_type : pull-request
6868 script : ci/build_wheel_librapidsmpf.sh
7373 wheel-build-rapidsmpf :
7474 needs : [checks, wheel-build-librapidsmpf]
7575 secrets : inherit
76- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda13.0
76+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
7777 with :
7878 build_type : pull-request
7979 script : ci/build_wheel_rapidsmpf.sh
8282 wheel-build-rapidsmpf-singlecomm :
8383 needs : [checks, wheel-build-librapidsmpf]
8484 secrets : inherit
85- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda13.0
85+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
8686 with :
8787 build_type : pull-request
8888 script : ci/build_wheel_singlecomm.sh
@@ -92,22 +92,22 @@ jobs:
9292 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
9393 needs : [changed-files, wheel-build-rapidsmpf]
9494 secrets : inherit
95- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda13.0
95+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.10
9696 with :
9797 build_type : pull-request
9898 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
9999 script : ci/test_wheel.sh
100100 conda-cpp-build :
101101 needs : checks
102102 secrets : inherit
103- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda13.0
103+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
104104 with :
105105 build_type : pull-request
106106 script : ci/build_cpp.sh
107107 conda-cpp-linters :
108108 secrets : inherit
109109 needs : checks
110- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda13.0
110+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
111111 with :
112112 build_type : pull-request
113113 script : " ci/cpp_linters.sh"
@@ -116,23 +116,23 @@ jobs:
116116 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
117117 needs : [changed-files, conda-cpp-build]
118118 secrets : inherit
119- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda13.0
119+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.10
120120 with :
121121 build_type : pull-request
122122 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
123123 script : ci/test_cpp.sh
124124 conda-python-build :
125125 needs : conda-cpp-build
126126 secrets : inherit
127- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda13.0
127+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
128128 with :
129129 build_type : pull-request
130130 script : ci/build_python.sh
131131 conda-python-tests :
132132 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
133133 needs : [changed-files, conda-python-build]
134134 secrets : inherit
135- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda13.0
135+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.10
136136 with :
137137 build_type : pull-request
138138 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
@@ -141,7 +141,7 @@ jobs:
141141 docs-build :
142142 needs : conda-python-build
143143 secrets : inherit
144- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda13.0
144+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
145145 with :
146146 build_type : pull-request
147147 node_type : " cpu8"
@@ -150,7 +150,7 @@ jobs:
150150 script : " ci/build_docs.sh"
151151 devcontainer :
152152 secrets : inherit
153- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@cuda13.0
153+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.10
154154 with :
155155 arch : ' ["amd64", "arm64"]'
156156 cuda : ' ["13.0"]'
0 commit comments