Skip to content

Commit b300d18

Browse files
authored
Remove ecoeng accounts, cluster policies from daily run (#996)
1 parent acdc4a3 commit b300d18

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
accounts_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 {

jenkins/tenant/aws/ecoeng_01/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
### ecoeng_01 - dry_run=no
22

33
**POLICIES_IN_ACTION
4-
** = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles", "zombie_cluster_resource"]'
4+
** = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles"]'
55

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

88
Accounts:
99

1010
- **industry-partners**: "hhalbfin@redhat.com",
11-
- **certification-pipeline**: "matt.dorn@redhat.com, mhillsma@redhat.com, babak@redhat.com, hhalbfin@redhat.com",
1211
- **ecoengverticals-qe**: "augol@redhat.com, hhalbfin@redhat.com",
1312
- **emerge-partner**: "jsalomon@redhat.com, ltomasbo@redhat.com, hhalbfin@redhat.com",
1413
- **telco5g-ci**: "yjoseph@redhat.com, hhalbfin@redhat.com",
@@ -19,7 +18,6 @@ Accounts:
1918
- **special-projects**: "chen.yosef@redhat.com, hhalbfin@redhat.com",
2019
- **edgeinfra**: "lgamliel@redhat.com, bthurber@redhat.com, oourfali@redhat.com, hhalbfin@redhat.com",
2120
- **specialprojects-qe**: "augol@redhat.com, hhalbfin@redhat.com",
22-
- **partnerlab**: "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com",
2321
- **blueprints**: "abeekhof@redhat.com, hhalbfin@redhat.com",
2422
- **edgeinfra-ci**: "rfreiman@redhat.com, hhalbfin@redhat.com",
2523
- **ecoeng-flightctl**: "ayogev@redhat.com, hhalbfin@redhat.com",

0 commit comments

Comments
 (0)