Restructure CI and GPU validation#53
Draft
jcwal1516 wants to merge 1 commit into
Draft
Conversation
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
full-validation.ymlWhy
The previous workflow ran release-grade validation on every pull request and repeated CUDA/Metal feature graphs across several jobs. The initial quick CUDA implementation still rebuilt CUDA-Oxide kernels for Clippy and each exact-inventory command. This version validates the required named hardware tests from one combined runtime result while retaining exact standalone inventories in the full release lane.
Hardware timing
The superseded CUDA quick plan was stopped after more than 11 minutes because it had begun another CUDA-Oxide graph rebuild. The previous full CUDA gate was approximately 30–40 minutes on the same host.
Verification
python3 -m unittest discover -s scripts/tests -p 'test_*.py' -qcargo fmt --all --checkcargo test -p xtask --quietcargo xtask cicargo xtask clippy-strictcargo xtask repo-lint --strictcargo xtask release-integritypython3 scripts/ci_plan.py plan --base main --head HEADJ2K_REQUIRE_METAL_RUNTIME=1 RUST_TEST_THREADS=1 cargo xtask release-metal --mode quickJ2K_REQUIRE_CUDA_RUNTIME=1 J2K_REQUIRE_CUDA_OXIDE_BUILD=1 J2K_REQUIRE_CUDA_JPEG_HARDWARE_DECODE=1 RUST_TEST_THREADS=1 cargo xtask release-cuda --mode quickNo release was published and no tag was created.