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-03 04:29:48 +0300
committerMatt Galbraith <mattgal@microsoft.com>2018-04-03 04:29:48 +0300
commitfac2bf7062f534f5c7b2dcffb5702c7f89db82c9 (patch)
tree1f12dd85ac1b53b6e6cf103f168e37d6a21672a4 /buildpipeline
parentf759243d724f462da0bcef54e86588f8a55352c6 (diff)
Add new Debian.9.Amd64 queue. Debian's Azure versioning is unusual, so this queue represents "newest available".
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Linux.json2
-rw-r--r--buildpipeline/linux.groovy2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Linux.json b/buildpipeline/DotNet-CoreFx-Trusted-Linux.json
index 1f25172ce7..76bcbd6584 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-Linux.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-Linux.json
@@ -444,7 +444,7 @@
"allowOverride": true
},
"PB_TargetQueue": {
- "value": "Centos.73.Amd64+RedHat.73.Amd64+Debian.87.Amd64+Debian.90.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1804.Amd64+opensuse.423.amd64+SLES.12.Amd64+Fedora.26.Amd64+Fedora.27.Amd64"
+ "value": "Centos.73.Amd64+RedHat.73.Amd64+Debian.87.Amd64+Debian.90.Amd64+Debian.9.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1804.Amd64+opensuse.423.amd64+SLES.12.Amd64+Fedora.26.Amd64+Fedora.27.Amd64"
},
"PB_VsoAccountName": {
"value": "dn-bot"
diff --git a/buildpipeline/linux.groovy b/buildpipeline/linux.groovy
index ea476a3c3a..80681ea542 100644
--- a/buildpipeline/linux.groovy
+++ b/buildpipeline/linux.groovy
@@ -56,7 +56,7 @@ simpleDockerNode('microsoft/dotnet-buildtools-prereqs:rhel7_prereqs_2') {
'OpenSuse.423.Amd64.Open',
'Fedora.26.Amd64.Open',]
if (params.TestOuter) {
- targetHelixQueues += ['Debian.90.Amd64.Open',
+ targetHelixQueues += ['Debian.9.Amd64.Open',
'Fedora.27.Amd64.Open',
'SLES.12.Amd64.Open',]
}