-
Notifications
You must be signed in to change notification settings - Fork 914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEA] Add third-party library integration testing of cudf.pandas to cudf #16645
[FEA] Add third-party library integration testing of cudf.pandas to cudf #16645
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I've migrated the files we need from cudf-pandas-integration (ie. the tests and some of the shell scripts). And I've combined the three jobs before in to one.
I'm not sure if there's a proper way to test these changes, so I'll open the PR for review and get some feedback as it is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've recommended moving the test from nightly.yaml to test.yaml, but for the lifetime of this PR can we also add it to pr.yaml? That way we can test it out during this PR and iron out any issues, then remove that before the end so that the test only runs nightly.
python/cudf/cudf_pandas_tests/third_party_integration_tests/ci/ci_run_library_tests.sh
Outdated
Show resolved
Hide resolved
python/cudf/cudf_pandas_tests/third_party_integration_tests/ci/ci_run_library_tests.sh
Outdated
Show resolved
Hide resolved
python/cudf/cudf_pandas_tests/third_party_integration_tests/ci/ci_run_library_tests.sh
Outdated
Show resolved
Hide resolved
python/cudf/cudf_pandas_tests/third_party_integration_tests/ci/extract_lib.sh
Outdated
Show resolved
Hide resolved
…f-pandas-integration-tests
…11/cudf into feat/cudf-pandas-integration-tests
c794216
to
9561ea2
Compare
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't read the tests that closely since we have previously reviewed them. I focused on the integration pieces. This seems fine to me! Thanks for working on this.
ci/cudf_pandas_scripts/third-party-integration/ci_run_library_tests.sh
Outdated
Show resolved
Hide resolved
- matrix: | ||
cuda: "11" | ||
packages: | ||
- cuda-version=11.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need both cuda: "11"
and cuda: "11.8"
? We typically do not list major-only versions in our dependencies files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got errors like "Cannot find matching value in matrix with cuda:11/12", so I added both.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I didn't re-review the actual tests since those have been looked at before, just the CI/GHA scripts and dependencies.yaml.
python/cudf/cudf_pandas_tests/third_party_integration_tests/ci/ci_run_library_tests.sh
Outdated
Show resolved
Hide resolved
/ok to test |
/merge |
…CI job (#16704) Following up #16645, and adding a gpu node type to the nightly CI job Authors: - Matthew Murray (https://github.com/Matt711) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) URL: #16704
https://github.com/rapidsai/cudf-pandas-integration/ has been archived and the tests were added into the cudf repo in rapidsai/cudf#16645.
Following up #16645 with a couple improvements Authors: - Matthew Murray (https://github.com/Matt711) Approvers: - Bradley Dice (https://github.com/bdice) URL: #16728
Following up rapidsai#16645 with a couple improvements Authors: - Matthew Murray (https://github.com/Matt711) Approvers: - Bradley Dice (https://github.com/bdice) URL: rapidsai#16728
Description
Closes #16580
Checklist