зеркало из
1
0
Форкнуть 0
azure-sdk-for-python/sdk/translation/tests.yml

22 строки
786 B
YAML

trigger: none
extends:
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
ServiceDirectory: translation
TestTimeoutInMinutes: 200
Clouds: Public # Skipping INT, re-enable when environment fixed
CloudConfig:
Public:
Location: 'westus3'
Int:
# We run tests in Dogfood for the service team. This cloud config is just used to validate the service deployment
# so we don't need to run on every version of Python.
SubscriptionConfiguration: $(sub-config-translation-int-test-resources)
MatrixFilters:
- PythonVersion=3.11.*
EnvVars:
AZURE_TEST_RUN_LIVE: 'true'
TEST_MODE: 'RunLiveNoRecord'
AZURE_SKIP_LIVE_RECORDING: 'True'