28 строки
681 B
YAML
28 строки
681 B
YAML
trigger: none
|
|
|
|
parameters:
|
|
- name: Services
|
|
type: object
|
|
default:
|
|
- azure-appconfiguration
|
|
- azure-appconfiguration-provider
|
|
|
|
extends:
|
|
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
|
|
parameters:
|
|
ServiceDirectory: appconfiguration
|
|
Packages: ${{ parameters.Services }}
|
|
SupportedClouds: 'Public,UsGov,China'
|
|
TestTimeoutInMinutes: 240
|
|
CloudConfig:
|
|
Public:
|
|
UsGov:
|
|
China:
|
|
Location: chinanorth3
|
|
MatrixReplace:
|
|
- TestSamples=.*/true
|
|
EnvVars:
|
|
TEST_MODE: 'RunLiveNoRecord'
|
|
AZURE_SKIP_LIVE_RECORDING: 'true'
|
|
AZURE_TEST_RUN_LIVE: 'true'
|