From a947758a5f0bb1c8575140fa90654718e9891708 Mon Sep 17 00:00:00 2001 From: Eli Battat Date: Tue, 15 Jul 2025 15:51:46 +0300 Subject: [PATCH] enable unused access key --- jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily | 3 ++- jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily b/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily index b1a2a1dd..28e06407 100644 --- a/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily +++ b/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily @@ -11,7 +11,8 @@ accounts_list = ['industry-partners': "hhalbfin@redhat.com", 'edgeinfra': "lgamliel@redhat.com, bthurber@redhat.com, oourfali@redhat.com, hhalbfin@redhat.com", 'specialprojects-qe': "augol@redhat.com, hhalbfin@redhat.com", 'partnerlab': "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com, mrhillsman@redhat.com", - 'blueprints': "abeekhof@redhat.com, hhalbfin@redhat.com" + 'blueprints': "abeekhof@redhat.com, hhalbfin@redhat.com", + 'coreos-training': "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com, mrhillsman@redhat.com" ] pipeline { options { diff --git a/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily b/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily index 9cd34d29..944764e0 100644 --- a/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily +++ b/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily @@ -1,4 +1,4 @@ -accounts_list = ['coreos-training': "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com, mrhillsman@redhat.com"] +accounts_list = ['ecoeng-sap': "cbrune@redhat.com, ksatarin@redhat.com, babak@redhat.com, hhalbfin@redhat.com"] pipeline { options { disableConcurrentBuilds() @@ -25,8 +25,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"]' - SKIP_POLICIES_ALERT = '["unused_access_key"]' + POLICIES_IN_ACTION = '["unused_access_key"]' + //SKIP_POLICIES_ALERT = '["unused_access_key"]' } stages { stage('Checkout') { // Checkout (git clone ...) the projects repository