Skip to content

Commit

Permalink
Added the policy_inaction (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma authored Nov 26, 2024
1 parent 938911d commit 85c33d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/clouds/aws/daily/policies/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ 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", "zombie_cluster_resource"]'

}
stages {
stage('Checkout') { // Checkout (git clone ...) the projects repository
Expand Down

0 comments on commit 85c33d9

Please sign in to comment.