Remove Copper and refs to Copper
[releng.git] / jjb / global / releng-macros.yaml
index b282cff..2f156cd 100644 (file)
             unstable: false
             notbuilt: false
 
+- trigger:
+    name: gerrit-trigger-patchset-approved
+    triggers:
+      - gerrit:
+          server-name: 'gerrit.opnfv.org'
+          trigger-on:
+            - comment-added-event:
+                approval-category: 'CRVW'
+                approval-value: 2
+            - comment-added-contains-event:
+                comment-contains-value: 'gate'
+          projects:
+            - project-compare-type: 'ANT'
+              project-pattern: '{project}'
+              branches:
+                - branch-compare-type: 'ANT'
+                  branch-pattern: '**/{branch}'
+              file-paths:
+                - compare-type: 'ANT'
+                  pattern: '{files}'
+          skip-vote:
+            successful: false
+            failed: false
+            unstable: false
+            notbuilt: false
+
 - trigger:
     name: gerrit-trigger-change-merged
     triggers:
       - shell: |
           #!/bin/bash
           # Install python package
-          sudo pip install "flake8==2.6.2"
+          sudo -H pip install "flake8==2.6.2"
 
           echo "Checking python code..."
           for f in $(egrep '\.py$' modified_files)
       - shell: |
           #!/bin/bash
           # sudo Install python packages
-          sudo pip install "yamllint==1.8.2"
+          sudo -H pip install "yamllint==1.8.2"
 
           echo "Checking yaml file..."
           for f in $(egrep '\.ya?ml$' modified_files)
           recipients: >
             jiaxuan@chinamobile.com
 
-- publisher:
-    name: 'email-copper-ptl'
-    publishers:
-      - email-ext:
-          <<: *email_ptl_defaults
-          recipients: >
-            aimeeu.opensource@gmail.com
-
 - publisher:
     name: 'email-cperf-ptl'
     publishers:
       - email-ext:
           <<: *email_ptl_defaults
           recipients: >
-            gelkinbard@mirantis.com
+            Alexandru.Avadanii@enea.com
 
 - publisher:
     name: 'email-functest-ptl'
       - email-ext:
           <<: *email_ptl_defaults
           recipients: >
-            fatih.degirmenci@ericsson.com
+            tbramwell@linuxfoundation.org
 - publisher:
     name: 'email-releng-anteater-ptl'
     <<: *email_releng_ptl_defaults
     <<: *email_releng_ptl_defaults
 - publisher:
     name: 'email-releng-xci-ptl'
-    <<: *email_releng_ptl_defaults
+    publishers:
+      - email-ext:
+          <<: *email_ptl_defaults
+          recipients: >
+            fatih.degirmenci@ericsson.com
 
 - publisher:
     name: 'email-samplevnf-ptl'