[CI] Remove Mac OS devices that will not happen. (#11272)

Remove those devices of Mac OS X that will not happen because we cannot
run the agent in such and old device. This is due to the fact that the
agent runs using c# and we do not support such and old OS.

Also add a new stage to run tests on catalina. ATM older OS as not
working, but Catalina should work with our trusted pool.
This commit is contained in:
Manuel de la Pena 2021-04-21 17:47:10 -04:00 коммит произвёл GitHub
Родитель 0ad8144f17
Коммит 78ef8b8d03
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 6 удалений

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

@ -69,6 +69,12 @@ parameters:
- name: macTestsConfigurations
type: object
default: [
{
stageName: 'Mac Catalina (10.15)',
macPool: 'VSEng-Xamarin-RedmondMacBuildPool-iOS-Trusted',
osVersion: '10.15',
statusContext: 'Mac Catalina (10.15)'
},
{
stageName: 'Mac Mojave (10.14)',
macPool: 'Hosted Mac Internal Mojave',
@ -80,12 +86,6 @@ parameters:
macPool: 'Hosted Mac Internal',
osVersion: '10.13',
statusContext: 'Mac High Sierra (10.13)'
},
{
stageName: 'Mac Sierra (10.12)',
macPool: 'VSEng-Xamarin-RedmondMacTestPool-iOS',
osVersion: '10.12',
statusContext: 'Mac Sierra (10.12)'
}]
resources: