Skip to content

Commit

Permalink
Move to the 21H1 Helix pool (#12285)
Browse files Browse the repository at this point in the history
The 19H1 pool is being decommissioned.

(cherry picked from commit eb75597)
  • Loading branch information
DHowett committed Jan 31, 2022
1 parent 38b4a85 commit 0837b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Helix/OutputTestResults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $totalTestsExecutedCount = 0

# We assume that we only have one testRun with a given name that we care about
# We only process the last testRun with a given name (based on completedDate)
# The name of a testRun is set to the Helix queue that it was run on (e.g. windows.10.amd64.client19h1.xaml)
# The name of a testRun is set to the Helix queue that it was run on (e.g. windows.10.amd64.client21h1.xaml)
# If we have multiple test runs on the same queue that we care about, we will need to re-visit this logic
foreach ($testRun in ($testRuns.value | Sort-Object -Property "completedDate" -Descending))
{
Expand Down
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.client19h1.open.xaml'
closedHelixTargetQueues: 'windows.10.amd64.client19h1.xaml'
openHelixTargetQueues: 'windows.10.amd64.client21h1.open.xaml'
closedHelixTargetQueues: 'windows.10.amd64.client21h1.xaml'

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

0 comments on commit 0837b18

Please sign in to comment.