Closed
Conversation
added 30 commits
April 4, 2026 23:06
added 6 commits
April 8, 2026 13:32
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR restructures the packaging pipeline so SDK tests are run in dedicated test stages and expands coverage to include linux-x64 test jobs (in addition to existing Windows coverage), improving confidence in cross-platform GA readiness.
Changes:
- Adds new reusable test-step templates for C#, JS, Python, and Rust SDKs.
- Moves SDK test execution out of the build templates into new
test_*stages (standard + WinML where applicable), including linux-x64 jobs. - Enables restoring/building/testing Core tests for linux-x64 in the Core build template.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| .pipelines/templates/test-rust-steps.yml | New Rust test template that injects pipeline-built Core natives via FOUNDRY_NATIVE_OVERRIDE_DIR and runs cargo tests. |
| .pipelines/templates/test-python-steps.yml | New Python test template that installs pipeline-built wheels, ORT native packages, and runs pytest. |
| .pipelines/templates/test-js-steps.yml | New JS test template that installs deps, optionally injects pipeline-built Core natives into node_modules, then runs build/tests. |
| .pipelines/templates/test-cs-steps.yml | New C# test template that restores/builds/tests against a local Core .nupkg feed. |
| .pipelines/templates/build-rust-steps.yml | Removes Rust test execution from build template (now handled by test stage/template). |
| .pipelines/templates/build-python-steps.yml | Removes Python test execution from build template (now handled by test stage/template). |
| .pipelines/templates/build-js-steps.yml | Removes JS test execution from build template (now handled by test stage/template). |
| .pipelines/templates/build-cs-steps.yml | Removes C# test execution from build template (now handled by test stage/template). |
| .pipelines/templates/build-core-steps.yml | Allows Core tests to be restored/built/tested for linux-x64 as well as win-x64. |
| .pipelines/foundry-local-packaging.yml | Adds new test_* stages and linux-x64 jobs; normalizes job display names; adds missing test-data-shared checkout for linux core job. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
added 2 commits
April 14, 2026 21:43
Contributor
Author
|
continued in #638 |
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.
No description provided.