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@users.noreply.github.com>2018-04-05 20:49:29 +0300
committerGitHub <noreply@github.com>2018-04-05 20:49:29 +0300
commit4739720ad1f70c7202b870048f932a10cd0214ed (patch)
tree818499f2dfe09533b8a6cb98b37db79a1f625885
parentb115ca74c978ee38475b4a3c5c5a94518cf45392 (diff)
parenta04d731696e2253d84169d31acd4ba92f4538997 (diff)
Merge pull request #28855 from MattGal/add-es-es-ci
Add Windows.10.Amd64.ClientRS3.ES.Open as CI
-rw-r--r--buildpipeline/windows.groovy5
1 files changed, 4 insertions, 1 deletions
diff --git a/buildpipeline/windows.groovy b/buildpipeline/windows.groovy
index c21687c844..cd32886f6a 100644
--- a/buildpipeline/windows.groovy
+++ b/buildpipeline/windows.groovy
@@ -74,10 +74,13 @@ simpleNode('Windows_NT','latest') {
{
targetHelixQueues = ['Windows.10.Amd64.Open',
'Windows.7.Amd64.Open',
- 'Windows.81.Amd64.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']
}