Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ jobs:
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: pull-request
script: "ci/test_python_cudf.sh"
conda-python-other-tests:
Expand Down Expand Up @@ -250,8 +248,6 @@ jobs:
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: pull-request
script: ci/test_wheel_cudf.sh
wheel-build-cudf-polars:
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand All @@ -72,8 +70,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand Down Expand Up @@ -107,8 +103,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand All @@ -118,8 +112,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand All @@ -129,8 +121,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand All @@ -152,8 +142,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand All @@ -163,8 +151,6 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
with:
# This selects "ARCH=amd64".
matrix_filter: map(select(.ARCH == "amd64"))
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
Expand Down
3 changes: 2 additions & 1 deletion ci/test_python_cudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ rapids-logger "pytest pylibcudf"
rapids-logger "pytest cudf"
./ci/run_cudf_pytests.sh \
--junitxml="${RAPIDS_TESTS_DIR}/junit-cudf.xml" \
--numprocesses=8 \
--numprocesses=1 \
-v \
--dist=worksteal \
--cov-config=../.coveragerc \
--cov=cudf \
Expand Down
Loading