Skip to content

expands tests to run on linux-x64 machines#630

Closed
prathikr wants to merge 45 commits intomainfrom
prathikrao/add-linux-tests
Closed

expands tests to run on linux-x64 machines#630
prathikr wants to merge 45 commits intomainfrom
prathikrao/add-linux-tests

Conversation

@prathikr
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 14, 2026 04:56
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
foundry-local Ready Ready Preview, Comment Apr 15, 2026 6:00pm

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread .pipelines/templates/test-python-steps.yml
Comment thread .pipelines/templates/test-python-steps.yml
Comment thread .pipelines/templates/test-js-steps.yml
Comment thread .pipelines/foundry-local-packaging.yml
Prathik Rao added 2 commits April 14, 2026 21:43
@prathikr
Copy link
Copy Markdown
Contributor Author

continued in #638

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants