From f07ad9831e5bef89440028b2acdbc3e3ab386ed7 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Tue, 24 Aug 2021 14:11:18 -0700 Subject: [PATCH] Stop using macOS 10.13 Helix queues --- eng/pipelines/coreclr/templates/helix-queues-setup.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/eng/pipelines/coreclr/templates/helix-queues-setup.yml b/eng/pipelines/coreclr/templates/helix-queues-setup.yml index ee357e734770a9..1e038b28feb0b2 100644 --- a/eng/pipelines/coreclr/templates/helix-queues-setup.yml +++ b/eng/pipelines/coreclr/templates/helix-queues-setup.yml @@ -113,13 +113,9 @@ jobs: # OSX x64 - ${{ if eq(parameters.platform, 'OSX_x64') }}: - - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}: - - OSX.1013.Amd64.Open - - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}: - - OSX.1013.Amd64.Open + - ${{ if eq(variables['System.TeamProject'], 'public') }}: - OSX.1014.Amd64.Open - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - - OSX.1013.Amd64 - OSX.1014.Amd64 - OSX.1015.Amd64