Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Galbraith <mattgal@microsoft.com>2018-04-05 20:03:24 +0300
committerMatt Galbraith <mattgal@microsoft.com>2018-04-05 20:03:24 +0300
commita04d731696e2253d84169d31acd4ba92f4538997 (patch)
treef7e065dbcc3de8d05d0cb18584becdf2d119635d /buildpipeline
parent43268a17bdfff218828507b0f7a4faa2e4147c19 (diff)
Fix commas, demote ES-ES execution to Outerloop only
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/windows.groovy6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildpipeline/windows.groovy b/buildpipeline/windows.groovy
index 63000bcad7..cd32886f6a 100644
--- a/buildpipeline/windows.groovy
+++ b/buildpipeline/windows.groovy
@@ -74,11 +74,13 @@ simpleNode('Windows_NT','latest') {
{
targetHelixQueues = ['Windows.10.Amd64.Open',
'Windows.7.Amd64.Open',
- 'Windows.81.Amd64.Open',
- 'Windows.10.Amd64.ClientRS3.ES.Open']
+ 'Windows.81.Amd64.Open',]
if (params.AGroup == 'x64') {
targetHelixQueues += ['Windows.10.Nano.Amd64.Open']
}
+ if (params.TestOuter) {
+ targetHelixQueues += ['Windows.10.Amd64.ClientRS3.ES.Open']
+ }
} else if (params.TGroup == 'uap' || params.TGroup == 'netfx') {
targetHelixQueues = ['Windows.10.Amd64.ClientRS2.Open']
}