-
Notifications
You must be signed in to change notification settings - Fork 915
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
Propagate failures in pandas integration tests and Skip failing tests #17521
Merged
rapids-bot
merged 28 commits into
rapidsai:branch-25.02
from
Matt711:fix/pandas/third-party-tests
Dec 13, 2024
Merged
Changes from 22 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
0ee9ac0
Replaces uses of cudf._lib.Column.from_unique_ptr with pylibcudf.Colu…
Matt711 76315b0
migrate changes from Propagate failures in pandas integration tests
Matt711 719da3a
clean up
Matt711 f4be114
Merge branch 'branch-25.02' into fix/pandas/third-party-tests
Matt711 29798e9
remove deleted line
Matt711 5b870f4
add to ci job
Matt711 eff6883
Merge branch 'branch-25.02' into fix/pandas/third-party-tests
Matt711 30a9391
xfail failing tests
Matt711 ce69e26
remove xdist worksteal strategy
Matt711 4c327b2
Update python/cudf/cudf_pandas_tests/third_party_integration_tests/te…
Matt711 581f938
Update python/cudf/cudf_pandas_tests/third_party_integration_tests/te…
Matt711 688a561
Update python/cudf/cudf_pandas_tests/third_party_integration_tests/te…
Matt711 a47fb4f
Update python/cudf/cudf_pandas_tests/third_party_integration_tests/te…
Matt711 dcd54e4
Update python/cudf/cudf_pandas_tests/third_party_integration_tests/te…
Matt711 8090316
Update python/cudf/cudf_pandas_tests/third_party_integration_tests/te…
Matt711 22cc708
Update python/cudf/cudf_pandas_tests/third_party_integration_tests/te…
Matt711 725bcf3
Update python/cudf/cudf_pandas_tests/third_party_integration_tests/te…
Matt711 39b24cc
Merge branch 'branch-25.02' into fix/pandas/third-party-tests
Matt711 5106ab5
fix a bug and xfail a test
Matt711 75641d5
remove get call
Matt711 5b11e66
skip tests
Matt711 0b4f5fa
import or skip catboost
Matt711 4a2f78a
Update python/cudf/cudf_pandas_tests/third_party_integration_tests/te…
Matt711 3d70643
clean up
Matt711 ead0792
ignore catboost tests
Matt711 93d15a9
remove catboost tests
Matt711 f2e7eb0
Update .github/workflows/pr.yaml
Matt711 80ea00e
Update .github/workflows/pr.yaml
Matt711 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ jobs: | |
- pandas-tests | ||
- pandas-tests-diff | ||
- telemetry-setup | ||
- third-party-integration-tests-cudf-pandas | ||
Matt711 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
secrets: inherit | ||
uses: rapidsai/shared-workflows/.github/workflows/[email protected] | ||
if: always() | ||
|
@@ -325,6 +326,17 @@ jobs: | |
node_type: cpu4 | ||
build_type: pull-request | ||
run_script: "ci/cudf_pandas_scripts/pandas-tests/diff.sh" | ||
third-party-integration-tests-cudf-pandas: | ||
needs: wheel-build-cudf | ||
secrets: inherit | ||
uses: rapidsai/shared-workflows/.github/workflows/[email protected] | ||
with: | ||
build_type: pull-request | ||
node_type: "gpu-v100-latest-1" | ||
arch: "amd64" | ||
container_image: "rapidsai/ci-conda:latest" | ||
run_script: | | ||
ci/cudf_pandas_scripts/third-party-integration/test.sh python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml | ||
Matt711 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
telemetry-summarize: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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'll delete these changes to
pr.yaml
once this PR is approved. I only added them to run the CI job in this PR.