-
Notifications
You must be signed in to change notification settings - Fork 304
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
Remove gpuCI scripts. #3242
Remove gpuCI scripts. #3242
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.04 #3242 +/- ##
===============================================
Coverage ? 56.26%
===============================================
Files ? 153
Lines ? 9658
Branches ? 0
===============================================
Hits ? 5434
Misses ? 4224
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -233,11 +233,6 @@ Run either the C++ or the Python tests with datasets | |||
|
|||
Note: This conda installation only applies to Linux and Python versions 3.8/3.10. | |||
|
|||
### Building and Testing on a gpuCI image locally |
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.
Should we provide updated instructions on this? With the new GA approach, there are new scripts that provide this behavior. Is there documentation somewhere that describes how one would run the process that mimics CI that we could link to here?
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.
You're ahead of the curve, @ChuckHastings.
I still have to get that new functionality properly documented somewhere.
I'll try to get to it this week.
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.
One of my life curses :-). Always a challenge when you live ahead of the curve.
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.
Opened a PR for these new docs below.
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.
@ChuckHastings, with that new documentation almost published, would you mind approving this PR so we can get this merged?
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 can't add a code suggestion for this, but we should also remove any preserve_egg_dir: True
lines from the conda recipes.
These were added back with the setuptools
pin in an attempt to resolve a Jenkins-image related conda issue.
It seems like it was copied and pasted to multiple new recipes.
This line was added a while back in an attempt to resolve an issue that only occurred with our old CI images that were used in Jenkins. It can be safely removed now that `cugraph` is on GHAs with new CI images.
/merge |
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.
This could be more of a suggestion for a separate PR, but can we add documentation somewhere on how to run the CI style checks locally, since the unofficial/undocumented suggestion before was to simply run the now-removed style.sh script? I believe there may be docs somewhere on how to install the pre-commit hooks somewhere, but I can't find it, and having it in CONTRIBUTING or SOURCEBUILD or something would be great.
@rlratzel Feel free to use this section of the cuDF contributing guide as a model: https://github.com/rapidsai/cudf/blob/branch-23.04/CONTRIBUTING.md#code-formatting |
Since migrating to GitHub Actions, the gpuCI scripts are no longer needed. This PR removes those outdated gpuCI scripts.