From: Egor Chesakov Date: Wed, 23 Jan 2019 00:46:47 +0000 (-0800) Subject: Don't use Ubuntu.1604.Arm64.Open in Azure DevOps (#22135) X-Git-Tag: accepted/tizen/unified/20190813.215958~276 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=321b3f986244e8f6a282ab89de1e65e790ed6518;p=platform%2Fupstream%2Fcoreclr.git Don't use Ubuntu.1604.Arm64.Open in Azure DevOps (#22135) --- diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml index a4303b2..520fdf0 100644 --- a/eng/platform-matrix.yml +++ b/eng/platform-matrix.yml @@ -33,7 +33,8 @@ jobs: containerName: ubuntu_1604_arm64_cross_build_image # TODO: enable Debian.9.Arm64.Open and Debian.9.Arm64 queues # when https://github.com/dotnet/core-eng/issues/4805 is resolved - helixQueuesPublic: 'Ubuntu.1604.Arm64.Open,Ubuntu.1804.Arm64.Open' + # Don't use Ubuntu.1604.Arm64.Open here - the queue should be exclusively used by Jenkins + helixQueuesPublic: 'Ubuntu.1804.Arm64.Open' helixQueuesInternal: 'Ubuntu.1604.Arm64,Ubuntu.1804.Arm64' crossrootfsDir: '/crossrootfs/arm64' ${{ insert }}: ${{ parameters.jobParameters }}