86f4c4265e2fafea2da9a4be6e686639f54f251f
[releng.git] / jjb / global / releng-macros.yml
1 ---
2 # Releng macros
3 #
4 # NOTE: make sure macros are listed in execution ordered.
5 #
6 # 1. parameters/properties
7 # 2. scm
8 # 3. triggers
9 # 4. wrappers
10 # 5. prebuilders (maven only, configured like Builders)
11 # 6. builders (maven, freestyle, matrix, etc..)
12 # 7. postbuilders (maven only, configured like Builders)
13 # 8. publishers/reporters/notifications
14
15 - parameter:
16     name: project-parameter
17     parameters:
18       - string:
19           name: PROJECT
20           default: '{project}'
21           description: "JJB configured PROJECT parameter to identify an opnfv Gerrit project"
22       - string:
23           name: GS_BASE
24           default: artifacts.opnfv.org/$PROJECT
25           description: "URL to Google Storage."
26       - string:
27           name: GS_BASE_PROXY
28           default: build.opnfv.org/artifacts.opnfv.org/$PROJECT
29           description: "URL to Google Storage proxy"
30       - string:
31           name: BRANCH
32           default: '{branch}'
33           description: "JJB configured BRANCH parameter (e.g. master, stable/danube)"
34       - string:
35           name: GERRIT_BRANCH
36           default: '{branch}'
37           description: "JJB configured GERRIT_BRANCH parameter (deprecated)"
38
39 - property:
40     name: logrotate-default
41     properties:
42       - build-discarder:
43           days-to-keep: 60
44           num-to-keep: 200
45           artifact-days-to-keep: 60
46           artifact-num-to-keep: 200
47
48 - scm:
49     name: git-scm
50     scm:
51       - git: &git-scm-defaults
52           credentials-id: '$SSH_CREDENTIAL_ID'
53           url: '$GIT_BASE'
54           branches:
55             - 'origin/$BRANCH'
56           timeout: 15
57
58 - scm:
59     name: git-scm-gerrit
60     scm:
61       - git:
62           choosing-strategy: 'gerrit'
63           refspec: '$GERRIT_REFSPEC'
64           <<: *git-scm-defaults
65 - scm:
66     name: git-scm-with-submodules
67     scm:
68       - git:
69           credentials-id: '$SSH_CREDENTIAL_ID'
70           url: '$GIT_BASE'
71           refspec: ''
72           branches:
73             - 'refs/heads/{branch}'
74           skip-tag: true
75           wipe-workspace: true
76           submodule:
77             recursive: true
78             timeout: 20
79 - trigger:
80     name: 'daily-trigger-disabled'
81     triggers:
82       - timed: ''
83
84 - trigger:
85     name: 'weekly-trigger-disabled'
86     triggers:
87       - timed: ''
88
89 - trigger:
90     name: gerrit-trigger-patchset-created
91     triggers:
92       - gerrit:
93           server-name: 'gerrit.opnfv.org'
94           trigger-on:
95             - patchset-created-event:
96                 exclude-drafts: 'false'
97                 exclude-trivial-rebase: 'false'
98                 exclude-no-code-change: 'false'
99             - draft-published-event
100             - comment-added-contains-event:
101                 comment-contains-value: 'recheck'
102             - comment-added-contains-event:
103                 comment-contains-value: 'reverify'
104           projects:
105             - project-compare-type: 'ANT'
106               project-pattern: '{project}'
107               branches:
108                 - branch-compare-type: 'ANT'
109                   branch-pattern: '**/{branch}'
110               file-paths:
111                 - compare-type: 'ANT'
112                   pattern: '{files}'
113           skip-vote:
114             successful: false
115             failed: false
116             unstable: false
117             notbuilt: false
118
119 - trigger:
120     name: gerrit-trigger-change-merged
121     triggers:
122       - gerrit:
123           server-name: 'gerrit.opnfv.org'
124           trigger-on:
125             - change-merged-event
126             - comment-added-contains-event:
127                 comment-contains-value: 'remerge'
128           projects:
129             - project-compare-type: 'ANT'
130               project-pattern: '{project}'
131               branches:
132                 - branch-compare-type: 'ANT'
133                   branch-pattern: '**/{branch}'
134               file-paths:
135                 - compare-type: 'ANT'
136                   pattern: '{files}'
137
138 - trigger:
139     name: gerrit-trigger-tag-created
140     triggers:
141       - gerrit:
142           server-name: 'gerrit.opnfv.org'
143           trigger-on:
144             - ref-updated
145           projects:
146             - project-compare-type: 'ANT'
147               project-pattern: '{project}'
148               branches:
149                 - branch-compare-type: 'ANT'
150                   branch-pattern: 'refs/tags/**'
151
152 - trigger:
153     name: 'experimental'
154     triggers:
155       - gerrit:
156           server-name: 'gerrit.opnfv.org'
157           trigger-on:
158             - comment-added-contains-event:
159                 comment-contains-value: 'check-experimental'
160           projects:
161             - project-compare-type: 'ANT'
162               project-pattern: '{project}'
163               branches:
164                 - branch-compare-type: 'ANT'
165                   branch-pattern: '**/{branch}'
166               file-paths:
167                 - compare-type: 'ANT'
168                   pattern: '{files}'
169           skip-vote:
170             successful: true
171             failed: true
172             unstable: true
173             notbuilt: true
174
175 - wrapper:
176     name: ssh-agent-wrapper
177     wrappers:
178       - ssh-agent-credentials:
179           users:
180             - 'd42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e'
181
182 - wrapper:
183     name: build-timeout
184     wrappers:
185       - timeout:
186           timeout: '{timeout}'
187           timeout-var: 'BUILD_TIMEOUT'
188           fail: true
189
190 - wrapper:
191     name: fix-workspace-permissions
192     wrappers:
193       - pre-scm-buildstep:
194           - shell: |
195              #!/bin/bash
196              sudo chown -R $USER:$USER $WORKSPACE || exit 1
197
198 - builder:
199     name: upload-under-review-docs-to-opnfv-artifacts
200     builders:
201       - shell: |
202           #!/bin/bash
203           set -o errexit
204           set -o pipefail
205           set -o xtrace
206           export PATH=$PATH:/usr/local/bin/
207
208           [[ $GERRIT_CHANGE_NUMBER =~ .+ ]]
209           [[ -d docs/_build/ ]] || exit 0
210
211           echo
212           echo "###########################"
213           echo "UPLOADING DOCS UNDER REVIEW"
214           echo "###########################"
215           echo
216
217           gs_base="artifacts.opnfv.org/$PROJECT/review"
218           gs_path="$gs_base/$GERRIT_CHANGE_NUMBER"
219           local_path="upload/$GERRIT_CHANGE_NUMBER"
220
221           mkdir -p upload
222           mv docs/_build/html/ "$local_path"
223           gsutil -m cp -r "$local_path" "gs://$gs_base"
224
225           gsutil -m setmeta \
226               -h "Content-Type:text/html" \
227               -h "Cache-Control:private, max-age=0, no-transform" \
228               "gs://$gs_path"/**.html > /dev/null 2>&1
229
230           echo "Document link(s):" >> gerrit_comment.txt
231           find "$local_path" | grep -e 'index.html$' -e 'pdf$' | \
232               sed -e "s|^$local_path|    http://$gs_path|" >> gerrit_comment.txt
233
234 # To take advantage of this macro, have your build write
235 # out the file 'gerrit_comment.txt' with information to post
236 # back to gerrit and include this macro in the list of builders.
237 - builder:
238     name: report-build-result-to-gerrit
239     builders:
240       - shell: |
241           #!/bin/bash
242           set -o errexit
243           set -o pipefail
244           set -o xtrace
245           export PATH=$PATH:/usr/local/bin/
246           if [[ -e gerrit_comment.txt ]] ; then
247               echo
248               echo "posting review comment to gerrit..."
249               echo
250               cat gerrit_comment.txt
251               echo
252               ssh -p 29418 gerrit.opnfv.org \
253                   "gerrit review -p $GERRIT_PROJECT \
254                    -m '$(cat gerrit_comment.txt)' \
255                    $GERRIT_PATCHSET_REVISION \
256                    --notify NONE"
257           fi
258
259 - builder:
260     name: remove-old-docs-from-opnfv-artifacts
261     builders:
262       - shell: |
263           #!/bin/bash
264           set -o errexit
265           set -o pipefail
266           set -o xtrace
267           export PATH=$PATH:/usr/local/bin/
268
269           [[ $GERRIT_CHANGE_NUMBER =~ .+ ]]
270
271           gs_path="artifacts.opnfv.org/$PROJECT/review/$GERRIT_CHANGE_NUMBER"
272
273           if gsutil ls "gs://$gs_path" > /dev/null 2>&1 ; then
274               echo
275               echo "Deleting Out-of-dated Documents..."
276               gsutil -m rm -r "gs://$gs_path"
277           fi
278           gs_path="artifacts.opnfv.org/review/$GERRIT_CHANGE_NUMBER"
279
280           if gsutil ls "gs://$gs_path" > /dev/null 2>&1 ; then
281               echo
282               echo "Deleting Out-of-dated Documents..."
283               gsutil -m rm -r "gs://$gs_path"
284           fi
285
286 - builder:
287     name: lint-python-code
288     builders:
289       - shell: |
290           #!/bin/bash
291           set -o errexit
292           set -o pipefail
293           set -o xtrace
294           export PATH=$PATH:/usr/local/bin/
295
296           virtualenv -p python2.7 $WORKSPACE/releng_flake8
297           source $WORKSPACE/releng_flake8/bin/activate
298
299           # install python packages
300           pip install "flake8==2.6.2"
301
302           # generate and upload lint log
303           echo "Running flake8 code on $PROJECT ..."
304
305           # Get number of flake8 violations. If none, this will be an
306           # empty string: ""
307           FLAKE_COUNT="$(find . \
308               -path './releng_flake8' -prune -o \
309               -path './.tox' -prune -o \
310               -type f -name "*.py" -print | \
311               xargs flake8 --exit-zero -qq --count 2>&1)"
312
313           # Ensure we start with a clean environment
314           rm -f lint.log
315
316           if [ ! -z $FLAKE_COUNT ]; then
317             echo "Flake8 Violations: $FLAKE_COUNT" > lint.log
318             find . \
319                 -path './releng_flake8' -prune -o \
320                 -path './.tox' -prune -o \
321                 -type f -name "*.py" -print | \
322                 xargs flake8 --exit-zero --first >> violation.log
323             SHOWN=$(wc -l violation.log | cut -d' ' -f1)
324             echo -e "First $SHOWN shown\n---" >> lint.log
325             cat violation.log >> lint.log
326             sed -r -i '4,$s/^/ /g' lint.log
327             rm violation.log
328           fi
329
330           deactivate
331
332 - builder:
333     name: report-lint-result-to-gerrit
334     builders:
335       - shell: |
336           #!/bin/bash
337           set -o errexit
338           set -o pipefail
339           set -o xtrace
340           export PATH=$PATH:/usr/local/bin/
341
342           # If no violations were found, no lint log will exist.
343           if [[ -e lint.log ]] ; then
344               echo -e "\nposting linting report to gerrit...\n"
345
346               cat lint.log
347               echo
348
349               ssh -p 29418 gerrit.opnfv.org \
350                   "gerrit review -p $GERRIT_PROJECT \
351                    -m \"$(cat lint.log)\" \
352                    $GERRIT_PATCHSET_REVISION \
353                    --notify NONE"
354
355               exit 1
356           fi
357
358 - builder:
359     name: upload-review-docs
360     builders:
361       - upload-under-review-docs-to-opnfv-artifacts
362       - report-build-result-to-gerrit
363
364 - builder:
365     name: check-bash-syntax
366     builders:
367       - shell: "find . -name '*.sh' | xargs bash -n"
368
369 - builder:
370     name: lint-yaml-code
371     builders:
372       - shell: |
373           #!/bin/bash
374           set -o errexit
375           set -o pipefail
376           set -o xtrace
377           export PATH=$PATH:/usr/local/bin/
378
379           # install python packages
380           sudo pip install "yamllint==1.8.2"
381
382           # generate and upload lint log
383           echo "Running yaml code on $PROJECT ..."
384
385           # Get list of yaml files
386           YAML_FILES=$(git --no-pager diff --diff-filter=MCRAT --name-only HEAD^1 | egrep "ya?ml$") || true
387
388           #If YAML_FILES is none exit with 0
389           if [ -z "$YAML_FILES" ]; then
390               exit 0
391           fi
392
393           # Ensure we start with a clean environment
394           rm -f yaml-violation.log lint.log
395
396           # Yamllint files only in patchset
397           for yamlfile in $YAML_FILES; do
398             yamllint $yamlfile >> yaml-violation.log || true
399           done
400
401           if [ -s "yaml-violation.log" ]; then
402             SHOWN=$(grep -c -v "^$" yaml-violation.log)
403             echo -e "First $SHOWN shown\n---" > lint.log
404             cat yaml-violation.log >> lint.log
405             sed -r -i '4,$s/^/ /g' lint.log
406           fi
407
408 - builder:
409     name: clean-workspace
410     builders:
411       - shell: |
412           #!/bin/bash
413           set -o errexit
414           set -o nounset
415           set -o pipefail
416           sudo /bin/rm -rf "$WORKSPACE"
417
418 - builder:
419     name: clean-workspace-log
420     builders:
421       - shell: |
422           find $WORKSPACE -type f -name '*.log' | xargs rm -f
423
424 - publisher:
425     name: archive-artifacts
426     publishers:
427       - archive:
428           artifacts: '{artifacts}'
429           allow-empty: true
430           fingerprint: true
431           latest-only: true
432
433 - publisher:
434     name: publish-coverage
435     publishers:
436       - cobertura:
437           report-file: "coverage.xml"
438           only-stable: "true"
439           health-auto-update: "false"
440           stability-auto-update: "false"
441           zoom-coverage-chart: "true"
442           targets:
443             - files:
444                 healthy: 10
445                 unhealthy: 20
446                 failing: 30
447             - method:
448                 healthy: 50
449                 unhealthy: 40
450                 failing: 30
451
452 # The majority of the email-ext plugin options are set to the default
453 # for this macro so they can be managed through Jenkins' global
454 # settings.
455 - publisher:
456     name: email-jenkins-admins-on-failure
457     publishers:
458       - email-ext:
459           content-type: text
460           attach-build-log: true
461           compress-log: true
462           always: false
463           failure: true
464           send-to:
465             - recipients
466
467 # Email PTL publishers
468 - email_ptl_defaults: &email_ptl_defaults
469     name: 'email_ptl_defaults'
470     content-type: text
471     attach-build-log: true
472     attachments: '*.log'
473     compress-log: true
474     always: true
475     subject: '{subject}'
476
477 - publisher: &email_apex_ptl_defaults
478     name: 'email-apex-ptl'
479     publishers:
480       - email-ext:
481           <<: *email_ptl_defaults
482           recipients: >
483             trozet@redhat.com
484 - publisher:
485     name: 'email-apex-os-net-config-ptl'
486     <<: *email_apex_ptl_defaults
487 - publisher:
488     name: 'email-apex-puppet-tripleo-ptl'
489     <<: *email_apex_ptl_defaults
490 - publisher:
491     name: 'email-apex-tripleo-heat-templates-ptl'
492     <<: *email_apex_ptl_defaults
493
494 - publisher:
495     name: 'email-armband-ptl'
496     publishers:
497       - email-ext:
498           <<: *email_ptl_defaults
499           recipients: >
500             bob.monkman@arm.com
501
502 - publisher:
503     name: 'email-auto-ptl'
504     publishers:
505       - email-ext:
506           <<: *email_ptl_defaults
507           recipients: >
508             tina.tsou@arm.com
509
510 - publisher:
511     name: 'email-availability-ptl'
512     publishers:
513       - email-ext:
514           <<: *email_ptl_defaults
515           recipients: >
516             fuqiao@chinamobile.com
517
518 - publisher:
519     name: 'email-bamboo-ptl'
520     publishers:
521       - email-ext:
522           <<: *email_ptl_defaults
523           recipients: >
524             donaldh@cisco.com
525
526 - publisher:
527     name: 'email-barometer-ptl'
528     publishers:
529       - email-ext:
530           <<: *email_ptl_defaults
531           recipients: >
532             aasmith@redhat.com
533
534 - publisher:
535     name: 'email-bottlenecks-ptl'
536     publishers:
537       - email-ext:
538           <<: *email_ptl_defaults
539           recipients: >
540             gabriel.yuyang@huawei.com
541
542 - publisher:
543     name: 'email-calipso-ptl'
544     publishers:
545       - email-ext:
546           <<: *email_ptl_defaults
547           recipients: >
548             korlev@cisco.com
549
550 - publisher:
551     name: 'email-clover-ptl'
552     publishers:
553       - email-ext:
554           <<: *email_ptl_defaults
555           recipients: >
556             stephen.wong1@huawei.com
557
558 - publisher: &email_compass4nfv_ptl_defaults
559     name: 'email-compass4nfv-ptl'
560     publishers:
561       - email-ext:
562           <<: *email_ptl_defaults
563           recipients: >
564             chigang@huawei.com
565 - publisher:
566     name: 'email-compass-containers-ptl'
567     <<: *email_compass4nfv_ptl_defaults
568
569 - publisher:
570     name: 'email-conductor-ptl'
571     publishers:
572       - email-ext:
573           <<: *email_ptl_defaults
574           recipients: >
575             limingjiang@huawei.com
576
577 - publisher:
578     name: 'email-container4nfv-ptl'
579     publishers:
580       - email-ext:
581           <<: *email_ptl_defaults
582           recipients: >
583             jiaxuan@chinamobile.com
584
585 - publisher:
586     name: 'email-copper-ptl'
587     publishers:
588       - email-ext:
589           <<: *email_ptl_defaults
590           recipients: >
591             aimeeu.opensource@gmail.com
592
593 - publisher:
594     name: 'email-cperf-ptl'
595     publishers:
596       - email-ext:
597           <<: *email_ptl_defaults
598           recipients: >
599             matt.welch@intel.com
600
601 - publisher:
602     name: 'email-daisy-ptl'
603     publishers:
604       - email-ext:
605           <<: *email_ptl_defaults
606           recipients: >
607             hu.zhijiang@zte.com.cn
608
609 - publisher:
610     name: 'email-doctor-ptl'
611     publishers:
612       - email-ext:
613           <<: *email_ptl_defaults
614           recipients: >
615             r-mibu@cq.jp.nec.com
616
617 - publisher:
618     name: 'email-domino-ptl'
619     publishers:
620       - email-ext:
621           <<: *email_ptl_defaults
622           recipients: >
623             ulas.kozat@huawei.com
624
625 - publisher:
626     name: 'email-dovetail-ptl'
627     publishers:
628       - email-ext:
629           <<: *email_ptl_defaults
630           recipients: >
631             hongbo.tianhongbo@huawei.com
632
633 - publisher:
634     name: 'email-dpacc-ptl'
635     publishers:
636       - email-ext:
637           <<: *email_ptl_defaults
638           recipients: >
639             denglingli@chinamobile.com
640
641 - publisher:
642     name: 'email-enfv-ptl'
643     publishers:
644       - email-ext:
645           <<: *email_ptl_defaults
646           recipients: >
647             JBuchanan@advaoptical.com
648
649 - publisher:
650     name: 'email-escalator-ptl'
651     publishers:
652       - email-ext:
653           <<: *email_ptl_defaults
654           recipients: >
655             kong.wei2@zte.com.cn
656
657 - publisher:
658     name: 'email-fastpathmetrics-ptl'
659     publishers:
660       - email-ext:
661           <<: *email_ptl_defaults
662           recipients: >
663             maryam.tahhan@intel.com
664
665 - publisher:
666     name: 'email-fds-ptl'
667     publishers:
668       - email-ext:
669           <<: *email_ptl_defaults
670           recipients: >
671             fbrockne@cisco.com
672
673 - publisher:
674     name: 'email-fuel-ptl'
675     publishers:
676       - email-ext:
677           <<: *email_ptl_defaults
678           recipients: >
679             gelkinbard@mirantis.com
680
681 - publisher:
682     name: 'email-functest-ptl'
683     publishers:
684       - email-ext:
685           <<: *email_ptl_defaults
686           recipients: >
687             cedric.ollivier@orange.com
688
689 - publisher:
690     name: 'email-ipv6-ptl'
691     publishers:
692       - email-ext:
693           <<: *email_ptl_defaults
694           recipients: >
695             bh526r@att.com
696
697 - publisher:
698     name: 'email-joid-ptl'
699     publishers:
700       - email-ext:
701           <<: *email_ptl_defaults
702           recipients: >
703             artur.tyloch@canonical.com
704
705 - publisher:
706     name: 'email-kvmfornfv-ptl'
707     publishers:
708       - email-ext:
709           <<: *email_ptl_defaults
710           recipients: >
711             raghuveer.reddy@intel.com
712
713 - publisher:
714     name: 'email-models-ptl'
715     publishers:
716       - email-ext:
717           <<: *email_ptl_defaults
718           recipients: >
719             bs3131@att.com
720
721 - publisher:
722     name: 'email-moon-ptl'
723     publishers:
724       - email-ext:
725           <<: *email_ptl_defaults
726           recipients: >
727             ruan.he@orange.com
728
729 - publisher:
730     name: 'email-multisite-ptl'
731     publishers:
732       - email-ext:
733           <<: *email_ptl_defaults
734           recipients: >
735             joehuang@huawei.com
736
737 - publisher:
738     name: 'email-netready-ptl'
739     publishers:
740       - email-ext:
741           <<: *email_ptl_defaults
742           recipients: >
743             georg.kunz@ericsson.com
744
745 - publisher:
746     name: 'email-nfvbench-ptl'
747     publishers:
748       - email-ext:
749           <<: *email_ptl_defaults
750           recipients: >
751             ahothan@cisco.com
752
753 - publisher:
754     name: 'email-octopus-ptl'
755     publishers:
756       - email-ext:
757           <<: *email_ptl_defaults
758           recipients: >
759             ulrich.kleber@huawei.com
760
761 - publisher:
762     name: 'email-onosfw-ptl'
763     publishers:
764       - email-ext:
765           <<: *email_ptl_defaults
766           recipients: >
767             su.wei@huawei.com
768
769 - publisher:
770     name: 'email-openretriever-ptl'
771     publishers:
772       - email-ext:
773           <<: *email_ptl_defaults
774           recipients: >
775             jiaxuan@chinamobile.com
776
777 - publisher:
778     name: 'email-opera-ptl'
779     publishers:
780       - email-ext:
781           <<: *email_ptl_defaults
782           recipients: >
783             Yingjun.li@huawei.com
784
785 - publisher:
786     name: 'email-opnfvdocs-ptl'
787     publishers:
788       - email-ext:
789           <<: *email_ptl_defaults
790           recipients: >
791             sofia.wallin@ericsson.com
792
793 - publisher:
794     name: 'email-orchestra-ptl'
795     publishers:
796       - email-ext:
797           <<: *email_ptl_defaults
798           recipients: >
799             giuseppe.carella@fokus.fraunhofer.de
800
801 - publisher:
802     name: 'email-ovn4nfv-ptl'
803     publishers:
804       - email-ext:
805           <<: *email_ptl_defaults
806           recipients: >
807             trinath.somanchi@gmail.com
808
809 - publisher:
810     name: 'email-ovno-ptl'
811     publishers:
812       - email-ext:
813           <<: *email_ptl_defaults
814           recipients: >
815             wsmackie@juniper.net
816
817 - publisher:
818     name: 'email-ovsnfv-ptl'
819     publishers:
820       - email-ext:
821           <<: *email_ptl_defaults
822           recipients: >
823             MarkD.Graymark.d.gray@intel.com
824
825 - publisher:
826     name: 'email-parser-ptl'
827     publishers:
828       - email-ext:
829           <<: *email_ptl_defaults
830           recipients: >
831             shang.xiaodong@zte.com.cn
832
833 - publisher: &email_pharos_ptl_defaults
834     name: 'email-pharos-ptl'
835     publishers:
836       - email-ext:
837           <<: *email_ptl_defaults
838           recipients: >
839             jack.morgan@intel.com
840 - publisher:
841     name: 'email-pharos-tools-ptl'
842     <<: *email_pharos_ptl_defaults
843
844 - publisher:
845     name: 'email-promise-ptl'
846     publishers:
847       - email-ext:
848           <<: *email_ptl_defaults
849           recipients: >
850             kunzmann@docomolab-euro.com
851
852 - publisher:
853     name: 'email-qtip-ptl'
854     publishers:
855       - email-ext:
856           <<: *email_ptl_defaults
857           recipients: >
858             wu.zhihui1@zte.com.cn
859
860 - publisher: &email_releng_ptl_defaults
861     name: 'email-releng-ptl'
862     publishers:
863       - email-ext:
864           <<: *email_ptl_defaults
865           recipients: >
866             fatih.degirmenci@ericsson.com
867 - publisher:
868     name: 'email-releng-anteater-ptl'
869     <<: *email_releng_ptl_defaults
870 - publisher:
871     name: 'email-releng-testresults-ptl'
872     publishers:
873       - email-ext:
874           <<: *email_ptl_defaults
875           recipients: >
876             fatih.degirmenci@ericsson.com
877             feng.xiaowei@zte.com.cn
878 - publisher:
879     name: 'email-releng-utils-ptl'
880     <<: *email_releng_ptl_defaults
881 - publisher:
882     name: 'email-releng-xci-ptl'
883     <<: *email_releng_ptl_defaults
884
885 - publisher:
886     name: 'email-samplevnf-ptl'
887     publishers:
888       - email-ext:
889           <<: *email_ptl_defaults
890           recipients: >
891             deepak.s@intel.com
892
893 - publisher:
894     name: 'email-sdnvpn-ptl'
895     publishers:
896       - email-ext:
897           <<: *email_ptl_defaults
898           recipients: >
899             tim.irnich@ericsson.com
900
901 - publisher:
902     name: 'email-securityscanning-ptl'
903     publishers:
904       - email-ext:
905           <<: *email_ptl_defaults
906           recipients: >
907             lhinds@redhat.com
908
909 - publisher:
910     name: 'email-sfc-ptl'
911     publishers:
912       - email-ext:
913           <<: *email_ptl_defaults
914           recipients: >
915             ManuelBuilmbuil@suse.com
916
917 - publisher:
918     name: 'email-snaps-ptl'
919     publishers:
920       - email-ext:
921           <<: *email_ptl_defaults
922           recipients: >
923             s.pisarski@cablelabs.com
924
925 - publisher:
926     name: 'email-stor4nfv-ptl'
927     publishers:
928       - email-ext:
929           <<: *email_ptl_defaults
930           recipients: >
931             shane.wang@intel.com
932
933 - publisher:
934     name: 'email-storperf-ptl'
935     publishers:
936       - email-ext:
937           <<: *email_ptl_defaults
938           recipients: >
939             mark.beierl@emc.com
940
941 - publisher:
942     name: 'email-ves-ptl'
943     publishers:
944       - email-ext:
945           <<: *email_ptl_defaults
946           recipients: >
947             bryan.sullivan@att.com
948
949 - publisher:
950     name: 'email-vswitchperf-ptl'
951     publishers:
952       - email-ext:
953           <<: *email_ptl_defaults
954           recipients: >
955             sridhar.rao@spirent.com
956
957 - publisher:
958     name: 'email-yardstick-ptl'
959     publishers:
960       - email-ext:
961           <<: *email_ptl_defaults
962           recipients: >
963             ross.b.brattain@intel.com