From c5b3f986587248b6cd14c1a8eb1cc5ff60a561fe Mon Sep 17 00:00:00 2001 From: Mike Bond Date: Fri, 2 Apr 2021 13:43:19 -0700 Subject: [PATCH] Target new xamarin-macios multi-OS agent pools (#11090) --- tools/devops/automation/templates/agent-pool-selector.yml | 8 ++++---- tools/devops/automation/templates/build/build.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/devops/automation/templates/agent-pool-selector.yml b/tools/devops/automation/templates/agent-pool-selector.yml index 21346bd25e..518bf7e4b3 100644 --- a/tools/devops/automation/templates/agent-pool-selector.yml +++ b/tools/devops/automation/templates/agent-pool-selector.yml @@ -2,10 +2,10 @@ # Selects appropriate agent pool based on trigger type (PR or CI) # parameters: - agentPoolPR: 'VSEng-Xamarin-RedmondMacCatalinaBuildPool-iOS-Untrusted' - agentPoolPRUrl: 'https://devdiv.visualstudio.com/DevDiv/_settings/agentqueues?queueId=2734&view=agents' - agentPoolCI: 'VSEng-Xamarin-RedmondMacCatalinaBuildPool-iOS-Trusted' - agentPoolCIUrl: 'https://devdiv.visualstudio.com/DevDiv/_settings/agentqueues?queueId=2748&view=agents' + agentPoolPR: 'VSEng-Xamarin-RedmondMacBuildPool-iOS-Untrusted' + agentPoolPRUrl: 'https://devdiv.visualstudio.com/_settings/agentpools?poolId=366&view=agents' + agentPoolCI: 'VSEng-Xamarin-RedmondMacBuildPool-iOS-Trusted' + agentPoolCIUrl: 'https://devdiv.visualstudio.com/_settings/agentpools?poolId=367&view=agents' condition: succeeded() steps: diff --git a/tools/devops/automation/templates/build/build.yml b/tools/devops/automation/templates/build/build.yml index 03de5e42cc..a373cc333c 100644 --- a/tools/devops/automation/templates/build/build.yml +++ b/tools/devops/automation/templates/build/build.yml @@ -74,8 +74,8 @@ steps: Write-Host "Python3 location" which python3 - Write-Host "Pip version" - pip -V + Write-Host "Pip3 version" + pip3 -V displayName: 'Show Python information' - bash: $(System.DefaultWorkingDirectory)/xamarin-macios/tools/devops/automation/scripts/bash/clean-bot.sh