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-02-20 21:21:45 +0300
committerMatt Galbraith <mattgal@microsoft.com>2018-02-20 21:21:45 +0300
commit267816c72ed50b2113f5f496d91dbbd7ae352b5d (patch)
tree308a87473b3f881e04b67d0f35c13d16e7021c6a /buildpipeline
parentc5868abf1e9eb7c6bb10df18e270a83444ce3966 (diff)
Remove 7.3 Centos/RH from CI
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/linux.groovy4
1 files changed, 1 insertions, 3 deletions
diff --git a/buildpipeline/linux.groovy b/buildpipeline/linux.groovy
index ac67a7d7bf..cd00c95482 100644
--- a/buildpipeline/linux.groovy
+++ b/buildpipeline/linux.groovy
@@ -47,9 +47,7 @@ simpleDockerNode('microsoft/dotnet-buildtools-prereqs:rhel7_prereqs_2') {
// Get the user that should be associated with the submission
def helixCreator = getUser()
// Target queues
- def targetHelixQueues = ['Centos.73.Amd64.Open',
- 'Centos.74.Amd64.Open',
- 'RedHat.73.Amd64.Open',
+ def targetHelixQueues = ['Centos.74.Amd64.Open',
'RedHat.74.Amd64.Open',
'Debian.87.Amd64.Open',
'Ubuntu.1404.Amd64.Open',