Skip to content

Commit 7f7ca54

Browse files
committed
Reenables RTXP6k tests.
Signed-off-by: rlratzel <rratzel@nvidia.com>
1 parent 6bc8593 commit 7f7ca54

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
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
@@ -70,5 +68,3 @@ jobs:
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"))

0 commit comments

Comments
 (0)