diff --git a/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily b/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily index e2e373bb..d8113bc1 100644 --- a/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily +++ b/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily @@ -9,7 +9,10 @@ accounts_list = ['industry-partners': "hhalbfin@redhat.com", 'verticals-ui': "brotman@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", - 'specialprojects-qe': "augol@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" + ] pipeline { options { disableConcurrentBuilds() diff --git a/jenkins/tenant/aws/ecoeng_01/README.md b/jenkins/tenant/aws/ecoeng_01/README.md index 5c7353f2..7261a6e2 100644 --- a/jenkins/tenant/aws/ecoeng_01/README.md +++ b/jenkins/tenant/aws/ecoeng_01/README.md @@ -17,3 +17,5 @@ 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" diff --git a/jenkins/tenant/aws/ecoeng_01/TaggingJenkinsfileHourly b/jenkins/tenant/aws/ecoeng_01/TaggingJenkinsfileHourly index f5f9bf09..aa34d4ef 100644 --- a/jenkins/tenant/aws/ecoeng_01/TaggingJenkinsfileHourly +++ b/jenkins/tenant/aws/ecoeng_01/TaggingJenkinsfileHourly @@ -1,6 +1,6 @@ account = ['industry-partners', 'verticals-ui', 'special-projects', 'edgeinfra', 'specialprojects-qe', 'ecoeng-sap', 'sysdeseng', 'appeng-ai', 'certification-pipeline', 'ecoengverticals-qe', - 'emerge-partner', 'telco5g-ci'] + 'emerge-partner', 'telco5g-ci', 'partnerlab', 'blueprints'] pipeline { options { disableConcurrentBuilds() diff --git a/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily b/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily index e8dc00fc..fd86fea2 100644 --- a/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily +++ b/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily @@ -1,7 +1,4 @@ -accounts_list = ['coreos-training': "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", - 'blueprints': "abeekhof@redhat.com, hhalbfin@redhat.com" - ] +accounts_list = ['coreos-training': "matt.dorn@redhat.com, jomckenz@redhat.com, babak@redhat.com, hhalbfin@redhat.com"] pipeline { options { disableConcurrentBuilds() diff --git a/jenkins/tenant/aws/ecoeng_03/README.md b/jenkins/tenant/aws/ecoeng_03/README.md index 5887bede..5d091417 100644 --- a/jenkins/tenant/aws/ecoeng_03/README.md +++ b/jenkins/tenant/aws/ecoeng_03/README.md @@ -5,5 +5,3 @@ Accounts: - **coreos-training**: "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" -- **blueprints**: "abeekhof@redhat.com, hhalbfin@redhat.com" diff --git a/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly b/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly index 414eb20a..db65c594 100644 --- a/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly +++ b/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly @@ -1,5 +1,4 @@ -account = ['coreos-training', - 'partnerlab', 'blueprints'] +account = ['coreos-training'] pipeline { options { disableConcurrentBuilds()