forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.yml
More file actions
25 lines (24 loc) · 865 Bytes
/
tests.yml
File metadata and controls
25 lines (24 loc) · 865 Bytes
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
trigger: none
extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
ServiceDirectory: search
SDKType: client
TimeoutInMinutes: 240
MaxParallel: 2
# TODO: change 'Preview' cloud back to public after search RP fixes deletion metadata issue
# https://github.com/Azure/azure-sdk-tools/issues/2216
Clouds: 'Preview'
SupportedClouds: 'Preview,UsGov'
CloudConfig:
Preview:
ServiceConnection: azure-sdk-tests-preview
SubscriptionConfigurationFilePaths:
- eng/common/TestResources/sub-config/AzurePreviewMsft.json
Location: 'westus'
UsGov:
ServiceConnection: usgov_azure-sdk-tests
SubscriptionConfigurationFilePaths:
- eng/common/TestResources/sub-config/AzureUsGovMsft.json
EnvVars:
AZURE_SEARCH_TEST_MODE: Live