14 строки
386 B
YAML
14 строки
386 B
YAML
trigger: none
|
|
|
|
extends:
|
|
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
|
|
parameters:
|
|
ServiceDirectory: schemaregistry
|
|
TestTimeoutInMinutes: 300
|
|
BuildTargetingString: azure-schemaregistry*
|
|
EnvVars:
|
|
AZURE_SKIP_LIVE_RECORDING: 'True'
|
|
AZURE_TEST_RUN_LIVE: 'true'
|
|
MatrixFilters:
|
|
- '"PythonVersion=^(?!pypy3).*"'
|