File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 11trigger : none
22
3- # NOTE: Service live tests are NOT enabled. This file only enables the analyze stage currently.
43extends :
5- template : /eng/pipelines/templates/stages/python-analyze-weekly-standalone.yml
6- parameters :
7- ServiceDirectory : contentunderstanding
4+ template : /eng/pipelines/templates/stages/archetype-sdk-tests.yml
5+ parameters :
6+ BuildTargetingString : azure-ai-contentunderstanding
7+ ServiceDirectory : contentunderstanding
8+ TestTimeoutInMinutes : 200
9+ MatrixReplace :
10+ - TestSamples=.*/true
11+ Clouds : ' Public'
12+ CloudConfig :
13+ Public :
14+ Location : eastus
15+ EnvVars :
16+ TEST_MODE : ' RunLive' # <-- enable live test execution
17+ AZURE_TEST_RUN_LIVE : ' true' # <-- ensure live tests are run
18+ AZURE_SKIP_LIVE_RECORDING : ' true' # optional, allow recording
You can’t perform that action at this time.
0 commit comments