Target new xamarin-macios multi-OS agent pools (#11090)

This commit is contained in:
Mike Bond 2021-04-02 13:43:19 -07:00 коммит произвёл GitHub
Родитель 710604a867
Коммит c5b3f98658
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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:

Просмотреть файл

@ -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