1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
trigger: none
jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
parameters:
AllocateResourceGroup: 'false'
ServiceDirectory: eventhub
Matrix:
Linux_Python35:
OSVmImage: 'ubuntu-18.04'
PythonVersion: '3.5'
Linux_Python39:
OSVmImage: 'ubuntu-18.04'
PythonVersion: '3.9.0'
Windows_Python27:
OSVmImage: 'windows-2019'
PythonVersion: '2.7'
MacOs_Python37:
OSVmImage: 'macOS-10.15'
PythonVersion: '3.7'
EnvVars:
AZURE_STORAGE_ACCOUNT: $(python-eh-livetest-event-hub-storage-account)
AZURE_STORAGE_ACCESS_KEY: $(python-eh-livetest-event-hub-storage-access-key)
AZURE_STORAGE_CONN_STR: $(python-eh-livetest-event-hub-storage-conn-str)
EVENT_HUB_CONN_STR: $(python-eh-livetest-event-hub-conn-str)
EVENT_HUB_HOSTNAME: $(python-eh-livetest-event-hub-hostname)
EVENT_HUB_NAME: $(python-eh-livetest-event-hub-name)
EVENT_HUB_SAS_POLICY: $(python-eh-livetest-event-hub-sas-policy)
EVENT_HUB_SAS_KEY: $(python-eh-livetest-event-hub-sas-key)
EVENT_HUB_NAMESPACE: $(python-eh-livetest-event-hub-namespace)
IOTHUB_CONNECTION_STR: $(python-eh-livetest-event-hub-iothub-connection-str)
IOTHUB_DEVICE: $(python-eh-livetest-event-hub-iothub-device)
AZURE_CLIENT_ID: $(python-eh-livetest-event-hub-aad-client-id)
AZURE_TENANT_ID: $(python-eh-livetest-event-hub-aad-tenant-id)
AZURE_CLIENT_SECRET: $(python-eh-livetest-event-hub-aad-secret)
AZURE_SUBSCRIPTION_ID: $(python-eh-livetest-event-hub-subscription-id)
|