Enable reusable Windows image publishing for CCCL - #760
Draft
jrhemstad wants to merge 3 commits into
Draft
Conversation
jrhemstad
marked this pull request as draft
August 31, 2026 23:38
Collaborator
Author
|
/ok to test a7a1c60 |
Collaborator
Author
|
/ok to test f0d3eeb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
workflow_callwith a caller-provided image repositoryGITHUB_TOKENforghcr.io/*This is the prerequisite for a SHA-pinned workflow in
NVIDIA/ccclto publish Windows images toghcr.io/nvidia/cccl.Validation
NVIDIA/ccclinvoked this exact commit and passed build, test, push, and logout in all 14 GitHub-hosted Windows jobs: https://github.com/NVIDIA/cccl/actions/runs/33588715058NVIDIA/cccland contained the expected 28 versioned tags (14 base plus 14-windows2022tags), with nolatest-*tagsThe failing Linux jobs in the PR run build current external RAPIDS sources and fail in cuDF on
cuda::stream_ref::value(); they do not execute the changed Windows workflows. All Windows jobs and pre-commit checks passed.Package visibility
Package visibility is caller-owned, not a registry-login concern. A new package created with the
GITHUB_TOKENinherits the caller repository's visibility, so a publicNVIDIA/ccclcaller would create a public package. The final package will therefore be bootstrapped once as private before the first CCCL publish, then the linked CCCL repository'sGITHUB_TOKENwill be used for normal publishing. No PAT, App token, or Docker Hub secret is passed to this reusable workflow.GitHub documents these defaults under Publishing and installing a package with GitHub Actions.