Skip to content

Commit

Permalink
Switch to the new Helix queues (microsoft#14933)
Browse files Browse the repository at this point in the history
The old ones are pushing up daisies.
  • Loading branch information
DHowett authored Mar 3, 2023
1 parent 599b550 commit 3e7e8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pipelines/templates/helix-runtests-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ parameters:
platform: ''
# if 'useBuildOutputFromBuildId' is set, we will default to using a build from this pipeline:
useBuildOutputFromPipeline: $(System.DefinitionId)
openHelixTargetQueues: 'windows.10.amd64.client21h1.open.xaml'
closedHelixTargetQueues: 'windows.10.amd64.client21h1.xaml'
openHelixTargetQueues: 'windows.11.amd64.client.open.reunion'
closedHelixTargetQueues: 'windows.11.amd64.client.reunion'

jobs:
- job: ${{ parameters.name }}
Expand Down

0 comments on commit 3e7e8d5

Please sign in to comment.