2929 - devcontainer
3030 - telemetry-setup
3131 secrets : inherit
32- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
32+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.06
3333 if : always()
3434 with :
3535 needs : ${{ toJSON(needs) }}
5858 changed-files :
5959 needs : telemetry-setup
6060 secrets : inherit
61- uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.04
61+ uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.06
6262 with :
6363 files_yaml : |
6464 test_cpp:
@@ -95,49 +95,49 @@ jobs:
9595 checks :
9696 needs : telemetry-setup
9797 secrets : inherit
98- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
98+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.06
9999 with :
100100 enable_check_generated_files : false
101101 ignored_pr_jobs : " telemetry-summarize"
102102 conda-cpp-build :
103103 needs : checks
104104 secrets : inherit
105- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.04
105+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
106106 with :
107107 build_type : pull-request
108108 node_type : cpu16
109109 conda-cpp-tests :
110110 needs : [conda-cpp-build, changed-files]
111111 secrets : inherit
112- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04
112+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
113113 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
114114 with :
115115 build_type : pull-request
116116 conda-cpp-checks :
117117 needs : conda-cpp-build
118118 secrets : inherit
119- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.04
119+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.06
120120 with :
121121 build_type : pull-request
122122 enable_check_symbols : true
123123 symbol_exclusions : (void (thrust::|cub::))
124124 conda-python-build :
125125 needs : conda-cpp-build
126126 secrets : inherit
127- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
127+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
128128 with :
129129 build_type : pull-request
130130 conda-python-tests :
131131 needs : [conda-python-build, changed-files]
132132 secrets : inherit
133- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
133+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
134134 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
135135 with :
136136 build_type : pull-request
137137 docs-build :
138138 needs : conda-python-build
139139 secrets : inherit
140- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
140+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
141141 with :
142142 build_type : pull-request
143143 node_type : " gpu-l4-latest-1"
@@ -147,7 +147,7 @@ jobs:
147147 rust-build :
148148 needs : conda-cpp-build
149149 secrets : inherit
150- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
150+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
151151 with :
152152 build_type : pull-request
153153 node_type : " gpu-l4-latest-1"
@@ -157,7 +157,7 @@ jobs:
157157 go-build :
158158 needs : conda-cpp-build
159159 secrets : inherit
160- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
160+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
161161 with :
162162 build_type : pull-request
163163 node_type : " gpu-v100-latest-1"
@@ -167,7 +167,7 @@ jobs:
167167 wheel-build-libcuvs :
168168 needs : checks
169169 secrets : inherit
170- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
170+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
171171 with :
172172 build_type : pull-request
173173 script : ci/build_wheel_libcuvs.sh
@@ -176,22 +176,22 @@ jobs:
176176 wheel-build-cuvs :
177177 needs : wheel-build-libcuvs
178178 secrets : inherit
179- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
179+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
180180 with :
181181 build_type : pull-request
182182 script : ci/build_wheel_cuvs.sh
183183 wheel-tests-cuvs :
184184 needs : [wheel-build-cuvs, changed-files]
185185 secrets : inherit
186- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
186+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
187187 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
188188 with :
189189 build_type : pull-request
190190 script : ci/test_wheel_cuvs.sh
191191 devcontainer :
192192 secrets : inherit
193193 needs : telemetry-setup
194- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.04
194+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.06
195195 with :
196196 arch : ' ["amd64"]'
197197 cuda : ' ["12.8"]'
0 commit comments