[ci] Use our own pool (#24754)
This commit is contained in:
Родитель
abec5a87fc
Коммит
0de3f8aa02
|
@ -72,14 +72,20 @@ parameters:
|
|||
- name: iosPool
|
||||
type: object
|
||||
default:
|
||||
name: $(macosTestsVmPool)
|
||||
vmImage: macOS-14
|
||||
name: $(iosTestsVmPool)
|
||||
vmImage: $(iosTestsVmImage)
|
||||
demands:
|
||||
- macOS.Name -equals Sonoma
|
||||
- macOS.Architecture -equals x64
|
||||
|
||||
- name: catalystPool
|
||||
type: object
|
||||
default:
|
||||
name: $(macosTestsVmPool)
|
||||
vmImage: macOS-14
|
||||
name: $(iosTestsVmPool)
|
||||
vmImage: $(iosTestsVmImage)
|
||||
demands:
|
||||
- macOS.Name -equals Sonoma
|
||||
- macOS.Architecture -equals x64
|
||||
|
||||
- name: windowsPool
|
||||
type: object
|
||||
|
|
|
@ -88,8 +88,11 @@ parameters:
|
|||
- name: macosPool
|
||||
type: object
|
||||
default:
|
||||
name: $(macosTestsVmPool)
|
||||
vmImage: macOS-14
|
||||
name: $(iosTestsVmPool)
|
||||
vmImage: $(iosTestsVmImage)
|
||||
demands:
|
||||
- macOS.Name -equals Sonoma
|
||||
- macOS.Architecture -equals x64
|
||||
|
||||
- name: androidCompatibilityPool
|
||||
type: object
|
||||
|
|
Загрузка…
Ссылка в новой задаче