File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,9 @@ jobs:
174
174
with :
175
175
build_type : pull-request
176
176
script : ci/test_wheel_pylibcugraph.sh
177
+ # CUDA 11 wheel CI is disabled until
178
+ # https://github.com/rapidsai/build-planning/issues/137 is resolved.
179
+ matrix_filter : map(select(.CUDA_VER | startswith("11") | not))
177
180
wheel-build-cugraph :
178
181
needs : wheel-build-pylibcugraph
179
182
secrets : inherit
@@ -189,6 +192,9 @@ jobs:
189
192
with :
190
193
build_type : pull-request
191
194
script : ci/test_wheel_cugraph.sh
195
+ # CUDA 11 wheel CI is disabled until
196
+ # https://github.com/rapidsai/build-planning/issues/137 is resolved.
197
+ matrix_filter : map(select(.CUDA_VER | startswith("11") | not))
192
198
devcontainer :
193
199
secrets : inherit
194
200
needs : telemetry-setup
Original file line number Diff line number Diff line change 49
49
date : ${{ inputs.date }}
50
50
sha : ${{ inputs.sha }}
51
51
script : ci/test_wheel_pylibcugraph.sh
52
+ # CUDA 11 wheel CI is disabled until
53
+ # https://github.com/rapidsai/build-planning/issues/137 is resolved.
54
+ matrix_filter : map(select(.CUDA_VER | startswith("11") | not))
52
55
wheel-tests-cugraph :
53
56
secrets : inherit
54
57
uses :
rapidsai/shared-workflows/.github/workflows/[email protected]
58
61
date : ${{ inputs.date }}
59
62
sha : ${{ inputs.sha }}
60
63
script : ci/test_wheel_cugraph.sh
64
+ # CUDA 11 wheel CI is disabled until
65
+ # https://github.com/rapidsai/build-planning/issues/137 is resolved.
66
+ matrix_filter : map(select(.CUDA_VER | startswith("11") | not))
You can’t perform that action at this time.
0 commit comments