Skip to content

Commit

Permalink
parameterize windows machine queue name (#11157)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo committed Feb 26, 2021
1 parent f820847 commit 98f344f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions INTERNAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Note that usually only the most recent link in each section is interesting. Old
The PR build definition can be found [here](https://dev.azure.com/dnceng/public/_build?definitionId=496) or by
navigating through an existing PR.

There is also a duplicate scouting PR build that is identical to the normal PR build _except_ that it uses a different Windows
machine queue that always has the next preview build of Visual Studio installed. This is to hopefully get ahead of any breaking
API changes. That build definition is [here](https://dev.azure.com/dnceng/public/_build?definitionId=961).

## Signed Build Definitions

[VS 16.4 to current](https://dev.azure.com/dnceng/internal/_build?definitionId=499&_a=summary)
Expand Down
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,12 @@ stages:
# Windows
- job: Windows
pool:
vmImage: windows-latest
# The PR build definition sets this variable:
# WindowsMachineQueueName=BuildPool.Windows.10.Amd64.VS2019.Open
# and there is an alternate build definition that sets this to a queue that is always scouting the
# next preview of Visual Studio.
name: NetCorePublic-Pool
queue: $(WindowsMachineQueueName)
timeoutInMinutes: 120
strategy:
maxParallel: 4
Expand Down

0 comments on commit 98f344f

Please sign in to comment.