2929 - devcontainer
3030 - telemetry-setup
3131 secrets : inherit
32- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-13.1.0
32+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main
3333 if : always()
3434 with :
3535 needs : ${{ toJSON(needs) }}
5656 changed-files :
5757 needs : telemetry-setup
5858 secrets : inherit
59- uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@cuda-13.1.0
59+ uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@main
6060 with :
6161 files_yaml : |
6262 test_cpp:
@@ -132,14 +132,14 @@ jobs:
132132 checks :
133133 needs : telemetry-setup
134134 secrets : inherit
135- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda-13.1.0
135+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@main
136136 with :
137137 enable_check_generated_files : false
138138 ignored_pr_jobs : " telemetry-summarize"
139139 conda-cpp-build :
140140 needs : checks
141141 secrets : inherit
142- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-13.1.0
142+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
143143 with :
144144 build_type : pull-request
145145 node_type : cpu16
@@ -148,7 +148,7 @@ jobs:
148148 conda-cpp-tests :
149149 needs : [conda-cpp-build, changed-files]
150150 secrets : inherit
151- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-13.1.0
151+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@main
152152 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
153153 with :
154154 build_type : pull-request
@@ -157,21 +157,21 @@ jobs:
157157 conda-cpp-checks :
158158 needs : conda-cpp-build
159159 secrets : inherit
160- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@cuda-13.1.0
160+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@main
161161 with :
162162 build_type : pull-request
163163 symbol_exclusions : (void (thrust::|cub::))
164164 conda-python-build :
165165 needs : conda-cpp-build
166166 secrets : inherit
167- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.1.0
167+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
168168 with :
169169 build_type : pull-request
170170 script : ci/build_python.sh
171171 conda-python-tests :
172172 needs : [conda-python-build, changed-files]
173173 secrets : inherit
174- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-13.1.0
174+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@main
175175 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
176176 with :
177177 build_type : pull-request
@@ -180,7 +180,7 @@ jobs:
180180 rocky8-clib-standalone-build :
181181 needs : [checks]
182182 secrets : inherit
183- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.1.0
183+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
184184 strategy :
185185 fail-fast : false
186186 matrix :
@@ -205,7 +205,7 @@ jobs:
205205 rocky8-clib-tests :
206206 needs : [rocky8-clib-standalone-build, changed-files]
207207 secrets : inherit
208- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.1.0
208+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
209209 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
210210 strategy :
211211 fail-fast : false
@@ -227,7 +227,7 @@ jobs:
227227 conda-java-build-and-tests :
228228 needs : [conda-cpp-build, changed-files]
229229 secrets : inherit
230- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.1.0
230+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
231231 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_java || fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
232232 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
233233 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
@@ -249,7 +249,7 @@ jobs:
249249 rust-build :
250250 needs : [conda-cpp-build, changed-files]
251251 secrets : inherit
252- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.1.0
252+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
253253 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_rust || fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
254254 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
255255 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
@@ -269,7 +269,7 @@ jobs:
269269 go-build :
270270 needs : [conda-cpp-build, changed-files]
271271 secrets : inherit
272- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.1.0
272+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
273273 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_go || fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
274274 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
275275 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
@@ -288,7 +288,7 @@ jobs:
288288 docs-build :
289289 needs : conda-python-build
290290 secrets : inherit
291- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.1.0
291+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
292292 with :
293293 build_type : pull-request
294294 node_type : " gpu-l4-latest-1"
@@ -298,7 +298,7 @@ jobs:
298298 wheel-build-libcuvs :
299299 needs : checks
300300 secrets : inherit
301- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.1.0
301+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
302302 with :
303303 build_type : pull-request
304304 node_type : cpu16
@@ -311,7 +311,7 @@ jobs:
311311 wheel-build-cuvs :
312312 needs : wheel-build-libcuvs
313313 secrets : inherit
314- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.1.0
314+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
315315 with :
316316 build_type : pull-request
317317 node_type : cpu8
@@ -322,7 +322,7 @@ jobs:
322322 wheel-tests-cuvs :
323323 needs : [wheel-build-cuvs, changed-files]
324324 secrets : inherit
325- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-13.1.0
325+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
326326 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
327327 with :
328328 build_type : pull-request
@@ -331,7 +331,7 @@ jobs:
331331 devcontainer :
332332 secrets : inherit
333333 needs : telemetry-setup
334- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@cuda-13.1.0
334+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@main
335335 with :
336336 arch : ' ["amd64", "arm64"]'
337337 cuda : ' ["13.1"]'
0 commit comments