From a8d04c47d7ad2b9c5647871766974d3eeabf2927 Mon Sep 17 00:00:00 2001 From: Thirumalesh Aaraveti Date: Tue, 7 May 2024 16:49:14 +0530 Subject: [PATCH] Added the another 5 more ecoeng accounts --- jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily | 7 ++++++- jenkins/tenant/aws/ecoeng_03/README.md | 6 ++++++ jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly | 3 ++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily b/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily index 18afb266..519e4a8e 100644 --- a/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily +++ b/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily @@ -4,7 +4,12 @@ accounts_list = ['coreos-training': "matt.dorn@redhat.com, jomckenz@redhat.com, 'specialprojects-qe': "augol@redhat.com, hhalbfin@redhat.com", 'ecoeng-sap': "cbrune@redhat.com, ksatarin@redhat.com, babak@redhat.com, hhalbfin@redhat.com", 'sysdeseng': "scollier@redhat.com, hhalbfin@redhat.com", - 'partnerlab': "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com" + 'partnerlab': "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com", + 'appeng-sap': "matrujil@redhat.com, mmikhail@redhat.com, babak@redhat.com, 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" ] pipeline { options { diff --git a/jenkins/tenant/aws/ecoeng_03/README.md b/jenkins/tenant/aws/ecoeng_03/README.md index ab9906eb..3aa9f4c3 100644 --- a/jenkins/tenant/aws/ecoeng_03/README.md +++ b/jenkins/tenant/aws/ecoeng_03/README.md @@ -3,6 +3,7 @@ **POLICIES_IN_ACTION** = '[]' Accounts: + - **coreos-training**: "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, 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" @@ -10,3 +11,8 @@ Accounts: - **ecoeng-sap**: "cbrune@redhat.com, ksatarin@redhat.com, babak@redhat.com, hhalbfin@redhat.com" - **sysdeseng(ecoeng-telco)**: "scollier@redhat.com, hhalbfin@redhat.com" - **partnerlab**: "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com" +- **appeng-sap**: "matrujil@redhat.com, mmikhail@redhat.com, babak@redhat.com, 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" diff --git a/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly b/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly index 541506b4..670f5e71 100644 --- a/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly +++ b/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly @@ -1,4 +1,5 @@ -account = ['coreos-training', 'special-projects', 'edgeinfra', 'specialprojects-qe', 'ecoeng-sap', 'sysdeseng', 'partnerlab'] +account = ['coreos-training', 'special-projects', 'edgeinfra', 'specialprojects-qe', 'ecoeng-sap', 'sysdeseng', + 'partnerlab', 'appeng-sap', 'certification-pipeline', 'ecoengverticals-qe', 'emerge-partner', 'telco5g-ci'] pipeline { options { disableConcurrentBuilds()