40
40
cpp-build :
41
41
needs : [telemetry-setup]
42
42
secrets : inherit
43
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
43
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.08
44
44
with :
45
45
build_type : ${{ inputs.build_type || 'branch' }}
46
46
branch : ${{ inputs.branch }}
50
50
python-build :
51
51
needs : [telemetry-setup, cpp-build]
52
52
secrets : inherit
53
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
53
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.08
54
54
with :
55
55
build_type : ${{ inputs.build_type || 'branch' }}
56
56
branch : ${{ inputs.branch }}
59
59
upload-conda :
60
60
needs : [cpp-build, python-build]
61
61
secrets : inherit
62
- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.06
62
+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.08
63
63
with :
64
64
build_type : ${{ inputs.build_type || 'branch' }}
65
65
branch : ${{ inputs.branch }}
70
70
if : github.ref_type == 'branch'
71
71
needs : python-build
72
72
secrets : inherit
73
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
73
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
74
74
with :
75
75
arch : " amd64"
76
76
branch : ${{ inputs.branch }}
83
83
wheel-build-libcudf :
84
84
needs : [telemetry-setup]
85
85
secrets : inherit
86
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
86
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
87
87
with :
88
88
# build for every combination of arch and CUDA version, but only for the latest Python
89
89
matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
98
98
wheel-publish-libcudf :
99
99
needs : wheel-build-libcudf
100
100
secrets : inherit
101
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
101
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
102
102
with :
103
103
build_type : ${{ inputs.build_type || 'branch' }}
104
104
branch : ${{ inputs.branch }}
@@ -109,7 +109,7 @@ jobs:
109
109
wheel-build-pylibcudf :
110
110
needs : [telemetry-setup, wheel-build-libcudf]
111
111
secrets : inherit
112
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
112
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
113
113
with :
114
114
build_type : ${{ inputs.build_type || 'branch' }}
115
115
branch : ${{ inputs.branch }}
@@ -121,7 +121,7 @@ jobs:
121
121
wheel-publish-pylibcudf :
122
122
needs : wheel-build-pylibcudf
123
123
secrets : inherit
124
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
124
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
125
125
with :
126
126
build_type : ${{ inputs.build_type || 'branch' }}
127
127
branch : ${{ inputs.branch }}
@@ -132,7 +132,7 @@ jobs:
132
132
wheel-build-cudf :
133
133
needs : [telemetry-setup, wheel-build-pylibcudf]
134
134
secrets : inherit
135
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
135
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
136
136
with :
137
137
build_type : ${{ inputs.build_type || 'branch' }}
138
138
branch : ${{ inputs.branch }}
@@ -144,7 +144,7 @@ jobs:
144
144
wheel-publish-cudf :
145
145
needs : wheel-build-cudf
146
146
secrets : inherit
147
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
147
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
148
148
with :
149
149
build_type : ${{ inputs.build_type || 'branch' }}
150
150
branch : ${{ inputs.branch }}
@@ -155,7 +155,7 @@ jobs:
155
155
wheel-build-dask-cudf :
156
156
needs : [telemetry-setup, wheel-build-cudf]
157
157
secrets : inherit
158
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
158
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
159
159
with :
160
160
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
161
161
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))]))
@@ -170,7 +170,7 @@ jobs:
170
170
wheel-publish-dask-cudf :
171
171
needs : wheel-build-dask-cudf
172
172
secrets : inherit
173
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
173
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
174
174
with :
175
175
build_type : ${{ inputs.build_type || 'branch' }}
176
176
branch : ${{ inputs.branch }}
@@ -181,7 +181,7 @@ jobs:
181
181
wheel-build-cudf-polars :
182
182
needs : [telemetry-setup, wheel-build-pylibcudf]
183
183
secrets : inherit
184
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
184
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
185
185
with :
186
186
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
187
187
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))]))
@@ -196,7 +196,7 @@ jobs:
196
196
wheel-publish-cudf-polars :
197
197
needs : wheel-build-cudf-polars
198
198
secrets : inherit
199
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
199
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
200
200
with :
201
201
build_type : ${{ inputs.build_type || 'branch' }}
202
202
branch : ${{ inputs.branch }}
0 commit comments