Skip to content

Commit f4cd3b7

Browse files
ensure we run analyze weekly on all dataplane (#36861)
1 parent 72d5661 commit f4cd3b7

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# This was the tests.yml file that was used when azure-ai-generative and azure-ai-resources packages were built.
21
trigger: none
32

43
# NOTE: Service live tests are NOT enabled. This file only enables the analyze stage currently.

sdk/face/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
trigger: none
2+
3+
# NOTE: Service live tests are NOT enabled. This file only enables the analyze stage currently.
4+
extends:
5+
template: /eng/pipelines/templates/stages/python-analyze-weekly-standalone.yml
6+
parameters:
7+
ServiceDirectory: face

sdk/servicebus/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,3 @@ extends:
3030
SubscriptionConfigurationFilePaths:
3131
- eng/common/TestResources/sub-config/AzureUsGovMsft.json
3232
Location: 'usgovarizona'
33-
China:
34-
ServiceConnection: china_azure-sdk-tests
35-
SubscriptionConfigurationFilePaths:
36-
- eng/common/TestResources/sub-config/AzureChinaMsft.json
37-
Location: 'chinanorth3'

sdk/vision/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
trigger: none
2+
3+
# NOTE: Service live tests are NOT enabled. This file only enables the analyze stage currently.
4+
extends:
5+
template: /eng/pipelines/templates/stages/python-analyze-weekly-standalone.yml
6+
parameters:
7+
ServiceDirectory: vision

0 commit comments

Comments
 (0)