creates zips to consume cuda plugin ep from foundry local - #28789
Merged
Conversation
tianleiwu
reviewed
Jun 5, 2026
tianleiwu
left a comment
Contributor
There was a problem hiding this comment.
Summary
This adds a Package_Foundry_Local_CUDA_Zips stage that mirrors the already-merged Package_Foundry_Local_WebGPU_Zips pattern almost line-for-line, which keeps the two EP packaging paths consistent and easy to maintain.
What's well done
- Stage/job/artifact references are correct:
dependsOntargetsWin_plugin_cuda_x64_BuildandLinux_plugin_cuda_x64, and the downloads (cuda_plugin_win_x64,cuda_plugin_linux_x64) match the artifact names published byplugin-win-cuda-stage.ymlandplugin-linux-cuda-stage.yml. - The
bin/+version/layout consumed by the PowerShell script matches what the build stages stage ($(Build.ArtifactStagingDirectory)\bin,\version\<PluginPackageVersion>). - Explicit cross-platform version-agreement check and the
version/marker folder give downstream pipelines a clean way to read the version without parsing zip filenames. - The sparse
.config-only checkout (plus explicitlfs: false/submodules: false) avoids a full clone while still satisfying the 1ES TSA SDL requirement.
A couple of minor, non-blocking notes are left inline. Nothing here is a correctness blocker.
tianleiwu
approved these changes
Jun 5, 2026
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.
follows same design pattern as webgpu plugin ep
test run: CUDA Plugin EP Packaging Pipeline - 20260604.5