Run Cosmos tests on Windows emulator in Helix and update to Windows 11#38153
Draft
Run Cosmos tests on Windows emulator in Helix and update to Windows 11#38153
Conversation
…md64 for Cosmos tests Agent-Logs-Url: https://github.com/dotnet/efcore/sessions/b8c6dcb6-8841-408d-9f30-c65e9d2054d3 Co-authored-by: AndriySvyryd <[email protected]>
Agent-Logs-Url: https://github.com/dotnet/efcore/sessions/a5e78394-98da-493b-aab1-4ccbfb23584d Co-authored-by: AndriySvyryd <[email protected]>
Copilot created this pull request from a session on behalf of
AndriySvyryd
April 22, 2026 04:10
View session
There was a problem hiding this comment.
Pull request overview
Updates Helix queue targeting to move off the deprecated Windows.10.Amd64 queue, standardize Windows runs on Windows.11.Amd64.Client, and add a dedicated Windows.Server2025.Amd64 Helix lane for Cosmos functional tests (scoped to Cosmos-only via eng/helix.proj).
Changes:
- Updated Windows Helix queues in local defaults and pipeline jobs to use
Windows.11.Amd64.Client/.Open. - Added
Helix_Windows_Cosmosjobs (public + internal) targetingWindows.Server2025.Amd64/.Open. - Adjusted
eng/helix.projsoWindows.Server2025.Amd64*runs only Cosmos tests and setsTest__Cosmos__SkipConnectionCheck=true.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/helix.proj | Updates local default queues; scopes Windows.Server2025.Amd64* to Cosmos-only execution with Cosmos-specific precommand. |
| azure-pipelines-public.yml | Moves Windows Helix queue to Windows.11.Amd64.Client.Open and adds a Cosmos-only Helix job on Windows.Server2025.Amd64.Open. |
| azure-pipelines-internal-tests.yml | Moves Windows Helix queue to Windows.11.Amd64.Client and adds a Cosmos-only Helix job on Windows.Server2025.Amd64. |
…mmands Agent-Logs-Url: https://github.com/dotnet/efcore/sessions/3eb5e30f-bba6-45bc-9d69-1083ef3da797 Co-authored-by: AndriySvyryd <[email protected]>
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.
Migrates Windows Helix queues from the deprecated
Windows.10.Amd64image toWindows.11.Amd64.Client. Adds a dedicatedWindows.Server2025.Amd64queue for running Cosmos functional tests against the built-in emulator.eng/helix.projWindows.11.Amd64.Client.OpenandWindows.Server2025.Amd64.OpenWindows.Server2025.Amd64section now scopes to Cosmos-only (removes all projects, re-includes justCosmosTests) instead of only settingSkipConnectionCheckStartsWith('Windows.11')condition still correctly excludes Cosmos from the Windows 11 queueazure-pipelines-public.ymlHelix_Windows:Windows.10.Amd64.Open→Windows.11.Amd64.Client.OpenHelix_Windows_Cosmosjob targetingWindows.Server2025.Amd64.Openazure-pipelines-internal-tests.ymlHelix_Windows:Windows.10.Amd64→Windows.11.Amd64.ClientHelix_Windows_Cosmosjob targetingWindows.Server2025.Amd64