Skip to content

Commit 2a5185d

Browse files
authored
Reduce and rename cudf.pandas integrations jobs (#5890)
cc @vyasr Authors: - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Ray Douglass (https://github.com/raydouglass) URL: #5890
1 parent 10ba0a7 commit 2a5185d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
enable_check_generated_files: false
3535
ignored_pr_jobs: >-
36-
conda-python-tests-cudf-pandas-integration
36+
optional-job-conda-python-tests-cudf-pandas-integration
3737
clang-tidy:
3838
needs: checks
3939
secrets: inherit
@@ -77,11 +77,12 @@ jobs:
7777
with:
7878
build_type: pull-request
7979
script: "ci/test_python_singlegpu.sh"
80-
conda-python-tests-cudf-pandas-integration:
80+
optional-job-conda-python-tests-cudf-pandas-integration:
8181
needs: conda-python-build
8282
secrets: inherit
8383
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.06
8484
with:
85+
matrix_filter: map(select(.ARCH == "amd64"))
8586
build_type: pull-request
8687
script: "ci/test_python_integration.sh"
8788
conda-python-tests-dask:

0 commit comments

Comments
 (0)