ensure we run analyze weekly on all dataplane (#36861)
This commit is contained in:
Родитель
72d5661793
Коммит
f4cd3b7b7b
|
@ -1,4 +1,3 @@
|
|||
# This was the tests.yml file that was used when azure-ai-generative and azure-ai-resources packages were built.
|
||||
trigger: none
|
||||
|
||||
# NOTE: Service live tests are NOT enabled. This file only enables the analyze stage currently.
|
|
@ -0,0 +1,7 @@
|
|||
trigger: none
|
||||
|
||||
# NOTE: Service live tests are NOT enabled. This file only enables the analyze stage currently.
|
||||
extends:
|
||||
template: /eng/pipelines/templates/stages/python-analyze-weekly-standalone.yml
|
||||
parameters:
|
||||
ServiceDirectory: face
|
|
@ -30,8 +30,3 @@ extends:
|
|||
SubscriptionConfigurationFilePaths:
|
||||
- eng/common/TestResources/sub-config/AzureUsGovMsft.json
|
||||
Location: 'usgovarizona'
|
||||
China:
|
||||
ServiceConnection: china_azure-sdk-tests
|
||||
SubscriptionConfigurationFilePaths:
|
||||
- eng/common/TestResources/sub-config/AzureChinaMsft.json
|
||||
Location: 'chinanorth3'
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
trigger: none
|
||||
|
||||
# NOTE: Service live tests are NOT enabled. This file only enables the analyze stage currently.
|
||||
extends:
|
||||
template: /eng/pipelines/templates/stages/python-analyze-weekly-standalone.yml
|
||||
parameters:
|
||||
ServiceDirectory: vision
|
Загрузка…
Ссылка в новой задаче