File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -259,8 +259,6 @@ jobs:
259259 with :
260260 build_type : pull-request
261261 script : ci/test_python.sh
262- # Skip failing tests on RTX PRO 6000 (Blackwell). xref: https://github.com/rapidsai/cugraph/issues/5421
263- matrix_filter : map(select(.GPU != "rtxpro6000"))
264262 conda-notebook-tests :
265263 needs : [conda-python-build, changed-files]
266264 secrets : inherit
@@ -335,8 +333,6 @@ jobs:
335333 with :
336334 build_type : pull-request
337335 script : ci/test_wheel_cugraph.sh
338- # Skip failing tests on RTX PRO 6000 (Blackwell). xref: https://github.com/rapidsai/cugraph/issues/5421
339- matrix_filter : map(select(.GPU != "rtxpro6000"))
340336 devcontainer :
341337 secrets : inherit
342338 needs : telemetry-setup
Original file line number Diff line number Diff line change 5050 date : ${{ inputs.date }}
5151 script : ci/test_python.sh
5252 sha : ${{ inputs.sha }}
53- # Skip failing tests on RTX PRO 6000 (Blackwell). xref: https://github.com/rapidsai/cugraph/issues/5421
54- matrix_filter : map(select(.GPU != "rtxpro6000"))
5553 wheel-tests-pylibcugraph :
5654 secrets : inherit
5755 uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
7068 date : ${{ inputs.date }}
7169 sha : ${{ inputs.sha }}
7270 script : ci/test_wheel_cugraph.sh
73- # Skip failing tests on RTX PRO 6000 (Blackwell). xref: https://github.com/rapidsai/cugraph/issues/5421
74- matrix_filter : map(select(.GPU != "rtxpro6000"))
You can’t perform that action at this time.
0 commit comments