From 85c33d9d84a1ad577f43f7f24067e8e88e9de69a Mon Sep 17 00:00:00 2001 From: Thirumalesh Aaraveti <97395760+athiruma@users.noreply.github.com> Date: Tue, 26 Nov 2024 07:50:14 +0530 Subject: [PATCH] Added the policy_inaction (#879) --- jenkins/clouds/aws/daily/policies/Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/clouds/aws/daily/policies/Jenkinsfile b/jenkins/clouds/aws/daily/policies/Jenkinsfile index fac20b69..46225436 100644 --- a/jenkins/clouds/aws/daily/policies/Jenkinsfile +++ b/jenkins/clouds/aws/daily/policies/Jenkinsfile @@ -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