Disable translation sub cleanup (#7489)
The environment is currently broken and we aren't even running tests currently see https://github.com/Azure/azure-sdk-for-python/pull/33483. Disabling this to reduce noise until that is fixed.
This commit is contained in:
Родитель
9572148d3f
Коммит
f85e4fded7
|
@ -32,9 +32,11 @@ parameters:
|
||||||
SubscriptionConfigurations:
|
SubscriptionConfigurations:
|
||||||
- $(sub-config-azure-cloud-playground)
|
- $(sub-config-azure-cloud-playground)
|
||||||
AdditionalParameters: "-DeleteNonCompliantGroups -DeleteArmDeployments -MaxLifespanDeleteAfterHours 720"
|
AdditionalParameters: "-DeleteNonCompliantGroups -DeleteArmDeployments -MaxLifespanDeleteAfterHours 720"
|
||||||
- DisplayName: Dogfood Translation - Resource Cleanup
|
# TODO: Disabled this clean-up as the dogfood enviroment is busted and the tests are no longer running
|
||||||
SubscriptionConfigurations:
|
# see https://github.com/Azure/azure-sdk-for-python/pull/33483 were the tests were disabled.
|
||||||
- $(sub-config-translation-int-test-resources)
|
# - DisplayName: Dogfood Translation - Resource Cleanup
|
||||||
|
# SubscriptionConfigurations:
|
||||||
|
# - $(sub-config-translation-int-test-resources)
|
||||||
# TODO: re-enable dogfood cleanup after resource deletion issues are solved, to avoid pipeline timeouts
|
# TODO: re-enable dogfood cleanup after resource deletion issues are solved, to avoid pipeline timeouts
|
||||||
# - DisplayName: Dogfood ACS - Resource Cleanup
|
# - DisplayName: Dogfood ACS - Resource Cleanup
|
||||||
# SubscriptionConfigurations:
|
# SubscriptionConfigurations:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче