Skip to content
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

Update CI jobs to include Polars in nightlies and improve IWYU #17306

Merged
merged 9 commits into from
Nov 13, 2024

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Nov 13, 2024

Description

This PR adds Polars tests to our nightly runs now that we no longer only fail conditional on certain files changing in PRs. This PR also updates the IWYU jobs to use the version released three days ago, which supports clang 19 like we need. It also fixes a couple of errors in the CMake for how we were setting compile flags for IWYU.

Closes #16383

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@vyasr vyasr added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change libcudf Affects libcudf (C++/CUDA) code. Python Affects Python cuDF API. cudf.polars Issues specific to cudf.polars labels Nov 13, 2024
@github-actions github-actions bot added CMake CMake build issue and removed Python Affects Python cuDF API. cudf.polars Issues specific to cudf.polars labels Nov 13, 2024
@vyasr vyasr force-pushed the chore/update_ci_jobs branch from ec6f6ea to 1ca18b3 Compare November 13, 2024 02:40
@vyasr vyasr marked this pull request as ready for review November 13, 2024 02:47
@vyasr vyasr requested review from a team as code owners November 13, 2024 02:47
@vyasr vyasr requested a review from KyleFromNVIDIA November 13, 2024 02:47
.github/workflows/test.yaml Show resolved Hide resolved
@vyasr vyasr changed the title Chore/update ci jobs Update CI jobs to include Polars in nightlies and improve IWYU Nov 13, 2024
@vyasr
Copy link
Contributor Author

vyasr commented Nov 13, 2024

/merge

@rapids-bot rapids-bot bot merged commit 8294953 into rapidsai:branch-24.12 Nov 13, 2024
121 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[FEA] Add cudf-polars to test.yaml
2 participants