From f90c440e02139fe1d8f5c235e572be6a571597bc Mon Sep 17 00:00:00 2001 From: Sean Reeser Date: Tue, 20 Jul 2021 16:43:18 -0700 Subject: [PATCH 1/2] demand specific build machine --- buildpipeline/DotNet-CoreClr-Trusted-Mac.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Mac.json b/buildpipeline/DotNet-CoreClr-Trusted-Mac.json index 1a67421bcb52..3b3252253292 100644 --- a/buildpipeline/DotNet-CoreClr-Trusted-Mac.json +++ b/buildpipeline/DotNet-CoreClr-Trusted-Mac.json @@ -292,7 +292,9 @@ "value": "$(Build.BuildNumber)" } }, - "demands": [], + "demands": [ + "Agent.Name -equals DCI-MAC-BUILD-017" + ], "retentionRules": [ { "branches": [ From 1748447d79fc9f67c2b73323a40bde56c3168126 Mon Sep 17 00:00:00 2001 From: Sean Reeser Date: Tue, 20 Jul 2021 16:47:29 -0700 Subject: [PATCH 2/2] update agent pool --- buildpipeline/DotNet-CoreClr-Trusted-Mac.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Mac.json b/buildpipeline/DotNet-CoreClr-Trusted-Mac.json index 3b3252253292..6a09a2392bcb 100644 --- a/buildpipeline/DotNet-CoreClr-Trusted-Mac.json +++ b/buildpipeline/DotNet-CoreClr-Trusted-Mac.json @@ -338,11 +338,11 @@ "quality": "definition", "drafts": [], "queue": { - "id": 24, - "name": "MicroBuildV2MacPool", + "id": 681, + "name": "VSEng-MicroBuildMacSierra", "pool": { - "id": 25, - "name": "MicroBuildV2MacPool" + "id": 120, + "name": "VSEng-MicroBuildMacSierra" } }, "id": 1680,