Skip to content

Commit cf839b3

Browse files
authored
Revert "ci: pre-filter 11.4 jobs before they are enabled in shared workflows (#4975)" (#4995)
Now that nightlies are passing, we should be able to test these jobs in PRs. Authors: - Divye Gala (https://github.com/divyegala) Approvers: - Bradley Dice (https://github.com/bdice) URL: #4995
1 parent 73156a1 commit cf839b3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pr.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ jobs:
108108
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
109109
with:
110110
build_type: pull-request
111-
# Filtering out 11.4 runs until 11.4 issues are resolved
112-
# See https://github.com/rapidsai/build-planning/issues/164
113-
matrix_filter: map(select(.CUDA_VER != "11.4.3"))
114111
conda-cpp-checks:
115112
needs: conda-cpp-build
116113
secrets: inherit
@@ -132,9 +129,6 @@ jobs:
132129
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
133130
with:
134131
build_type: pull-request
135-
# Filtering out 11.4 runs until 11.4 issues are resolved
136-
# See https://github.com/rapidsai/build-planning/issues/164
137-
matrix_filter: map(select(.CUDA_VER != "11.4.3"))
138132
conda-notebook-tests:
139133
needs: [conda-python-build, changed-files]
140134
secrets: inherit

0 commit comments

Comments
 (0)