Skip to content

ensure nightly builds always produce new packages, expand 'changed-files' lists - #188

Merged
rapids-bot[bot] merged 3 commits into
rapidsai:mainfrom
jameslamb:nightly-versions
Aug 5, 2026
Merged

ensure nightly builds always produce new packages, expand 'changed-files' lists#188
rapids-bot[bot] merged 3 commits into
rapidsai:mainfrom
jameslamb:nightly-versions

Conversation

@jameslamb

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 changed-files lists to avoid triggering test jobs in PR CI when only .github/workflows/{build,test}.yaml are changed

Notes for Reviewers

How I tested this

See rapidsai/cugraph-gnn#508

@github-actions github-actions Bot added conda Relates to conda packaging ci labels Aug 5, 2026
@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Aug 5, 2026
@jameslamb jameslamb changed the title ensure nightly builds always produce new packages WIP: ensure nightly builds always produce new packages, expand 'changed-files' lists Aug 5, 2026
@rapidsai rapidsai deleted a comment from copy-pr-bot Bot Aug 5, 2026
@jameslamb jameslamb changed the title WIP: ensure nightly builds always produce new packages, expand 'changed-files' lists ensure nightly builds always produce new packages, expand 'changed-files' lists Aug 5, 2026
@jameslamb
jameslamb marked this pull request as ready for review August 5, 2026 05:12
@jameslamb
jameslamb requested review from a team as code owners August 5, 2026 05:12
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: d0fc0780-649e-469e-bbb3-d18ef4b79f52

📥 Commits

Reviewing files that changed from the base of the PR and between 4500390 and 9a3be47.

📒 Files selected for processing (7)
  • .github/workflows/build.yaml
  • .github/workflows/pr.yaml
  • ci/build_cpp.sh
  • ci/build_python.sh
  • ci/build_wheel.sh
  • conda/recipes/libnvforest/recipe.yaml
  • conda/recipes/nvforest/recipe.yaml

📝 Walkthrough

Summary by CodeRabbit

  • Build and Release Improvements
    • Improved build workflows with consistent build timestamp information across compiled libraries, Python packages, and wheels.
    • Updated package version metadata to include precise build date and time details.
    • Improved pull request change detection for workflow and configuration updates.
  • Packaging
    • Updated Conda package build identifiers for more precise release metadata.
    • Refined build sequencing to ensure required build information is available before packaging.

Walkthrough

Build workflows now compute and propagate a shared build datetime. Build scripts and Conda recipes use datetime-based metadata. PR file filters exclude additional GitHub configuration and workflow files.

Changes

Build datetime integration

Layer / File(s) Summary
Workflow build metadata propagation
.github/workflows/build.yaml, .github/workflows/pr.yaml
Adds reusable build-details jobs, passes build-datetime to build jobs, updates job dependencies, and expands PR file exclusions.
Build script datetime inputs
ci/build_cpp.sh, ci/build_python.sh, ci/build_wheel.sh
Replaces rapids-date-string with rapids-datetime-string. Wheel builds add the datetime to the VERSION suffix.
Conda package build metadata
conda/recipes/libnvforest/recipe.yaml, conda/recipes/nvforest/recipe.yaml
Uses RAPIDS_DATETIME_STRING for package build strings.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Suggested reviewers: chyunsu3, gforsyth

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the nightly package versioning and changed-files workflow updates.
Description check ✅ Passed The description directly explains the nightly package versioning changes and the updated changed-files lists.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@jameslamb

Copy link
Copy Markdown
Member Author

/merge

@rapids-bot
rapids-bot Bot merged commit 37ff198 into rapidsai:main Aug 5, 2026
69 checks passed
@jameslamb
jameslamb deleted the nightly-versions branch August 5, 2026 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci conda Relates to conda packaging improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants