Skip to content

Commit

Permalink
improve parallelism of nightly wheel builds (#1516)
Browse files Browse the repository at this point in the history
Contributes to rapidsai/build-planning#136

Proposes the following:

* having `wheel-build-cuspatial` depend on `wheel-build-libcuspatial` in nightly CI, not `wheel-publish-libcuspatial`
   - *`wheel-build-cuspatial` just needs `libcuspatial` wheels from S3, not nightly PyPI*
   - *doing this reduces the end-to-end time for nightly builds (via increasing parallelism)*

## Notes for Reviewers

#

Authors:
  - James Lamb (https://github.com/jameslamb)
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #1516
  • Loading branch information
jameslamb authored Jan 28, 2025
1 parent 05a48b7 commit f1bd2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
package-name: libcuspatial
package-type: cpp
wheel-build-cuspatial:
needs: wheel-publish-libcuspatial
needs: wheel-build-libcuspatial
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
with:
Expand Down

0 comments on commit f1bd2b3

Please sign in to comment.