@@ -34,56 +34,56 @@ jobs:
34
34
- pandas-tests
35
35
- pandas-tests-diff
36
36
secrets : inherit
37
- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-12.5.1
37
+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.08
38
38
checks :
39
39
secrets : inherit
40
- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda-12.5.1
40
+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.08
41
41
with :
42
42
enable_check_generated_files : false
43
43
conda-cpp-build :
44
44
needs : checks
45
45
secrets : inherit
46
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-12.5.1
46
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.08
47
47
with :
48
48
build_type : pull-request
49
49
conda-cpp-checks :
50
50
needs : conda-cpp-build
51
51
secrets : inherit
52
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@cuda-12.5.1
52
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-24.08
53
53
with :
54
54
build_type : pull-request
55
55
enable_check_symbols : true
56
56
conda-cpp-tests :
57
57
needs : conda-cpp-build
58
58
secrets : inherit
59
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-12.5.1
59
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.08
60
60
with :
61
61
build_type : pull-request
62
62
conda-python-build :
63
63
needs : conda-cpp-build
64
64
secrets : inherit
65
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-12.5.1
65
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
66
66
with :
67
67
build_type : pull-request
68
68
conda-python-cudf-tests :
69
69
needs : conda-python-build
70
70
secrets : inherit
71
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-12.5.1
71
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
72
72
with :
73
73
build_type : pull-request
74
74
script : " ci/test_python_cudf.sh"
75
75
conda-python-other-tests :
76
76
# Tests for dask_cudf, custreamz, cudf_kafka are separated for CI parallelism
77
77
needs : conda-python-build
78
78
secrets : inherit
79
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-12.5.1
79
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
80
80
with :
81
81
build_type : pull-request
82
82
script : " ci/test_python_other.sh"
83
83
conda-java-tests :
84
84
needs : conda-cpp-build
85
85
secrets : inherit
86
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.5.1
86
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
87
87
with :
88
88
build_type : pull-request
89
89
node_type : " gpu-v100-latest-1"
93
93
static-configure :
94
94
needs : checks
95
95
secrets : inherit
96
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.5.1
96
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
97
97
with :
98
98
build_type : pull-request
99
99
# Use the wheel container so we can skip conda solves and since our
@@ -103,7 +103,7 @@ jobs:
103
103
conda-notebook-tests :
104
104
needs : conda-python-build
105
105
secrets : inherit
106
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.5.1
106
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
107
107
with :
108
108
build_type : pull-request
109
109
node_type : " gpu-v100-latest-1"
@@ -113,7 +113,7 @@ jobs:
113
113
docs-build :
114
114
needs : conda-python-build
115
115
secrets : inherit
116
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.5.1
116
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
117
117
with :
118
118
build_type : pull-request
119
119
node_type : " gpu-v100-latest-1"
@@ -123,21 +123,21 @@ jobs:
123
123
wheel-build-cudf :
124
124
needs : checks
125
125
secrets : inherit
126
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
126
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
127
127
with :
128
128
build_type : pull-request
129
129
script : " ci/build_wheel_cudf.sh"
130
130
wheel-tests-cudf :
131
131
needs : wheel-build-cudf
132
132
secrets : inherit
133
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-12.5.1
133
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
134
134
with :
135
135
build_type : pull-request
136
136
script : ci/test_wheel_cudf.sh
137
137
wheel-build-cudf-polars :
138
138
needs : wheel-build-cudf
139
139
secrets : inherit
140
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
140
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
141
141
with :
142
142
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
143
143
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))]))
@@ -146,7 +146,7 @@ jobs:
146
146
wheel-tests-cudf-polars :
147
147
needs : wheel-build-cudf-polars
148
148
secrets : inherit
149
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-12.5.1
149
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
150
150
with :
151
151
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
152
152
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))]))
@@ -157,7 +157,7 @@ jobs:
157
157
wheel-build-dask-cudf :
158
158
needs : wheel-build-cudf
159
159
secrets : inherit
160
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
160
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
161
161
with :
162
162
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
163
163
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))]))
@@ -166,15 +166,15 @@ jobs:
166
166
wheel-tests-dask-cudf :
167
167
needs : wheel-build-dask-cudf
168
168
secrets : inherit
169
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-12.5.1
169
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
170
170
with :
171
171
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
172
172
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))]))
173
173
build_type : pull-request
174
174
script : ci/test_wheel_dask_cudf.sh
175
175
devcontainer :
176
176
secrets : inherit
177
- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@cuda-12.5.1
177
+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.08
178
178
with :
179
179
arch : ' ["amd64"]'
180
180
cuda : ' ["12.5"]'
@@ -185,7 +185,7 @@ jobs:
185
185
unit-tests-cudf-pandas :
186
186
needs : wheel-build-cudf
187
187
secrets : inherit
188
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-12.5.1
188
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
189
189
with :
190
190
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))]))
191
191
build_type : pull-request
@@ -194,7 +194,7 @@ jobs:
194
194
# run the Pandas unit tests using PR branch
195
195
needs : wheel-build-cudf
196
196
secrets : inherit
197
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-12.5.1
197
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
198
198
with :
199
199
matrix_filter : map(select(.ARCH == "amd64" and .PY_VER == "3.9" and (.CUDA_VER | startswith("12.5.")) ))
200
200
build_type : pull-request
@@ -204,7 +204,7 @@ jobs:
204
204
pandas-tests-diff :
205
205
# diff the results of running the Pandas unit tests and publish a job summary
206
206
needs : pandas-tests
207
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.5.1
207
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
208
208
with :
209
209
node_type : cpu4
210
210
build_type : pull-request
0 commit comments