expand CI-skipping logic, other small build changes#39
expand CI-skipping logic, other small build changes#39rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test |
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughThe pull request reorganizes CI workflow test groups in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
|
/merge |
Description
Proposes a batch of miscellaneous build / packaging / CI changes.
Changes
Expands CI-skipping logic
Contributes to rapidsai/build-planning#243
Tries to avoid unnecessary CI runs by making the CI-skipping rules finer-grained. For example, PRs that only touch
.pre-commit-config.yamlshould now not require any runners with GPUs 😁Removes reliance on
pypi.nvidia.comContributes to rapidsai/build-planning#241
And removed/updated all relevant references. This project does not need any wheels from
pypi.nvidia.comat build-time or runtime, it can safely avoid searching that index.Enforces PEP 639 license metadata in
pyproject.tomlContributes to rapidsai/pre-commit-hooks#95