-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Update Azure pipeline queue names from vs2022 to vs2026 #80782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…iles Co-authored-by: jasonmalinowski <[email protected]>
Co-authored-by: jasonmalinowski <[email protected]>
|
Some of these names don't currently exist. (Think every changed line that lacks the word preview). I think these are reasonable predictions, but will that cause any issues in the meantime? |
dibarbet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't see this before, but I am also working on #81037
It doesn't modify official build yet, only integration tests. Official build would have to be swapped to the preview scouting queue
| - windows.vs2026.amd64.open | ||
| - windows.vs2026.scout.amd64.open | ||
| - windows.vs2026preview.amd64.open | ||
| - windows.vs2026preview.scout.amd64.open |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only this one exists (applies everywhere else)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perennial time to ask whether we still need the corehost integration pipeline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seeing as it only runs up to 17.10, I would think not.
@phil-allen-msft It shouldn't cause a problem for invalid image names to be in the dropdown as long as the default value works. and no one manually queues a run against an invalid image. |
This PR updates all Visual Studio queue name references from vs2022 to vs2026 across Azure pipeline YAML files in the repository root directory.
Changes
All queue name references have been updated to use vs2026 instead of vs2022, including:
windows.vs2022.amd64.open→windows.vs2026.amd64.openwindows.vs2022preview.scout.amd64.open→windows.vs2026preview.scout.amd64.openwindows.amd64.vs2022.pre.open→windows.amd64.vs2026.pre.openVs2022PreviewQueueName→Vs2026PreviewQueueName,Vs2022RegularQueueName→Vs2026RegularQueueNamevs2022PreviewPool→vs2026PreviewPool,vs2022RegularPool→vs2026RegularPoolFiles Modified
azure-pipelines-integration.yml- 5 referencesazure-pipelines-integration-corehost.yml- 5 referencesazure-pipelines-integration-lsp.yml- 5 referencesazure-pipelines-integration-scouting.yml- 5 referencesazure-pipelines-official.yml- 2 referencesazure-pipelines.yml- 16 referencesTotal: 42 replacements across 6 files
All YAML files remain syntactically valid and no vs2022 references remain in the repository root directory.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.