29
29
- wheel-tests-cuml
30
30
- devcontainer
31
31
secrets : inherit
32
- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.02
32
+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
33
33
if : always()
34
34
with :
35
35
needs : ${{ toJSON(needs) }}
45
45
changed-files :
46
46
secrets : inherit
47
47
needs : telemetry-setup
48
- uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.02
48
+ uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.04
49
49
with :
50
50
files_yaml : |
51
51
test_cpp:
@@ -79,15 +79,15 @@ jobs:
79
79
checks :
80
80
secrets : inherit
81
81
needs : telemetry-setup
82
- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.02
82
+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
83
83
with :
84
84
enable_check_generated_files : false
85
85
ignored_pr_jobs : >-
86
86
optional-job-conda-python-tests-cudf-pandas-integration telemetry-summarize
87
87
clang-tidy :
88
88
needs : checks
89
89
secrets : inherit
90
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02
90
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
91
91
with :
92
92
build_type : pull-request
93
93
node_type : " cpu8"
@@ -97,41 +97,41 @@ jobs:
97
97
conda-cpp-build :
98
98
needs : checks
99
99
secrets : inherit
100
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.02
100
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.04
101
101
with :
102
102
build_type : pull-request
103
103
conda-cpp-tests :
104
104
needs : [conda-cpp-build, changed-files]
105
105
secrets : inherit
106
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.02
106
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04
107
107
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
108
108
with :
109
109
build_type : pull-request
110
110
conda-cpp-checks :
111
111
needs : conda-cpp-build
112
112
secrets : inherit
113
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.02
113
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.04
114
114
with :
115
115
build_type : pull-request
116
116
enable_check_symbols : true
117
117
conda-python-build :
118
118
needs : conda-cpp-build
119
119
secrets : inherit
120
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.02
120
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
121
121
with :
122
122
build_type : pull-request
123
123
conda-python-tests-singlegpu :
124
124
needs : [conda-python-build, changed-files]
125
125
secrets : inherit
126
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.02
126
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
127
127
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
128
128
with :
129
129
build_type : pull-request
130
130
script : " ci/test_python_singlegpu.sh"
131
131
optional-job-conda-python-tests-cudf-pandas-integration :
132
132
needs : [conda-python-build, changed-files]
133
133
secrets : inherit
134
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.02
134
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
135
135
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
136
136
with :
137
137
matrix_filter : map(select(.ARCH == "amd64"))
@@ -140,15 +140,15 @@ jobs:
140
140
conda-python-tests-dask :
141
141
needs : [conda-python-build, changed-files]
142
142
secrets : inherit
143
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.02
143
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
144
144
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
145
145
with :
146
146
build_type : pull-request
147
147
script : " ci/test_python_dask.sh"
148
148
conda-notebook-tests :
149
149
needs : [conda-python-build, changed-files]
150
150
secrets : inherit
151
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02
151
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
152
152
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks
153
153
with :
154
154
build_type : pull-request
@@ -159,7 +159,7 @@ jobs:
159
159
docs-build :
160
160
needs : conda-python-build
161
161
secrets : inherit
162
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02
162
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
163
163
with :
164
164
build_type : pull-request
165
165
node_type : " gpu-v100-latest-1"
@@ -169,25 +169,25 @@ jobs:
169
169
wheel-build-cuml :
170
170
needs : checks
171
171
secrets : inherit
172
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
172
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
173
173
with :
174
174
build_type : pull-request
175
175
script : ci/build_wheel.sh
176
176
extra-repo : rapidsai/cumlprims_mg
177
- extra-repo-sha : branch-25.02
177
+ extra-repo-sha : branch-25.04
178
178
extra-repo-deploy-key : CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
179
179
wheel-tests-cuml :
180
180
needs : [wheel-build-cuml, changed-files]
181
181
secrets : inherit
182
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.02
182
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
183
183
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
184
184
with :
185
185
build_type : pull-request
186
186
script : ci/test_wheel.sh
187
187
devcontainer :
188
188
needs : telemetry-setup
189
189
secrets : inherit
190
- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.02
190
+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.04
191
191
with :
192
192
arch : ' ["amd64"]'
193
193
cuda : ' ["12.5"]'
0 commit comments