зеркало из
1
0
Форкнуть 0

ensure we run analyze weekly on all dataplane (#36861)

This commit is contained in:
Krista Pratico 2024-08-12 17:27:03 -07:00 коммит произвёл GitHub
Родитель 72d5661793
Коммит f4cd3b7b7b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 14 добавлений и 6 удалений

Просмотреть файл

@ -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.

7
sdk/face/tests.yml Normal file
Просмотреть файл

@ -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'

7
sdk/vision/tests.yml Normal file
Просмотреть файл

@ -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