ci(release): publish AI Simulate wheel - #12257
Closed
jasonqinzhou wants to merge 1 commit into
Closed
Conversation
Signed-off-by: Jason Zhou (Engrg-Hardware 1) <jasonzho@nvidia.com>
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.
Depends on #11986.
Summary
aisimulatewheel in the Dynamo runtime image that supplies release artifacts, while retaining the existing Planner-image buildaisimulate-*.whlwith the Dynamo wheels in the Artifactory release job0.1.0version line, apply the nightly.devYYYYMMDDsuffix, and validate it separately from Dynamo's1.4.0wheel versionAISIMULATE_WHEEL_VERSIONto release summaries, Slack staging output, and the downstream GitLab release pipelineWhy
#11923 added AI Simulate as a standalone distribution, but its wheel was built only for installation inside the Planner image. The release pipeline publishes wheels extracted from the separate
dynamo-runtimeimage, soaisimulatenever reached the publish path. This PR closes that gap on top of #11986 so the released wheel carries the paired AIC 0.11 dependency contract.Validation
pre-commit run --files .github/scripts/apply_dev_version.py .github/workflows/release.yml container/templates/wheel_builder.Dockerfileuv build --wheel --out-dir ../aisimulate-dist ./aisimulateaisimulate==0.1.0,aiconfigurator==0.11.0, Python 3.10-3.12runtimeandplannerDockerfiles and confirmed both build the AI Simulate wheelapply_dev_version.pyon a disposable checkout and confirmedaisimulate==0.1.0.dev20991231alongside Dynamo1.4.0.dev20991231git diff --check