From f85e4fded71859b8d4f56d83923b81619fdade18 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Thu, 4 Jan 2024 09:07:27 -0800 Subject: [PATCH] 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. --- eng/pipelines/live-test-cleanup.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/live-test-cleanup.yml b/eng/pipelines/live-test-cleanup.yml index 4b0099757..cfaccca47 100644 --- a/eng/pipelines/live-test-cleanup.yml +++ b/eng/pipelines/live-test-cleanup.yml @@ -32,9 +32,11 @@ parameters: SubscriptionConfigurations: - $(sub-config-azure-cloud-playground) AdditionalParameters: "-DeleteNonCompliantGroups -DeleteArmDeployments -MaxLifespanDeleteAfterHours 720" - - DisplayName: Dogfood Translation - Resource Cleanup - SubscriptionConfigurations: - - $(sub-config-translation-int-test-resources) + # TODO: Disabled this clean-up as the dogfood enviroment is busted and the tests are no longer running + # see https://github.com/Azure/azure-sdk-for-python/pull/33483 were the tests were disabled. + # - 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 # - DisplayName: Dogfood ACS - Resource Cleanup # SubscriptionConfigurations: