WIP: ensure nightly builds always produce new packages - #1661
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 |
| pull-requests: read | ||
| needs: [build-details] | ||
| secrets: inherit # zizmor: ignore[secrets-inherit] | ||
| uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@release/26.08 |
There was a problem hiding this comment.
@ramakrishnap-nv why are all these references on main set to @release/26.08? Should they be set to main?
I'd only expect them to be version-pinned on a release/YY.MM branch here.
There was a problem hiding this comment.
@jameslamb With our new release process, main will stick to current release version till release date so we will cut once we ready for release, since main moved to 26.10 in rapids, I had to switch.
There was a problem hiding this comment.
Ok, got it. Until that happens, then, we won't be able to apply this migration to cuopt (because it depends on shared-workflows changes on main).
|
/ok to test |
CI Test Summary3 failed · 28 passed · 0 skipped
|
Contributes to rapidsai/build-planning#218
For wheels:
And for conda:
Notes for Reviewers
How I tested this
See rapidsai/cugraph-gnn#508