From: Matt Galbraith Date: Tue, 20 Feb 2018 18:21:45 +0000 (-0800) Subject: Remove 7.3 Centos/RH from CI X-Git-Tag: submit/tizen/20210909.063632~11031^2~5445^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48a92880e124b381c0114da65b3ad9b810c62b42;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove 7.3 Centos/RH from CI Commit migrated from https://github.com/dotnet/corefx/commit/267816c72ed50b2113f5f496d91dbbd7ae352b5d --- diff --git a/src/libraries/buildpipeline/linux.groovy b/src/libraries/buildpipeline/linux.groovy index ac67a7d..cd00c95 100644 --- a/src/libraries/buildpipeline/linux.groovy +++ b/src/libraries/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',