32
32
- wheel-tests-cuml
33
33
- devcontainer
34
34
secrets : inherit
35
- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
35
+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.06
36
36
if : always()
37
37
with :
38
38
needs : ${{ toJSON(needs) }}
63
63
changed-files :
64
64
secrets : inherit
65
65
needs : telemetry-setup
66
- uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.04
66
+ uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.06
67
67
with :
68
68
files_yaml : |
69
69
test_cpp:
@@ -97,15 +97,15 @@ jobs:
97
97
checks :
98
98
secrets : inherit
99
99
needs : telemetry-setup
100
- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
100
+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.06
101
101
with :
102
102
enable_check_generated_files : false
103
103
ignored_pr_jobs : >-
104
104
optional-job-conda-python-tests-cudf-pandas-integration telemetry-summarize
105
105
clang-tidy :
106
106
needs : checks
107
107
secrets : inherit
108
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
108
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
109
109
with :
110
110
build_type : pull-request
111
111
node_type : " cpu8"
@@ -115,41 +115,41 @@ jobs:
115
115
conda-cpp-build :
116
116
needs : checks
117
117
secrets : inherit
118
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.04
118
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
119
119
with :
120
120
build_type : pull-request
121
121
conda-cpp-tests :
122
122
needs : [conda-cpp-build, changed-files]
123
123
secrets : inherit
124
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04
124
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
125
125
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
126
126
with :
127
127
build_type : pull-request
128
128
conda-cpp-checks :
129
129
needs : conda-cpp-build
130
130
secrets : inherit
131
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.04
131
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.06
132
132
with :
133
133
build_type : pull-request
134
134
enable_check_symbols : true
135
135
conda-python-build :
136
136
needs : conda-cpp-build
137
137
secrets : inherit
138
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
138
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
139
139
with :
140
140
build_type : pull-request
141
141
conda-python-tests-singlegpu :
142
142
needs : [conda-python-build, changed-files]
143
143
secrets : inherit
144
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
144
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
145
145
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
146
146
with :
147
147
build_type : pull-request
148
148
script : " ci/test_python_singlegpu.sh"
149
149
optional-job-conda-python-tests-cudf-pandas-integration :
150
150
needs : [conda-python-build, changed-files]
151
151
secrets : inherit
152
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
152
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
153
153
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
154
154
with :
155
155
matrix_filter : map(select(.ARCH == "amd64"))
@@ -158,23 +158,23 @@ jobs:
158
158
conda-python-tests-dask :
159
159
needs : [conda-python-build, changed-files]
160
160
secrets : inherit
161
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
161
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
162
162
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
163
163
with :
164
164
build_type : pull-request
165
165
script : " ci/test_python_dask.sh"
166
166
conda-python-scikit-learn-accel-tests :
167
167
needs : [conda-python-build, changed-files]
168
168
secrets : inherit
169
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
169
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
170
170
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
171
171
with :
172
172
build_type : pull-request
173
173
script : " ci/test_python_scikit_learn_tests.sh"
174
174
conda-notebook-tests :
175
175
needs : [conda-python-build, changed-files]
176
176
secrets : inherit
177
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
177
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
178
178
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks
179
179
with :
180
180
build_type : pull-request
@@ -185,7 +185,7 @@ jobs:
185
185
docs-build :
186
186
needs : conda-python-build
187
187
secrets : inherit
188
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
188
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
189
189
with :
190
190
build_type : pull-request
191
191
node_type : " gpu-l4-latest-1"
@@ -195,37 +195,37 @@ jobs:
195
195
wheel-build-libcuml :
196
196
needs : checks
197
197
secrets : inherit
198
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
198
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
199
199
with :
200
200
build_type : pull-request
201
201
branch : ${{ inputs.branch }}
202
202
sha : ${{ inputs.sha }}
203
203
date : ${{ inputs.date }}
204
204
script : ci/build_wheel_libcuml.sh
205
205
extra-repo : rapidsai/cumlprims_mg
206
- extra-repo-sha : branch-25.04
206
+ extra-repo-sha : branch-25.06
207
207
extra-repo-deploy-key : CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
208
208
# build for every combination of arch and CUDA version, but only for the latest Python
209
209
matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
210
210
wheel-build-cuml :
211
211
needs : [checks, wheel-build-libcuml]
212
212
secrets : inherit
213
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
213
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
214
214
with :
215
215
build_type : pull-request
216
216
script : ci/build_wheel_cuml.sh
217
217
wheel-tests-cuml :
218
218
needs : [wheel-build-cuml, changed-files]
219
219
secrets : inherit
220
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
220
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
221
221
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
222
222
with :
223
223
build_type : pull-request
224
224
script : ci/test_wheel.sh
225
225
devcontainer :
226
226
needs : telemetry-setup
227
227
secrets : inherit
228
- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.04
228
+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.06
229
229
with :
230
230
arch : ' ["amd64"]'
231
231
cuda : ' ["12.8"]'
0 commit comments