-
Notifications
You must be signed in to change notification settings - Fork 917
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
Display deltas for cudf.pandas
test summary
#16864
Merged
Merged
Conversation
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
galipremsagar
added
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
labels
Sep 20, 2024
galipremsagar
commented
Sep 20, 2024
galipremsagar
commented
Sep 21, 2024
github-actions
bot
added
Python
Affects Python cuDF API.
cudf.pandas
Issues specific to cudf.pandas
labels
Sep 23, 2024
github-actions
bot
removed
Python
Affects Python cuDF API.
cudf.pandas
Issues specific to cudf.pandas
labels
Sep 24, 2024
galipremsagar
commented
Sep 25, 2024
@@ -50,6 +50,7 @@ jobs: | |||
test_java: ${{ steps.changed-files.outputs.java_any_changed == 'true' }} | |||
test_notebooks: ${{ steps.changed-files.outputs.notebooks_any_changed == 'true' }} | |||
test_python: ${{ steps.changed-files.outputs.python_any_changed == 'true' }} | |||
test_cudf_pandas: ${{ steps.changed-files.outputs.cudf_pandas_any_changed == 'true' }} |
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.
These changes are to reduce the CI runs when the files specific to cudf_pandas
build/run scripts are changed.
AyodeAwe
approved these changes
Sep 25, 2024
galipremsagar
added
the
5 - Ready to Merge
Testing and reviews complete, ready to merge
label
Sep 25, 2024
/merge |
rjzamora
pushed a commit
to rjzamora/cudf
that referenced
this pull request
Sep 25, 2024
This PR displays delta's for CPU and GPU usage metrics that are extracted from `cudf.pandas` pytests. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Jake Awe (https://github.com/AyodeAwe) URL: rapidsai#16864
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5 - Ready to Merge
Testing and reviews complete, ready to merge
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
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.
Description
This PR displays delta's for CPU and GPU usage metrics that are extracted from
cudf.pandas
pytests.Checklist