Skip to content

Commit 15ffd63

Browse files
author
Chien Yuan Chang
committed
try tests.yml
1 parent 6b2811b commit 15ffd63

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

sdk/contentunderstanding/tests.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
trigger: none
22

3-
# NOTE: Service live tests are NOT enabled. This file only enables the analyze stage currently.
43
extends:
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

0 commit comments

Comments
 (0)