Skip to content

Commit

Permalink
Added Zombie ClusterResource to ecoeng-02 (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma authored Aug 14, 2024
1 parent a1c43ca commit 6d28b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/tenant/aws/ecoeng_02/PolicyJenkinsfileDaily
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
// Find the all available policies: https://github.com/redhat-performance/cloud-governance/tree/main/cloud_governance/policy
// By default, all policies are running in dry_run="yes" mode and the whole list can be found in run_policies.py
// POLICIES_IN_ACTION: Policies that run in the dry_run="no" mode
POLICIES_IN_ACTION = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles"]'
POLICIES_IN_ACTION = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles", "zombie_cluster_resource"]'
}
stages {
stage('Checkout') { // Checkout (git clone ...) the projects repository
Expand Down
2 changes: 1 addition & 1 deletion jenkins/tenant/aws/ecoeng_02/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### ecoeng_02 - dry_run=no

**POLICIES_IN_ACTION
** = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles"]'
** = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles", "zombie_cluster_resource"]'

Accounts:

Expand Down

0 comments on commit 6d28b3c

Please sign in to comment.