2019-08-13 21:37:36 +03:00
|
|
|
trigger: none
|
|
|
|
|
2023-08-25 04:09:04 +03:00
|
|
|
parameters:
|
|
|
|
- name: Services
|
|
|
|
type: object
|
|
|
|
default:
|
|
|
|
- azure-appconfiguration
|
2024-10-07 19:39:57 +03:00
|
|
|
- azure-appconfiguration-provider
|
2023-08-25 04:09:04 +03:00
|
|
|
|
2024-03-07 01:22:39 +03:00
|
|
|
extends:
|
2024-10-08 02:26:59 +03:00
|
|
|
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
|
2024-03-07 01:22:39 +03:00
|
|
|
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'
|