Remove 7.3 Centos/RH from CI
authorMatt Galbraith <mattgal@microsoft.com>
Tue, 20 Feb 2018 18:21:45 +0000 (10:21 -0800)
committerMatt Galbraith <mattgal@microsoft.com>
Tue, 20 Feb 2018 18:21:45 +0000 (10:21 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/267816c72ed50b2113f5f496d91dbbd7ae352b5d

src/libraries/buildpipeline/linux.groovy

index ac67a7d..cd00c95 100644 (file)
@@ -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',