build(ci): Enable hosted GPU Spark compile checks - #103
Open
thirtiseven wants to merge 8 commits into
Open
Conversation
thirtiseven
marked this pull request as ready for review
August 25, 2026 13:04
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
Why
The inherited Linux and GPU workflows require larger or GPU runner labels that are not available in this repository. This adds useful premerge coverage using standard GitHub-hosted capacity without claiming runtime GPU coverage. It complements the Breeze/docs-only scope in #46.
The first canary runs also exposed existing non-mono CMake, generated-header, NVTX include, and transport API drift on
dev; this PR repairs those issues so the new lanes start from a passing baseline.Validation
git diff --checkpasses, and no staleTransportTypeortransportType()references remain.velox_core_testcold build passed in 1h14m8s after a full build canary demonstrated that the inherited all-target scope exceeds the 120-minute limit.Coverage boundary
The GPU Spark lane checks C++, CUDA, generated-header, and public API compile compatibility. It does not link the resulting libraries or execute GPU tests. The macOS lane compiles and links the core API target and its production dependencies, but does not run tests.