adds win arm64 test/build stages to v2 pipeline#886
Open
prathikr wants to merge 7 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds native Windows ARM64 build and test coverage across the v2 SDK pipeline.
Changes:
- Uses native ARM64 agents for Windows builds.
- Adds ARM64 C++, C#, Python, and JavaScript test stages.
- Updates architecture parameters and JS dependency metadata.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
sdk_v2/js/package-lock.json |
Updates native dependency metadata. |
.pipelines/v2/templates/steps-test-js.yml |
Enables Windows ARM64 JS testing. |
.pipelines/v2/templates/steps-build-windows.yml |
Adds architecture-aware Python setup and ARM64 testing support. |
.pipelines/v2/templates/steps-build-python.yml |
Clarifies native versus cross-build parameters. |
.pipelines/v2/templates/steps-build-js.yml |
Clarifies native Node addon architecture selection. |
.pipelines/v2/templates/stages-python.yml |
Builds and tests Python on native Windows ARM64. |
.pipelines/v2/templates/stages-js.yml |
Builds and tests JavaScript on native Windows ARM64. |
.pipelines/v2/templates/stages-cs.yml |
Adds Windows ARM64 C# tests. |
.pipelines/v2/templates/stages-build-native.yml |
Adds native Windows ARM64 C++ build and test stages. |
Files not reviewed (1)
- sdk_v2/js/package-lock.json: Generated file
Comments suppressed due to low confidence (1)
.pipelines/v2/templates/steps-build-windows.yml:58
- This no longer declares a step: the
steps-prefetch-nuget.ymltemplate key was replaced by an indenteddisplayName, leavingparametersunattached and making this Windows steps template invalid YAML. Consequently every Windows build/test stage fails before the new ARM64 jobs can run. Restore the shared prefetch template declaration (as used by the Linux and macOS build templates).
- template: steps-prefetch-nuget.yml
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.