Skip to content

Commit 8de184d

Browse files
Move ecoeng accounts from ecoeng01 to ecoeng03 (#998)
* Move ecoeng accounts from ecoeng01 to ecoeng03 Move coreos-training, partnerlab, and certification-pipeline from ecoeng_01 to ecoeng_03 for both daily policies and hourly tagging. These accounts have CAPA/Hypershift deployments incompatible with zombie_cluster_resource detection, so they run with dry_run=yes. Update ecoeng_03 README to reflect actual configuration. Co-authored-by: Cursor <cursoragent@cursor.com> * Review comments --------- Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d307bce commit 8de184d

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
accounts_list = ['ecoeng-sap': "cbrune@redhat.com, ksatarin@redhat.com, babak@redhat.com, hhalbfin@redhat.com"]
1+
accounts_list = ['ecoeng-sap': "cbrune@redhat.com, ksatarin@redhat.com, babak@redhat.com, hhalbfin@redhat.com",
2+
'certification-pipeline': "matt.dorn@redhat.com, mhillsma@redhat.com, babak@redhat.com, hhalbfin@redhat.com",
3+
'partnerlab': "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com, mrhillsman@redhat.com",
4+
'coreos-training': "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com, mrhillsman@redhat.com"]
25

36
pipeline {
47
options {
@@ -27,7 +30,7 @@ pipeline {
2730
// Find the all available policies: https://github.com/redhat-performance/cloud-governance/tree/main/cloud_governance/policy
2831
// By default, all policies are running in dry_run="yes" mode and the whole list can be found in run_policies.py
2932
// POLICIES_IN_ACTION: Policies that run in the dry_run="no" mode
30-
POLICIES_IN_ACTION = '["unused_access_key"]'
33+
POLICIES_IN_ACTION = '[]'
3134
SKIP_POLICIES_ALERT = '[]'
3235
}
3336
stages {

jenkins/tenant/aws/ecoeng_03/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44

55
Accounts:
66

7-
- **coreos-training**: "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com"
7+
- **ecoeng-sap**: "cbrune@redhat.com, ksatarin@redhat.com, babak@redhat.com, hhalbfin@redhat.com"
8+
- **certification-pipeline**: "matt.dorn@redhat.com, mhillsma@redhat.com, babak@redhat.com, hhalbfin@redhat.com"
9+
- **partnerlab**: "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com, mrhillsman@redhat.com"
10+
- **coreos-training**: "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com, mrhillsman@redhat.com"

0 commit comments

Comments
 (0)