Update Matrix Filters to Enable Python 3.14 Tests and Disable 12.2 Tests - #454
Conversation
Greptile SummaryRemoves the Python 3.14 exclusion and replaces the old per-architecture CUDA 12.2 filter with a unified Confidence Score: 5/5Safe to merge; all findings are P2 and the filter logic is correct for current CUDA versions. No P0 or P1 issues. The jq logic is correct. Concerns are forward-looking (potential CUDA 12.10.x) and stylistic (redundant arch clause). No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "update matrix filter to select whole" | Re-trigger Greptile |
|
The devcontainer failure is unrelated and probably the result of this incident: https://status.canonical.com/#/incident/KNms6QK9ewuzz-7xUsPsNylV20jEt5kyKsd8A-3ptQG1OfBTMZO_fBkVMmGqQC3NLBLamiI6KOEL7KpsobFJ4Q== And I'll admin-merge this. |
Noting for those finding this from search that that's this: rapidsai/cugraph#5498 |
## Summary - restore CUDA 12.2 test matrix coverage removed in #454 - restore Python 3.14 CI coverage removed in #433 - keep the existing arm64 CUDA 12.2 exclusion - follows the CUDA 12.2 runtime fix from rapidsai/cugraph#5499 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Alex Barghi (https://github.com/alexbarghi-nv) - https://github.com/jakirkham URL: #457
Update the matrix filters to test on Python 3.14 and temporarily disable 12.2 tests, and any other potential tests on CUDA < 12.9, until the issues with cuGraph are resolved.