File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ trigger : none
2+
3+ jobs :
4+ - template : ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
5+ parameters :
6+ Matrix :
7+ Linux_Python35 :
8+ OSName : ' Linux'
9+ OSVmImage : ' ubuntu-16.04'
10+ PythonVersion : ' 3.5'
11+ MacOs_Python37 :
12+ OSName : ' MacOS'
13+ OSVmImage : ' macOS-10.14'
14+ PythonVersion : ' 3.7'
15+ Windows_Python27 :
16+ OSName : ' Windows'
17+ OSVmImage : ' vs2017-win2016'
18+ PythonVersion : ' 2.7'
19+ Linux_Pypy3 :
20+ OSName : ' Linux'
21+ OSVmImage : ' ubuntu-16.04'
22+ PythonVersion : ' pypy3'
23+
24+ ServiceDirectory : storage
25+ EnvVars :
26+ STORAGE_ACCOUNT_NAME : $(python-storage-storage-account-name)
27+ STORAGE_ACCOUNT_KEY : $(python-storage-storage-account-key)
28+ BLOB_STORAGE_ACCOUNT_NAME : $(python-storage-blob-storage-account-name)
29+ BLOB_STORAGE_ACCOUNT_KEY : $(python-storage-blob-storage-account-key)
30+ REMOTE_STORAGE_ACCOUNT_NAME : $(python-storage-remote-storage-account-name)
31+ REMOTE_STORAGE_ACCOUNT_KEY : $(python-storage-remote-storage-account-key)
32+ PREMIUM_STORAGE_ACCOUNT_NAME : $(python-storage-premium-storage-account-name)
33+ PREMIUM_STORAGE_ACCOUNT_KEY : $(python-storage-premium-storage-account-key)
34+ OAUTH_STORAGE_ACCOUNT_NAME : $(python-storage-oauth-storage-account-name)
35+ OAUTH_STORAGE_ACCOUNT_KEY : $(python-storage-oauth-storage-account-key)
36+ ACTIVE_DIRECTORY_APPLICATION_ID : $(aad-azure-sdk-test-client-id)
37+ ACTIVE_DIRECTORY_APPLICATION_SECRET : $(aad-azure-sdk-test-client-secret)
38+ ACTIVE_DIRECTORY_TENANT_ID : $(aad-azure-sdk-test-tenant-id)
39+ CONNECTION_STRING : $(python-storage-blob-connection-string)
40+ BLOB_CONNECTION_STRING : $(python-storage-blob-connection-string)
41+ PREMIUM_CONNECTION_STRING : $(python-storage-premium-connection-string)
42+ TEST_MODE : RunLiveNoRecord
You can’t perform that action at this time.
0 commit comments