Skip to content

Commit 40a1905

Browse files
authored
Skip failing cuDF Python tests on RTX PRO 6000 (#21358)
This unblocks rapidsai/shared-workflows#499 by skipping the failing tests noted in #21357. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - James Lamb (https://github.com/jameslamb) URL: #21358
1 parent 2d0f62c commit 40a1905

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ jobs:
351351
build_type: pull-request
352352
script: "ci/test_python_cudf.sh"
353353
sccache-dist-token-secret-name: GIST_REPO_READ_ORG_GITHUB_TOKEN
354+
# Skip failing tests on RTX PRO 6000 (Blackwell). xref: https://github.com/rapidsai/cudf/issues/21357
355+
matrix_filter: map(select(.GPU != "rtxpro6000"))
354356
conda-python-other-tests:
355357
# Tests for dask_cudf, custreamz, cudf_kafka are separated for CI parallelism
356358
needs: [conda-python-build-noarch, changed-files]
@@ -442,6 +444,8 @@ jobs:
442444
build_type: pull-request
443445
script: ci/test_wheel_cudf.sh
444446
sccache-dist-token-secret-name: GIST_REPO_READ_ORG_GITHUB_TOKEN
447+
# Skip failing tests on RTX PRO 6000 (Blackwell). xref: https://github.com/rapidsai/cudf/issues/21357
448+
matrix_filter: map(select(.GPU != "rtxpro6000"))
445449
wheel-build-cudf-polars:
446450
needs: wheel-build-pylibcudf
447451
secrets: inherit

0 commit comments

Comments
 (0)