Skip to content

WIP: ensure nightly builds always produce new packages - #863

Draft
jameslamb wants to merge 4 commits into
rapidsai:mainfrom
jameslamb:nightly-versions
Draft

WIP: ensure nightly builds always produce new packages#863
jameslamb wants to merge 4 commits into
rapidsai:mainfrom
jameslamb:nightly-versions

Conversation

@jameslamb

@jameslamb jameslamb commented Aug 4, 2026

Copy link
Copy Markdown
Member

Contributes to rapidsai/build-planning#218

For wheels:

# before
26.10.0a55 

# after
26.10.0a55.post260803200854

And for conda:

# before
26.10.0a55[build=cuda12_260803_9da146ef]

# after
26.10.0a55[build=cuda12_260803200854_9da146ef]

Other changes:

  • updates the check-nightly-conda-env code to handle these more-precise date-time components in conda build strings

Notes for Reviewers

How I tested this

See rapidsai/cugraph-gnn#508

@copy-pr-bot

copy-pr-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

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.

# Matches 6 digits starting with "2", which should be YYMMDD
date_re = r"(?:^|_)(2\d{5})_"
# Matches 12 digits starting with "2", which should be YYMMDDhhmmss
date_re = r"(?:^|_)(2\d{11})_"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proposing doing this in the same PR to also test that all RAPIDS packages have appropriately-updated version components.

That'll mean this is the last PR in the series to merge, I think that's totally fine.

@jameslamb jameslamb changed the title ensure nightly builds always produce new packages WIP: ensure nightly builds always produce new packages Aug 4, 2026
@jameslamb

Copy link
Copy Markdown
Member Author

/ok to test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant