Skip to content

Commit 03aa8f6

Browse files
authored
seed tests.yml (Azure#6645)
1 parent 4b64b40 commit 03aa8f6

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

sdk/storage/tests.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

0 commit comments

Comments
 (0)