46
46
cpp-build :
47
47
needs : [telemetry-setup]
48
48
secrets : inherit
49
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
49
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.12
50
50
with :
51
51
build_type : ${{ inputs.build_type || 'branch' }}
52
52
branch : ${{ inputs.branch }}
57
57
python-build :
58
58
needs : [telemetry-setup, cpp-build]
59
59
secrets : inherit
60
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
60
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
61
61
with :
62
62
build_type : ${{ inputs.build_type || 'branch' }}
63
63
branch : ${{ inputs.branch }}
67
67
upload-conda :
68
68
needs : [cpp-build, python-build]
69
69
secrets : inherit
70
- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.10
70
+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.12
71
71
with :
72
72
build_type : ${{ inputs.build_type || 'branch' }}
73
73
branch : ${{ inputs.branch }}
@@ -77,20 +77,20 @@ jobs:
77
77
if : github.ref_type == 'branch'
78
78
needs : python-build
79
79
secrets : inherit
80
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
80
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
81
81
with :
82
82
arch : " amd64"
83
83
branch : ${{ inputs.branch }}
84
84
build_type : ${{ inputs.build_type || 'branch' }}
85
- container_image : " rapidsai/ci-conda:25.10 -latest"
85
+ container_image : " rapidsai/ci-conda:25.12 -latest"
86
86
date : ${{ inputs.date }}
87
87
node_type : " gpu-l4-latest-1"
88
88
script : " ci/build_docs.sh"
89
89
sha : ${{ inputs.sha }}
90
90
wheel-build-libcudf :
91
91
needs : [telemetry-setup]
92
92
secrets : inherit
93
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
93
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
94
94
with :
95
95
# build for every combination of arch and CUDA version, but only for the latest Python
96
96
matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
@@ -105,7 +105,7 @@ jobs:
105
105
wheel-publish-libcudf :
106
106
needs : wheel-build-libcudf
107
107
secrets : inherit
108
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
108
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
109
109
with :
110
110
build_type : ${{ inputs.build_type || 'branch' }}
111
111
branch : ${{ inputs.branch }}
@@ -116,7 +116,7 @@ jobs:
116
116
wheel-build-pylibcudf :
117
117
needs : [telemetry-setup, wheel-build-libcudf]
118
118
secrets : inherit
119
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
119
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
120
120
with :
121
121
build_type : ${{ inputs.build_type || 'branch' }}
122
122
branch : ${{ inputs.branch }}
@@ -128,7 +128,7 @@ jobs:
128
128
wheel-publish-pylibcudf :
129
129
needs : wheel-build-pylibcudf
130
130
secrets : inherit
131
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
131
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
132
132
with :
133
133
build_type : ${{ inputs.build_type || 'branch' }}
134
134
branch : ${{ inputs.branch }}
@@ -139,7 +139,7 @@ jobs:
139
139
wheel-build-cudf :
140
140
needs : [telemetry-setup, wheel-build-pylibcudf]
141
141
secrets : inherit
142
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
142
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
143
143
with :
144
144
build_type : ${{ inputs.build_type || 'branch' }}
145
145
branch : ${{ inputs.branch }}
@@ -151,7 +151,7 @@ jobs:
151
151
wheel-publish-cudf :
152
152
needs : wheel-build-cudf
153
153
secrets : inherit
154
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
154
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
155
155
with :
156
156
build_type : ${{ inputs.build_type || 'branch' }}
157
157
branch : ${{ inputs.branch }}
@@ -162,7 +162,7 @@ jobs:
162
162
wheel-build-dask-cudf :
163
163
needs : [telemetry-setup, wheel-build-cudf]
164
164
secrets : inherit
165
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
165
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
166
166
with :
167
167
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
168
168
matrix_filter : map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
@@ -177,7 +177,7 @@ jobs:
177
177
wheel-publish-dask-cudf :
178
178
needs : wheel-build-dask-cudf
179
179
secrets : inherit
180
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
180
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
181
181
with :
182
182
build_type : ${{ inputs.build_type || 'branch' }}
183
183
branch : ${{ inputs.branch }}
@@ -188,7 +188,7 @@ jobs:
188
188
wheel-build-cudf-polars :
189
189
needs : [telemetry-setup, wheel-build-pylibcudf]
190
190
secrets : inherit
191
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
191
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
192
192
with :
193
193
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
194
194
matrix_filter : map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
@@ -203,7 +203,7 @@ jobs:
203
203
wheel-publish-cudf-polars :
204
204
needs : wheel-build-cudf-polars
205
205
secrets : inherit
206
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
206
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
207
207
with :
208
208
build_type : ${{ inputs.build_type || 'branch' }}
209
209
branch : ${{ inputs.branch }}
0 commit comments