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:
authorsmile21prc <xiwe@microsoft.com>2017-06-12 21:21:15 +0300
committerGitHub <noreply@github.com>2017-06-12 21:21:15 +0300
commita34b9c37b67cdae7c59396dd8df305c4ed2847ca (patch)
treeb094cdde73ecb8577f2353f095e265d0101eefb1 /buildpipeline
parentac2ffa3333783d865c04580388d7d7de1066225f (diff)
Add Debian 9 as an optional queue which can be requested specifically (#20885)
Add extra "," at the end of queues to make diff tools happiler.
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/portable-linux.groovy6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildpipeline/portable-linux.groovy b/buildpipeline/portable-linux.groovy
index a1b7ce3f99..308bc559d1 100644
--- a/buildpipeline/portable-linux.groovy
+++ b/buildpipeline/portable-linux.groovy
@@ -63,8 +63,10 @@ simpleDockerNode('microsoft/dotnet-buildtools-prereqs:rhel7_prereqs_2') {
'Ubuntu.1610.Amd64.Open',
// 'Ubuntu.1704.Amd64.Open',
'suse.422.amd64.Open',
- 'fedora.25.amd64.Open']
-
+ 'fedora.25.amd64.Open',]
+ if (params.OuterLoop) {
+ targetHelixQueues += ['Debian.90.Amd64.Open',]
+ }
sh "./Tools/msbuild.sh src/upload-tests.proj /p:ArchGroup=x64 /p:ConfigurationGroup=${params.Config} /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Linux /p:HelixJobType=test/functional/cli/ /p:HelixSource=${helixSource} /p:BuildMoniker=${helixBuild} /p:HelixCreator=${helixCreator} /p:CloudDropAccountName=dotnetbuilddrops /p:CloudResultsAccountName=dotnetjobresults /p:CloudDropAccessToken=\$CloudDropAccessToken /p:CloudResultsAccessToken=\$OutputCloudResultsAccessToken /p:HelixApiEndpoint=https://helix.dot.net/api/2017-04-14/jobs /p:TargetQueues=${targetHelixQueues.join('+')} /p:HelixLogFolder=${WORKSPACE}/${logFolder}/ /p:HelixCorrelationInfoFileName=SubmittedHelixRuns.txt"