xamarin-macios/tools/devops/device-tests/cambridge-ios-device-tests.yml

33 строки
944 B
YAML

# Runs the device tets on iOS stable devices using the cambridget pools.
parameters:
- name: disableProvisionatorCache
type: boolean
default: false
- name: clearProvisionatorCache
type: boolean
default: false
variables:
- template: templates/common-variables.yml
- template: templates/cambridge-variables.yml
resources:
repositories:
- repository: maccore
type: github
name: xamarin/maccore
ref: refs/heads/main
endpoint: xamarin
stages:
- template: templates/device-tests-stage.yml
parameters:
iOSDevicePool: ${{ variables.iOSDevicePool }}
WindowsDevicePool: ${{ variables.WindowsDevicePool }}
useXamarinStorage: ${{ variables.useXamarinStorage }}
testsLabels: '--label=run-ios-64-tests,run-non-monotouch-tests,run-monotouch-tests,run-mscorlib-tests'
statusContext: 'VSTS: device tests iOS (Cambridge)'
iOSDeviceDemand: 'xismoke'
vsdropsPrefix: ${{ variables.vsdropsPrefix }}