[DO NOT MERGE] ci: add KvikIO release build outputs - #1009
Closed
msarahan wants to merge 7 commits into
Closed
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. |
msarahan
force-pushed
the
agent/kvikio-release-build-output
branch
from
August 4, 2026 14:56
89898a3 to
d249171
Compare
Contributor
Author
|
/ok to test |
1 similar comment
Contributor
Author
|
/ok to test |
Contributor
Author
|
/ok to test d249171 |
Created with Codex (GPT-5).
msarahan
force-pushed
the
agent/kvikio-release-build-output
branch
from
August 4, 2026 15:05
d249171 to
21440c4
Compare
Contributor
Author
|
/ok to test 21440c4 |
Contributor
Author
|
/ok to test |
Created with Codex (GPT-5).
Contributor
Author
|
/ok to test 6fd9121 |
Contributor
Author
|
/ok to test 6fd9121 |
Contributor
Author
|
/ok to test |
Contributor
Author
|
Closing - this has served its purpose |
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.
Posted by Codex (GPT-5) on behalf of @msarahan. This PR description is LLM-generated; readers should treat its content accordingly.
Summary
libkvikiowheel, andkvikiowheel producersbuild.yamlandpr.yamlWhy
The previous version of this draft was an early post-build prototype. It called a generic manifest workflow from a manually maintained matrix, changed only
build.yaml, targeted a workflow absent from currentshared-workflows/main, and never produced a canary run.This rewrite follows the validated producer-integrated pattern: each source bundle is accompanied by
release-build-output-<source-name>from the same matrix job that owns the original files.Expected canary coverage
conda:kvikio-cppconda:kvikio-pythonwheel:libkvikiowheel:kvikioThe expanded matrix is expected to produce 16 source/companion pairs. KvikIO currently supplies no dependency SBOM sidecars, so all generated SPDX records are expected to be
generated-identityenvelopes, not dependency coverage.Validation
pre-commit run --all-filesgit diff --checkTracks
rapidsai/build-infra#381.