xamarin-macios/tools/devops/device-tests/cambridge-tvos-device-tests...

33 строки
916 B
YAML

# Runs the device tests on tvOS beta devices.
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-tvos-tests,run-non-monotouch-tests,run-monotouch-tests,run-mscorlib-tests'
statusContext: 'VSTS: device tests tvOS (Cambridge)'
iOSDeviceDemand: 'xitvos'
vsdropsPrefix: ${{ variables.vsdropsPrefix }}