From a438f0f74ed983aef3c47745d7791ec1ca6967d6 Mon Sep 17 00:00:00 2001 From: Thirumalesh Aaraveti <97395760+athiruma@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:46:02 +0530 Subject: [PATCH] Run zombie_cluster in dry_run=no in ecoeng01 (#885) --- jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily | 2 -- 1 file changed, 2 deletions(-) diff --git a/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily b/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily index e8fe9d1d..30016d07 100644 --- a/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily +++ b/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily @@ -77,8 +77,6 @@ pipeline { string(credentialsId: "${account}-aws-secret-key-id", variable: 'secret_key'), string(credentialsId: "${account}-s3-bucket", variable: 's3_bucket')]) { // POLICIES_IN_ACTION: Policies that run in the dry_run="no" mode - env.POLICIES_IN_ACTION = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles"]' - if (account == "blueprints") env.POLICIES_IN_ACTION = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles", "zombie_cluster_resource"]' env.account_name = "${account}" env.ADMIN_MAIL_LIST = "${accounts_list[account]}"