11accounts_list = ['industry-partners': "hhalbfin@redhat.com",
2- 'certification-pipeline': "matt.dorn@redhat.com, mhillsma@redhat.com, babak@redhat.com, hhalbfin@redhat.com",
32 'ecoengverticals-qe': "augol@redhat.com, hhalbfin@redhat.com",
43 'emerge-partner': "jsalomon@redhat.com, ltomasbo@redhat.com, hhalbfin@redhat.com",
54 'telco5g-ci': "yjoseph@redhat.com, hhalbfin@redhat.com, sshnaidm@redhat.com",
@@ -9,9 +8,7 @@ accounts_list = ['industry-partners': "hhalbfin@redhat.com",
98 'special-projects': "chen.yosef@redhat.com, hhalbfin@redhat.com",
109 'edgeinfra': "lgamliel@redhat.com, bthurber@redhat.com, oourfali@redhat.com, hhalbfin@redhat.com",
1110 'specialprojects-qe': "augol@redhat.com, hhalbfin@redhat.com",
12- 'partnerlab': "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com, mrhillsman@redhat.com",
1311 'blueprints': "abeekhof@redhat.com, hhalbfin@redhat.com",
14- 'coreos-training': "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com, mrhillsman@redhat.com",
1512 'edgeinfra-ci': "rfreiman@redhat.com, hhalbfin@redhat.com",
1613 'ecoeng-flightctl': "ayogev@redhat.com, hhalbfin@redhat.com",
1714 'partners-eng': "hhalbfin@redhat.com",
@@ -47,7 +44,7 @@ pipeline {
4744 // Find the all available policies: https://github.com/redhat-performance/cloud-governance/tree/main/cloud_governance/policy
4845 // By default, all policies are running in dry_run="yes" mode and the whole list can be found in run_policies.py
4946 // POLICIES_IN_ACTION: Policies that run in the dry_run="no" mode
50- POLICIES_IN_ACTION = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles", "zombie_cluster_resource" ]'
47+ POLICIES_IN_ACTION = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles"]'
5148 SKIP_POLICIES_ALERT = '["unused_access_key"]'
5249 }
5350 stages {
0 commit comments