Add new powershell script for test-ci to remove need for choco install on build agents#115
Merged
Add new powershell script for test-ci to remove need for choco install on build agents#115
Conversation
…l on build agents
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a Windows-native CI test driver to remove the dependency on Chocolatey-installed GNU make/mingw on Windows agents, and wires it into GitHub Actions and Azure Pipelines.
Changes:
- Introduces
scripts/test-ci.ps1to replicatemake test-cibehavior on Windows without GNU make. - Updates GitHub Actions workflow to run the new PowerShell test driver on Windows.
- Updates Azure Pipelines Windows test step to run the new PowerShell test driver and removes the Chocolatey install step.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| scripts/test-ci.ps1 | New PowerShell CI driver that builds test prerequisites, runs gRPC codegen, and executes go test on Windows without make/mingw. |
| Makefile | Adds notes documenting that Windows CI uses the PowerShell driver and must be kept in sync with test-ci targets. |
| .github/workflows/build-test.yml | Switches Windows job to run pwsh ./scripts/test-ci.ps1 and removes Windows prereq installs. |
| .azure/pipelines/common-build.yml | Removes Chocolatey install step and switches Windows test execution to the PowerShell script. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
|
/backport to release/0.23 |
|
Started backporting to release/0.23: https://github.com/microsoft/dcp/actions/runs/24796524780 |
|
@danegsta backport PR couldn't be created automatically, please create the backport PR manually! |
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.