Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a04d731

Browse files
committed
Fix commas, demote ES-ES execution to Outerloop only
1 parent 43268a1 commit a04d731

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

buildpipeline/windows.groovy

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,13 @@ simpleNode('Windows_NT','latest') {
7474
{
7575
targetHelixQueues = ['Windows.10.Amd64.Open',
7676
'Windows.7.Amd64.Open',
77-
'Windows.81.Amd64.Open',
78-
'Windows.10.Amd64.ClientRS3.ES.Open']
77+
'Windows.81.Amd64.Open',]
7978
if (params.AGroup == 'x64') {
8079
targetHelixQueues += ['Windows.10.Nano.Amd64.Open']
8180
}
81+
if (params.TestOuter) {
82+
targetHelixQueues += ['Windows.10.Amd64.ClientRS3.ES.Open']
83+
}
8284
} else if (params.TGroup == 'uap' || params.TGroup == 'netfx') {
8385
targetHelixQueues = ['Windows.10.Amd64.ClientRS2.Open']
8486
}

0 commit comments

Comments
 (0)