Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
accounts_list = ['industry-partners': "hhalbfin@redhat.com",
'certification-pipeline': "matt.dorn@redhat.com, mhillsma@redhat.com, babak@redhat.com, hhalbfin@redhat.com",
'ecoengverticals-qe': "augol@redhat.com, hhalbfin@redhat.com",
'emerge-partner': "jsalomon@redhat.com, ltomasbo@redhat.com, hhalbfin@redhat.com",
'telco5g-ci': "yjoseph@redhat.com, hhalbfin@redhat.com, sshnaidm@redhat.com",
Expand All @@ -9,9 +8,7 @@ accounts_list = ['industry-partners': "hhalbfin@redhat.com",
'special-projects': "chen.yosef@redhat.com, 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",
'coreos-training': "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com, mrhillsman@redhat.com",
'edgeinfra-ci': "rfreiman@redhat.com, hhalbfin@redhat.com",
'ecoeng-flightctl': "ayogev@redhat.com, hhalbfin@redhat.com",
'partners-eng': "hhalbfin@redhat.com",
Expand Down Expand Up @@ -47,7 +44,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", "zombie_cluster_resource"]'
POLICIES_IN_ACTION = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles"]'
SKIP_POLICIES_ALERT = '["unused_access_key"]'
}
stages {
Expand Down
6 changes: 2 additions & 4 deletions jenkins/tenant/aws/ecoeng_01/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
### ecoeng_01 - dry_run=no

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

- Run zombie_cluster_resource in blueprints
- zombie_cluster_resource removed from POLICIES_IN_ACTION (runs as dry_run=yes only) due to Hypershift incompatibility

Accounts:

- **industry-partners**: "hhalbfin@redhat.com",
- **certification-pipeline**: "matt.dorn@redhat.com, mhillsma@redhat.com, babak@redhat.com, hhalbfin@redhat.com",
- **ecoengverticals-qe**: "augol@redhat.com, hhalbfin@redhat.com",
- **emerge-partner**: "jsalomon@redhat.com, ltomasbo@redhat.com, hhalbfin@redhat.com",
- **telco5g-ci**: "yjoseph@redhat.com, hhalbfin@redhat.com",
Expand All @@ -19,7 +18,6 @@ Accounts:
- **special-projects**: "chen.yosef@redhat.com, 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",
- **blueprints**: "abeekhof@redhat.com, hhalbfin@redhat.com",
- **edgeinfra-ci**: "rfreiman@redhat.com, hhalbfin@redhat.com",
- **ecoeng-flightctl**: "ayogev@redhat.com, hhalbfin@redhat.com",
Expand Down