Skip to content

Commit

Permalink
Run zombie_cluster in dry_run=no in ecoeng01 (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma authored Dec 24, 2024
1 parent 76de3f8 commit a438f0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily
Original file line number Diff line number Diff line change
Expand Up @@ -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]}"
Expand Down

0 comments on commit a438f0f

Please sign in to comment.