Merge "Job for testing the ODL user configuration"
[releng/builder.git] / jjb / integration / integration-templates.yaml
1 ---
2 # Job templates in this file (please update with every new template):
3 # FIXME: Update
4 #
5 # {project}-csit-1node-{functionality}-{install}-{stream}
6 # {project}-csit-3node-docker-{functionality}-{install}-{stream}
7 # {project}-csit-3node-{functionality}-{install}-{stream}
8 # {project}-csit-hwvtep-{topology}-openstack-{openstack}-{functionality}-{stream}
9 # {project}-csit-{topology}-openstack-{openstack}-{functionality}-{stream}
10 # {project}-csit-verify-1node-{functionality}
11 # {project}-csit-verify-3node-{functionality}
12 # {project}-patch-test-{feature}-{stream}
13 #
14 # Parameters:
15 # FIXME: Distinguish variables, macros and arguments, then update.
16 #
17 # opendaylight-infra-parameters: main project integration/test ($PROJECT)
18 # jre: (openjdk7 or openjdk8) Java runtime environment to use when launching ODL
19 # integration-distribution-branch: distribution branch ($DISTROBRANCH)
20 # integration-controller-bundle-url: distribution URL ($BUNDLE_URL)
21 # integration-controller-scope: only or all features ($CONTROLLERSCOPE)
22 # integration-controller-features: features under test ($CONTROLLER FEATURES)
23 # integration-test-options: robot options ($TESTOPTIONS)
24 # integration-stream-test-plan: stream specific robot test plan ($STREAMTESTPLAN)
25 # integration-test-plan: fallback robot test plan ($TESTPLAN)
26 # integration-patch-refspec: test branch ($PATCHREFSPEC)
27 # integration-use-features-boot: bool to toggle use of featuresBoot ($USEFEATURESBOOT)
28
29
30 # New templates
31
32 - job-template:
33     name: '{prefix}{project}-csit-verify-1node-{functionality}'
34     id: inttest-csit-verify-1node
35     disabled: false
36
37     project-type: freestyle
38     node: centos7-robot-2c-8g
39
40     properties:
41       - opendaylight-infra-properties:
42           build-days-to-keep: '{build-days-to-keep}'
43
44     parameters:
45       - opendaylight-infra-parameters:
46           os-cloud: '{os-cloud}'
47           project: 'integration/test'
48           branch: '{branch}'
49           refspec: 'refs/heads/{branch}'
50           artifacts: '{archive-artifacts}'
51       - integration-distribution-branch:
52           branch: '{verify-branch}'
53       - integration-distribution-stream:
54           stream: '{verify-stream}'
55       - integration-bundle-url:
56           bundle-url: '{bundle-url}'
57       - integration-repo-url:
58           repo-url: '{repo-url}'
59       - integration-controller-scope:
60           controller-scope: 'only'
61       - integration-controller-features:
62           controller-features: '{install-features}'
63       - integration-test-options:
64           test-options: '{robot-options}'
65       - integration-script-plan:
66           script-plan: '{scriptplan}'
67       - integration-config-plan:
68           config-plan: '{configplan}'
69       - integration-stream-test-plan:
70           stream-test-plan: '{project}-{functionality}-{verify-stream}.txt'
71       - integration-test-plan:
72           test-plan: '{project}-{functionality}.txt'
73       - integration-jdk-version:
74           jdkversion: '{verify-jdkversion}'
75       - distribution-karaf-version:
76           karaf-version: '{verify-karaf-version}'
77       - integration-use-features-boot:
78           use-features-boot: 'True'
79     scm:
80       - integration-gerrit-scm:
81           basedir: 'test'
82           refspec: '$GERRIT_REFSPEC'
83           branch: 'master'
84
85     wrappers:
86       - opendaylight-infra-wrappers:
87           build-timeout: '{build-timeout}'
88
89     triggers:
90       - integration-trigger-patch-submitted:
91           gerrit-server-name: '{gerrit-server-name}'
92           project: 'integration/test'
93           branch: 'master'
94           files: 'csit/suites/{project}/**'
95
96     builders:
97       - integration-infra-stack:
98           stack-template: '{stack-template}'
99           vm_0_count: '1'
100           vm_0_flavor: '{odl_system_flavor}'
101           vm_0_image: '{odl_system_image}'
102           vm_1_count: '{tools_system_count}'
103           vm_1_flavor: '{tools_system_flavor}'
104           vm_1_image: '{tools_system_image}'
105       - integration-install-robotframework
106       - inject:
107           properties-file: 'env.properties'
108       - integration-get-slave-addresses
109       - inject:
110           properties-file: 'slave_addresses.txt'
111       - integration-detect-variables
112       - integration-install-common-functions
113       - integration-deploy-controller-run-test
114       - integration-cleanup-tmp
115
116     publishers:
117       - integration-robot:
118           unstable-if: 0.0
119           pass-if: 100.0
120       - email-notification:
121           email-recipients: '{email-recipients}'
122           email-prefix: '[{project}]'
123       - integration-csit-archive-build
124       - integration-csit-run-postscript
125       - releng-openstack-stack-delete
126       - lf-infra-publish
127
128 - job-template:
129     name: '{prefix}{project}-csit-1node-{functionality}-{install}-{stream}'
130     id: inttest-csit-1node
131     disabled: false
132
133     project-type: freestyle
134     node: centos7-robot-2c-8g
135
136     properties:
137       - opendaylight-infra-properties:
138           build-days-to-keep: '{build-days-to-keep}'
139
140     parameters:
141       - opendaylight-infra-parameters:
142           os-cloud: '{os-cloud}'
143           project: 'integration/test'
144           branch: '{branch}'
145           refspec: 'refs/heads/{branch}'
146           artifacts: '{archive-artifacts}'
147       - integration-distribution-branch:
148           branch: '{branch}'
149       - integration-distribution-stream:
150           stream: '{stream}'
151       - integration-bundle-url:
152           bundle-url: '{bundle-url}'
153       - integration-repo-url:
154           repo-url: '{repo-url}'
155       - integration-controller-scope:
156           controller-scope: '{scope}'
157       - integration-controller-features:
158           controller-features: '{install-features}'
159       - integration-controller-debug-map:
160           controller-debug-map: '{debug-map}'
161       - integration-test-options:
162           test-options: '{robot-options}'
163       - integration-script-plan:
164           script-plan: '{scriptplan}'
165       - integration-config-plan:
166           config-plan: '{configplan}'
167       - integration-stream-test-plan:
168           stream-test-plan: '{streamtestplan}'
169       - integration-test-plan:
170           test-plan: '{testplan}'
171       - integration-test-suites:
172           test-suites: '{test-suites}'
173       - integration-patch-refspec:
174           branch: 'master'
175       - integration-jdk-version:
176           jdkversion: '{jre}'
177       - distribution-karaf-version:
178           karaf-version: '{karaf-version}'
179       - integration-use-features-boot:
180           use-features-boot: 'True'
181
182     scm:
183       - integration-gerrit-scm:
184           basedir: 'test'
185           refspec: '$PATCHREFSPEC'
186           branch: 'master'
187
188     triggers:
189       # we need this for not SR projects
190       - integration-csit-trigger:
191           jobs: '{trigger-jobs}'
192
193     wrappers:
194       - opendaylight-infra-wrappers:
195           build-timeout: '{build-timeout}'
196
197     builders:
198       - integration-infra-stack:
199           stack-template: '{stack-template}'
200           vm_0_count: '1'
201           vm_0_flavor: '{odl_system_flavor}'
202           vm_0_image: '{odl_system_image}'
203           vm_1_count: '{tools_system_count}'
204           vm_1_flavor: '{tools_system_flavor}'
205           vm_1_image: '{tools_system_image}'
206       - integration-install-robotframework
207       - inject:
208           properties-file: 'env.properties'
209       - integration-get-slave-addresses
210       - inject:
211           properties-file: 'slave_addresses.txt'
212       - integration-detect-variables
213       - integration-install-common-functions
214       - integration-deploy-controller-run-test
215       - integration-cleanup-tmp
216
217     publishers:
218       - integration-robot:
219           unstable-if: 0.0
220           pass-if: 100.0
221       - email-notification:
222           email-recipients: '{email-recipients}'
223           email-prefix: '[{project}]'
224       - plot:
225           - title: '{01-plot-title}'
226             yaxis: '{01-plot-yaxis}'
227             group: '{01-plot-group}'
228             num-builds: '180'
229             keep-records: true
230             style: line
231             use-description: false
232             # yamllint disable-line rule:line-length
233             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{01-plot-data-file}-history.csv'
234             series:
235               - file: '{01-plot-data-file}'
236                 inclusion-flag: 'off'
237                 display-table: true
238                 format: csv
239           - title: '{02-plot-title}'
240             yaxis: '{02-plot-yaxis}'
241             group: '{02-plot-group}'
242             num-builds: '180'
243             keep-records: true
244             style: line
245             use-description: false
246             # yamllint disable-line rule:line-length
247             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{02-plot-data-file}-history.csv'
248             series:
249               - file: '{02-plot-data-file}'
250                 inclusion-flag: 'off'
251                 display-table: true
252                 format: csv
253           - title: '{03-plot-title}'
254             yaxis: '{03-plot-yaxis}'
255             group: '{03-plot-group}'
256             num-builds: '180'
257             keep-records: true
258             style: line
259             use-description: false
260             # yamllint disable-line rule:line-length
261             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{03-plot-data-file}-03-history.csv'
262             series:
263               - file: '{03-plot-data-file}'
264                 inclusion-flag: '{03-inclusion-flag}'
265                 exclude: '{03-exclude-value}'
266                 format: csv
267           - title: '{04-plot-title}'
268             yaxis: '{04-plot-yaxis}'
269             group: '{04-plot-group}'
270             num-builds: '180'
271             keep-records: true
272             style: line
273             use-description: false
274             # yamllint disable-line rule:line-length
275             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{04-plot-data-file}-04-history.csv'
276             series:
277               - file: '{04-plot-data-file}'
278                 inclusion-flag: '{04-inclusion-flag}'
279                 exclude: '{04-exclude-value}'
280                 format: csv
281           - title: '{05-plot-title}'
282             yaxis: '{05-plot-yaxis}'
283             group: '{05-plot-group}'
284             num-builds: '180'
285             keep-records: true
286             style: line
287             use-description: false
288             # yamllint disable-line rule:line-length
289             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{05-plot-data-file}-05-history.csv'
290             series:
291               - file: '{05-plot-data-file}'
292                 inclusion-flag: '{05-inclusion-flag}'
293                 exclude: '{05-exclude-value}'
294                 format: csv
295           - title: '{06-plot-title}'
296             yaxis: '{06-plot-yaxis}'
297             group: '{06-plot-group}'
298             num-builds: '180'
299             keep-records: true
300             style: line
301             use-description: false
302             # yamllint disable-line rule:line-length
303             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{06-plot-data-file}-06-history.csv'
304             series:
305               - file: '{06-plot-data-file}'
306                 inclusion-flag: '{06-inclusion-flag}'
307                 exclude: '{06-exclude-value}'
308                 format: csv
309           - title: '{07-plot-title}'
310             yaxis: '{07-plot-yaxis}'
311             group: '{07-plot-group}'
312             num-builds: '180'
313             keep-records: true
314             style: line
315             use-description: false
316             # yamllint disable-line rule:line-length
317             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{07-plot-data-file}-07-history.csv'
318             series:
319               - file: '{07-plot-data-file}'
320                 inclusion-flag: '{07-inclusion-flag}'
321                 exclude: '{07-exclude-value}'
322                 format: csv
323           - title: '{08-plot-title}'
324             yaxis: '{08-plot-yaxis}'
325             group: '{08-plot-group}'
326             num-builds: '180'
327             keep-records: true
328             style: line
329             use-description: false
330             # yamllint disable-line rule:line-length
331             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{08-plot-data-file}-08-history.csv'
332             series:
333               - file: '{08-plot-data-file}'
334                 inclusion-flag: '{08-inclusion-flag}'
335                 exclude: '{08-exclude-value}'
336                 format: csv
337           - title: '{09-plot-title}'
338             yaxis: '{09-plot-yaxis}'
339             group: '{09-plot-group}'
340             num-builds: '180'
341             keep-records: true
342             style: line
343             use-description: false
344             # yamllint disable-line rule:line-length
345             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{09-plot-data-file}-09-history.csv'
346             series:
347               - file: '{09-plot-data-file}'
348                 inclusion-flag: '{09-inclusion-flag}'
349                 exclude: '{09-exclude-value}'
350                 format: csv
351           - title: '{10-plot-title}'
352             yaxis: '{10-plot-yaxis}'
353             group: '{10-plot-group}'
354             num-builds: '180'
355             keep-records: true
356             style: line
357             use-description: false
358             # yamllint disable-line rule:line-length
359             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{10-plot-data-file}-10-history.csv'
360             series:
361               - file: '{10-plot-data-file}'
362                 inclusion-flag: '{10-inclusion-flag}'
363                 exclude: '{10-exclude-value}'
364                 format: csv
365       - integration-csit-archive-build
366       - integration-csit-run-postscript
367       - releng-openstack-stack-delete
368       - lf-infra-publish
369
370 - job-template:
371     name: '{prefix}{project}-csit-verify-3node-{functionality}'
372     id: inttest-csit-verify-3node
373     disabled: false
374
375     project-type: freestyle
376     node: centos7-robot-2c-8g
377
378     properties:
379       - opendaylight-infra-properties:
380           build-days-to-keep: '{build-days-to-keep}'
381
382     parameters:
383       - opendaylight-infra-parameters:
384           os-cloud: '{os-cloud}'
385           project: 'integration/test'
386           branch: '{branch}'
387           refspec: 'refs/heads/{branch}'
388           artifacts: '{archive-artifacts}'
389       - integration-distribution-branch:
390           branch: '{verify-branch}'
391       - integration-distribution-stream:
392           stream: '{verify-stream}'
393       - integration-bundle-url:
394           bundle-url: '{bundle-url}'
395       - integration-repo-url:
396           repo-url: '{repo-url}'
397       - integration-controller-scope:
398           controller-scope: 'only'
399       - integration-controller-features:
400           controller-features: 'odl-jolokia,{install-features}'
401       - integration-test-options:
402           test-options: '{robot-options}'
403       - integration-script-plan:
404           script-plan: '{scriptplan}'
405       - integration-config-plan:
406           config-plan: '{configplan}'
407       - integration-stream-test-plan:
408           stream-test-plan: '{project}-{functionality}-{verify-stream}.txt'
409       - integration-test-plan:
410           test-plan: '{project}-{functionality}.txt'
411       - integration-test-suites:
412           test-suites: '{test-suites}'
413       - integration-jdk-version:
414           jdkversion: '{verify-jdkversion}'
415       - distribution-karaf-version:
416           karaf-version: '{verify-karaf-version}'
417       - integration-use-features-boot:
418           use-features-boot: 'True'
419
420     scm:
421       - integration-gerrit-scm:
422           basedir: 'test'
423           refspec: '$GERRIT_REFSPEC'
424           branch: 'master'
425
426     wrappers:
427       - opendaylight-infra-wrappers:
428           build-timeout: '{build-timeout}'
429
430     triggers:
431       - integration-trigger-patch-submitted:
432           gerrit-server-name: '{gerrit-server-name}'
433           project: 'integration/test'
434           branch: 'master'
435           files: 'csit/suites/{project}/**'
436
437     builders:
438       - integration-infra-stack:
439           stack-template: '{stack-template}'
440           vm_0_count: '3'
441           vm_0_flavor: '{odl_system_flavor}'
442           vm_0_image: '{odl_system_image}'
443           vm_1_count: '{tools_system_count}'
444           vm_1_flavor: '{tools_system_flavor}'
445           vm_1_image: '{tools_system_image}'
446       - integration-install-robotframework
447       - inject:
448           properties-file: 'env.properties'
449       - integration-get-slave-addresses
450       - inject:
451           properties-file: 'slave_addresses.txt'
452       - integration-detect-variables
453       - integration-install-common-functions
454       - integration-configure-clustering
455       - integration-start-cluster-run-test
456       - integration-cleanup-tmp
457
458     publishers:
459       - integration-robot:
460           unstable-if: 0.0
461           pass-if: 100.0
462       - email-notification:
463           email-recipients: '{email-recipients}'
464           email-prefix: '[{project}]'
465       - integration-csit-archive-build
466       - integration-csit-run-postscript
467       - releng-openstack-stack-delete
468       - lf-infra-publish
469
470 - job-template:
471     name: '{prefix}{project}-csit-3node-{functionality}-{install}-{stream}'
472     id: inttest-csit-3node
473     disabled: false
474
475     project-type: freestyle
476     node: centos7-robot-2c-8g
477
478     properties:
479       - opendaylight-infra-properties:
480           build-days-to-keep: '{build-days-to-keep}'
481
482     parameters:
483       - opendaylight-infra-parameters:
484           os-cloud: '{os-cloud}'
485           project: 'integration/test'
486           branch: '{branch}'
487           refspec: 'refs/heads/{branch}'
488           artifacts: '{archive-artifacts}'
489       - integration-distribution-branch:
490           branch: '{branch}'
491       - integration-distribution-stream:
492           stream: '{stream}'
493       - integration-bundle-url:
494           bundle-url: '{bundle-url}'
495       - integration-repo-url:
496           repo-url: '{repo-url}'
497       - integration-controller-scope:
498           controller-scope: '{scope}'
499       - integration-controller-features:
500           controller-features: 'odl-jolokia,{install-features}'
501       - integration-controller-debug-map:
502           controller-debug-map: '{debug-map}'
503       - integration-test-options:
504           test-options: '{robot-options}'
505       - integration-script-plan:
506           script-plan: '{scriptplan}'
507       - integration-config-plan:
508           config-plan: '{configplan}'
509       - integration-stream-test-plan:
510           stream-test-plan: '{streamtestplan}'
511       - integration-test-plan:
512           test-plan: '{testplan}'
513       - integration-test-suites:
514           test-suites: '{test-suites}'
515       - integration-patch-refspec:
516           branch: 'master'
517       - integration-jdk-version:
518           jdkversion: '{jre}'
519       - distribution-karaf-version:
520           karaf-version: '{karaf-version}'
521       - integration-use-features-boot:
522           use-features-boot: 'True'
523
524     scm:
525       - integration-gerrit-scm:
526           basedir: 'test'
527           refspec: '$PATCHREFSPEC'
528           branch: 'master'
529
530     wrappers:
531       - opendaylight-infra-wrappers:
532           build-timeout: '{build-timeout}'
533
534     builders:
535       - integration-infra-stack:
536           stack-template: '{stack-template}'
537           vm_0_count: '3'
538           vm_0_flavor: '{odl_system_flavor}'
539           vm_0_image: '{odl_system_image}'
540           vm_1_count: '{tools_system_count}'
541           vm_1_flavor: '{tools_system_flavor}'
542           vm_1_image: '{tools_system_image}'
543       - integration-install-robotframework
544       - inject:
545           properties-file: 'env.properties'
546       - integration-get-slave-addresses
547       - inject:
548           properties-file: 'slave_addresses.txt'
549       - integration-detect-variables
550       - integration-install-common-functions
551       - integration-configure-clustering
552       - integration-start-cluster-run-test
553       - integration-cleanup-tmp
554
555     publishers:
556       - integration-robot:
557           unstable-if: 0.0
558           pass-if: 100.0
559       - email-notification:
560           email-recipients: '{email-recipients}'
561           email-prefix: '[{project}]'
562       - plot:
563           - title: '{01-plot-title}'
564             yaxis: '{01-plot-yaxis}'
565             group: '{01-plot-group}'
566             num-builds: '180'
567             keep-records: true
568             style: line
569             use-description: false
570             # yamllint disable-line rule:line-length
571             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{01-plot-data-file}-history.csv'
572             series:
573               - file: '{01-plot-data-file}'
574                 inclusion-flag: 'off'
575                 display-table: true
576                 format: csv
577           - title: '{02-plot-title}'
578             yaxis: '{02-plot-yaxis}'
579             group: '{02-plot-group}'
580             num-builds: '180'
581             keep-records: true
582             style: line
583             use-description: false
584             # yamllint disable-line rule:line-length
585             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{02-plot-data-file}-history.csv'
586             series:
587               - file: '{02-plot-data-file}'
588                 inclusion-flag: 'off'
589                 display-table: true
590                 format: csv
591           - title: '{03-plot-title}'
592             yaxis: '{03-plot-yaxis}'
593             group: '{03-plot-group}'
594             num-builds: '180'
595             keep-records: true
596             style: line
597             use-description: false
598             # yamllint disable-line rule:line-length
599             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{03-plot-data-file}-03-history.csv'
600             series:
601               - file: '{03-plot-data-file}'
602                 inclusion-flag: '{03-inclusion-flag}'
603                 exclude: '{03-exclude-value}'
604                 format: csv
605           - title: '{04-plot-title}'
606             yaxis: '{04-plot-yaxis}'
607             group: '{04-plot-group}'
608             num-builds: '180'
609             keep-records: true
610             style: line
611             use-description: false
612             # yamllint disable-line rule:line-length
613             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{04-plot-data-file}-04-history.csv'
614             series:
615               - file: '{04-plot-data-file}'
616                 inclusion-flag: '{04-inclusion-flag}'
617                 exclude: '{04-exclude-value}'
618                 format: csv
619           - title: '{05-plot-title}'
620             yaxis: '{05-plot-yaxis}'
621             group: '{05-plot-group}'
622             num-builds: '180'
623             keep-records: true
624             style: line
625             use-description: false
626             # yamllint disable-line rule:line-length
627             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{05-plot-data-file}-05-history.csv'
628             series:
629               - file: '{05-plot-data-file}'
630                 inclusion-flag: '{05-inclusion-flag}'
631                 exclude: '{05-exclude-value}'
632                 format: csv
633           - title: '{06-plot-title}'
634             yaxis: '{06-plot-yaxis}'
635             group: '{06-plot-group}'
636             num-builds: '180'
637             keep-records: true
638             style: line
639             use-description: false
640             # yamllint disable-line rule:line-length
641             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{06-plot-data-file}-06-history.csv'
642             series:
643               - file: '{06-plot-data-file}'
644                 inclusion-flag: '{06-inclusion-flag}'
645                 exclude: '{06-exclude-value}'
646                 format: csv
647           - title: '{07-plot-title}'
648             yaxis: '{07-plot-yaxis}'
649             group: '{07-plot-group}'
650             num-builds: '180'
651             keep-records: true
652             style: line
653             use-description: false
654             # yamllint disable-line rule:line-length
655             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{07-plot-data-file}-07-history.csv'
656             series:
657               - file: '{07-plot-data-file}'
658                 inclusion-flag: '{07-inclusion-flag}'
659                 exclude: '{07-exclude-value}'
660                 format: csv
661           - title: '{08-plot-title}'
662             yaxis: '{08-plot-yaxis}'
663             group: '{08-plot-group}'
664             num-builds: '180'
665             keep-records: true
666             style: line
667             use-description: false
668             # yamllint disable-line rule:line-length
669             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{08-plot-data-file}-08-history.csv'
670             series:
671               - file: '{08-plot-data-file}'
672                 inclusion-flag: '{08-inclusion-flag}'
673                 exclude: '{08-exclude-value}'
674                 format: csv
675           - title: '{09-plot-title}'
676             yaxis: '{09-plot-yaxis}'
677             group: '{09-plot-group}'
678             num-builds: '180'
679             keep-records: true
680             style: line
681             use-description: false
682             # yamllint disable-line rule:line-length
683             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{09-plot-data-file}-09-history.csv'
684             series:
685               - file: '{09-plot-data-file}'
686                 inclusion-flag: '{09-inclusion-flag}'
687                 exclude: '{09-exclude-value}'
688                 format: csv
689           - title: '{10-plot-title}'
690             yaxis: '{10-plot-yaxis}'
691             group: '{10-plot-group}'
692             num-builds: '180'
693             keep-records: true
694             style: line
695             use-description: false
696             # yamllint disable-line rule:line-length
697             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{10-plot-data-file}-10-history.csv'
698             series:
699               - file: '{10-plot-data-file}'
700                 inclusion-flag: '{10-inclusion-flag}'
701                 exclude: '{10-exclude-value}'
702                 format: csv
703       - integration-csit-archive-build
704       - integration-csit-run-postscript
705       - releng-openstack-stack-delete
706       - lf-infra-publish
707
708 - job-template:
709     name: '{prefix}{project}-csit-3node-docker-{functionality}-{install}-{stream}'
710     id: inttest-csit-3node-docker
711     disabled: false
712
713     project-type: freestyle
714     node: centos7-robot-2c-8g
715
716     properties:
717       - opendaylight-infra-properties:
718           build-days-to-keep: '{build-days-to-keep}'
719
720     parameters:
721       - opendaylight-infra-parameters:
722           os-cloud: '{os-cloud}'
723           project: 'integration/test'
724           branch: '{branch}'
725           refspec: 'refs/heads/{branch}'
726           artifacts: '{archive-artifacts}'
727       - integration-distribution-branch:
728           branch: '{branch}'
729       - integration-distribution-stream:
730           stream: '{stream}'
731       - integration-bundle-url:
732           bundle-url: '{bundle-url}'
733       - integration-repo-url:
734           repo-url: '{repo-url}'
735       - integration-controller-scope:
736           controller-scope: '{scope}'
737       - integration-controller-features:
738           controller-features: 'odl-jolokia,{install-features}'
739       - integration-test-options:
740           test-options: '{robot-options}'
741       - integration-script-plan:
742           script-plan: '{scriptplan}'
743       - integration-config-plan:
744           config-plan: '{configplan}'
745       - integration-stream-test-plan:
746           stream-test-plan: '{project}-{functionality}-{stream}.txt'
747       - integration-test-plan:
748           test-plan: '{project}-{functionality}.txt'
749       - integration-patch-refspec:
750           branch: 'master'
751       - integration-jdk-version:
752           jdkversion: '{jre}'
753       - distribution-karaf-version:
754           karaf-version: '{karaf-version}'
755       - integration-use-features-boot:
756           use-features-boot: 'True'
757
758     scm:
759       - integration-gerrit-scm:
760           basedir: 'test'
761           refspec: '$PATCHREFSPEC'
762           branch: 'master'
763
764     wrappers:
765       - opendaylight-infra-wrappers:
766           build-timeout: '{build-timeout}'
767
768     builders:
769       - integration-infra-stack:
770           stack-template: '{stack-template}'
771           vm_0_count: '3'
772           vm_0_flavor: '{odl_system_flavor}'
773           vm_0_image: '{odl_system_image}'
774           vm_1_count: '{docker_system_count}'
775           vm_1_flavor: '{docker_system_flavor}'
776           vm_1_image: '{docker_system_image}'
777       - integration-install-robotframework
778       - inject:
779           properties-file: 'env.properties'
780       - integration-get-slave-addresses
781       - inject:
782           properties-file: 'slave_addresses.txt'
783       - integration-detect-variables
784       - integration-install-common-functions
785       - integration-configure-clustering
786       - integration-start-cluster-run-test
787       - integration-cleanup-tmp
788
789     publishers:
790       - integration-robot:
791           unstable-if: 0.0
792           pass-if: 100.0
793       - email-notification:
794           email-recipients: '{email-recipients}'
795           email-prefix: '[{project}]'
796       - plot:
797           - title: '{01-plot-title}'
798             yaxis: '{01-plot-yaxis}'
799             group: '{01-plot-group}'
800             num-builds: '5400'
801             keep-records: true
802             style: line
803             use-description: false
804             # yamllint disable-line rule:line-length
805             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{01-plot-data-file}-history.csv'
806             series:
807               - file: '{01-plot-data-file}'
808                 inclusion-flag: 'off'
809                 display-table: true
810                 format: csv
811           - title: '{02-plot-title}'
812             yaxis: '{02-plot-yaxis}'
813             group: '{02-plot-group}'
814             num-builds: '5400'
815             keep-records: true
816             style: line
817             use-description: false
818             # yamllint disable-line rule:line-length
819             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{02-plot-data-file}-history.csv'
820             series:
821               - file: '{02-plot-data-file}'
822                 inclusion-flag: 'off'
823                 display-table: true
824                 format: csv
825       - integration-csit-archive-build
826       - integration-csit-run-postscript
827       - releng-openstack-stack-delete
828       - lf-infra-publish
829
830 - job-template:
831     name: '{prefix}{project}-csit-hwvtep-{topology}-openstack-{openstack}-{functionality}-{stream}'
832     id: inttest-csit-hwvtep-openstack
833     disabled: false
834
835     project-type: freestyle
836     node: centos7-robot-2c-8g
837     concurrent: true
838
839     properties:
840       - opendaylight-infra-properties:
841           build-days-to-keep: '{build-days-to-keep}'
842
843     parameters:
844       - opendaylight-infra-parameters:
845           os-cloud: '{os-cloud}'
846           project: 'integration/test'
847           branch: '{branch}'
848           refspec: 'refs/heads/{branch}'
849           artifacts: '{archive-artifacts}'
850       - integration-distribution-branch:
851           branch: '{branch}'
852       - integration-distribution-stream:
853           stream: '{stream}'
854       - integration-bundle-url:
855           bundle-url: '{bundle-url}'
856       - integration-repo-url:
857           repo-url: '{repo-url}'
858       - integration-controller-features:
859           controller-features: '{install-features}'
860       - integration-controller-debug-map:
861           controller-debug-map: '{debug-map}'
862       - integration-test-options:
863           test-options: '{robot-options}'
864       - integration-script-plan:
865           script-plan: '{scriptplan}'
866       - integration-config-plan:
867           config-plan: '{configplan}'
868       - integration-test-plan:
869           test-plan: '{testplan}'
870       - integration-test-suites:
871           test-suites: '{test-suites}'
872       - integration-patch-refspec:
873           branch: 'master'
874       - integration-jdk-version:
875           jdkversion: '{jre}'
876       - distribution-karaf-version:
877           karaf-version: '{karaf-version}'
878       - integration-use-features-boot:
879           use-features-boot: '{use-features-boot}'
880       - string:
881           name: OPENSTACK_BRANCH
882           default: '{openstack-branch}'
883           description: 'Openstack version to use with devstack'
884       - string:
885           name: DEVSTACK_HASH
886           default: '{devstack-hash}'
887           description: 'devstack hash to checkout'
888       - string:
889           name: ODL_ML2_DRIVER_REPO
890           default: '{odl-ml2-driver-repo}'
891           description: 'URL to fetch networking-odl driver'
892       - string:
893           name: ODL_ML2_BRANCH
894           default: '{odl-ml2-branch}'
895           description: 'Version of networking-odl to checkout from the repo'
896       - string:
897           name: ODL_ML2_DRIVER_VERSION
898           default: '{odl-ml2-driver-version}'
899           description: 'Mode of networking-odl (v1 or v2)'
900       - string:
901           name: ODL_ML2_PORT_BINDING
902           default: '{odl-ml2-port-binding}'
903           description: 'Method of networking-odl port-binding (pseudo-agentdb-binding or legacy-port-binding or
904           network-topology)'
905       - string:
906           name: DEVSTACK_KUBERNETES_PLUGIN_REPO
907           default: '{devstack-kubernetes-plugin-repo}'
908           description: 'URL to fetch kubernetes devstack plugin'
909       - string:
910           name: DEVSTACK_LBAAS_PLUGIN_REPO
911           default: '{devstack-lbaas-plugin-repo}'
912           description: 'URL to fetch neutron-lbaas devstack plugin'
913       - string:
914           name: DEVSTACK_NETWORKING_SFC_PLUGIN_REPO
915           default: '{devstack-networking-sfc-plugin-repo}'
916           description: 'URL to fetch neutron-lbaas devstack plugin'
917       - string:
918           name: ODL_ENABLE_L3_FWD
919           default: '{odl-enable-l3}'
920           description: 'Enable L3 FWD in ODL for createing br-ex'
921       - string:
922           name: IPSEC_VXLAN_TUNNELS_ENABLED
923           default: '{ipsec-vxlan-tunnels-enabled}'
924           description: 'Enable ipsec over vxlan support for all controllers and computes'
925       - string:
926           name: PUBLIC_BRIDGE
927           default: '{public-bridge}'
928           description: 'Specifies public bridge for provider and external networking'
929       - string:
930           name: ENABLE_HAPROXY_FOR_NEUTRON
931           default: '{enable-haproxy}'
932           description: 'Enable HAProxy for using neutron interface as HA'
933       - string:
934           name: ENABLE_OS_SERVICES
935           default: '{enable-openstack-services}'
936           description: 'comma separated list of services to enable on controller nodes'
937       - string:
938           name: ENABLE_OS_COMPUTE_SERVICES
939           default: '{enable-openstack-compute-services}'
940           description: 'comma separated list of services to enable on compute nodes'
941       - string:
942           name: ENABLE_OS_NETWORK_SERVICES
943           default: '{enable-openstack-network-services}'
944           description: 'comma seperated list of network services to enable'
945       - string:
946           name: ENABLE_OS_PLUGINS
947           default: '{enable-openstack-plugins}'
948           description: 'comma seperated list of plugins to enable'
949       - string:
950           name: DISABLE_OS_SERVICES
951           default: '{disable-openstack-services}'
952           description: 'comma seperated list of services to enable'
953       - string:
954           name: TENANT_NETWORK_TYPE
955           default: '{tenant-network-type}'
956           description: 'Tenant Network Type supported by the implementation'
957       - string:
958           name: SECURITY_GROUP_MODE
959           default: '{security-group-mode}'
960           description: 'Security Group Mode to be used in netvirt aclservice config'
961       - string:
962           name: ENABLE_ITM_DIRECT_TUNNELS
963           default: '{enable-itm-direct-tunnels}'
964           description: 'Tunnel Configuration mode to be used in genius ifm config'
965       - string:
966           name: PUBLIC_PHYSICAL_NETWORK
967           default: '{public-physical-network}'
968           description: 'provider physical network used for flat/vlan networks'
969       - string:
970           name: ENABLE_NETWORKING_L2GW
971           default: '{enable-networking-l2gw}'
972           description: 'Enable networking L2gw'
973       - string:
974           name: NETWORKING_L2GW_DRIVER
975           default: '{networking-l2gw-repo}'
976           description: 'URL to fetch networking-l2gw driver'
977       - string:
978           name: CREATE_INITIAL_NETWORKS
979           default: '{create-initial-networks}'
980           description: 'Toggles the option of letting devstack create initial networks (True/False)'
981       - string:
982           name: LBAAS_SERVICE_PROVIDER
983           default: '{lbaas-service-provider}'
984           description: 'The NEUTRON_LBAAS_SERVICE_PROVIDERV2 value to be used in local.conf - only relevant when using
985           neutron-lbaas'
986       - string:
987           name: ODL_SFC_DRIVER
988           default: '{odl-sfc-driver}'
989           description: 'The SFC driver to be used in local.conf - only relevant when using networking-sfc'
990       - string:
991           name: ODL_SNAT_MODE
992           default: '{odl-snat-mode}'
993           description: 'The SNAT mode to be configured - options are conntrack/controller.'
994     scm:
995       - integration-gerrit-scm:
996           basedir: 'test'
997           refspec: '$PATCHREFSPEC'
998           branch: 'master'
999
1000     wrappers:
1001       - opendaylight-infra-wrappers:
1002           build-timeout: '{build-timeout}'
1003
1004     triggers:
1005       - timed: '{schedule}'
1006
1007     builders:
1008       - integration-infra-stack-4-type:
1009           stack-template: '{stack-template}'
1010           vm_0_count: '{odl_system_count}'
1011           vm_0_flavor: '{odl_system_flavor}'
1012           vm_0_image: '{odl_system_image}'
1013           vm_1_count: '{openstack_system_count}'
1014           vm_1_flavor: '{openstack_system_flavor}'
1015           vm_1_image: '{openstack_system_image}'
1016           vm_2_count: '{openstack_system2_count}'
1017           vm_2_flavor: '{openstack_system2_flavor}'
1018           vm_2_image: '{openstack_system2_image}'
1019           vm_3_count: '{tools_system_count}'
1020           vm_3_flavor: '{tools_system_flavor}'
1021           vm_3_image: '{tools_system_image}'
1022       - integration-install-robotframework
1023       - inject:
1024           properties-file: 'env.properties'
1025       - integration-get-slave-addresses
1026       - inject:
1027           properties-file: 'slave_addresses.txt'
1028       - integration-detect-variables
1029       - integration-install-common-functions
1030       - integration-deploy-controller-run-test
1031       - integration-deploy-openstack-run-test
1032       - integration-cleanup-tmp
1033
1034     publishers:
1035       - integration-robot-tempest:
1036           unstable-if: 0.0
1037           pass-if: 100.0
1038       - email-notification:
1039           email-recipients: '{email-recipients}'
1040           email-prefix: '[{project}]'
1041       - integration-csit-collect-netvirt-logs
1042       - integration-csit-archive-build
1043       - integration-csit-run-postscript
1044       - releng-openstack-stack-delete
1045       - lf-infra-publish
1046
1047 - job-template:
1048     # yamllint disable-line rule:line-length
1049     name: '{prefix}{project}-csit-{topology}-{os-cmb-cnt}cmb-{os-ctl-cnt}ctl-{os-cmp-cnt}cmp-openstack-{openstack}-{functionality}-{stream}'
1050     id: inttest-csit-openstack
1051     disabled: false
1052
1053     project-type: freestyle
1054     node: centos7-robot-2c-8g
1055     concurrent: true
1056
1057     properties:
1058       - opendaylight-infra-properties:
1059           build-days-to-keep: '{build-days-to-keep}'
1060
1061     parameters:
1062       - opendaylight-infra-parameters:
1063           os-cloud: '{os-cloud}'
1064           project: 'integration/test'
1065           branch: '{branch}'
1066           refspec: 'refs/heads/{branch}'
1067           artifacts: '{archive-artifacts}'
1068       - integration-distribution-branch:
1069           branch: '{branch}'
1070       - integration-distribution-stream:
1071           stream: '{stream}'
1072       - integration-bundle-url:
1073           bundle-url: '{bundle-url}'
1074       - integration-repo-url:
1075           repo-url: '{repo-url}'
1076       - integration-controller-features:
1077           controller-features: '{install-features}'
1078       - integration-controller-debug-map:
1079           controller-debug-map: '{debug-map}'
1080       - integration-test-options:
1081           test-options: '{robot-options}'
1082       - integration-script-plan:
1083           script-plan: '{scriptplan}'
1084       - integration-config-plan:
1085           config-plan: '{configplan}'
1086       - integration-test-plan:
1087           test-plan: '{testplan}'
1088       - integration-test-suites:
1089           test-suites: '{test-suites}'
1090       - integration-patch-refspec:
1091           branch: 'master'
1092       - integration-jdk-version:
1093           jdkversion: '{jre}'
1094       - distribution-karaf-version:
1095           karaf-version: '{karaf-version}'
1096       - integration-use-features-boot:
1097           use-features-boot: '{use-features-boot}'
1098       - string:
1099           name: OPENSTACK_BRANCH
1100           default: '{openstack-branch}'
1101           description: 'Openstack version to use with devstack'
1102       - string:
1103           name: DEVSTACK_HASH
1104           default: '{devstack-hash}'
1105           description: 'devstack hash to checkout'
1106       - string:
1107           name: ODL_ML2_DRIVER_REPO
1108           default: '{odl-ml2-driver-repo}'
1109           description: 'URL to fetch networking-odl driver'
1110       - string:
1111           name: ODL_ML2_BRANCH
1112           default: '{odl-ml2-branch}'
1113           description: 'Version of networking-odl to checkout from the repo'
1114       - string:
1115           name: ODL_ML2_DRIVER_VERSION
1116           default: '{odl-ml2-driver-version}'
1117           description: 'Mode of networking-odl (v1 or v2)'
1118       - string:
1119           name: ODL_ML2_PORT_BINDING
1120           default: '{odl-ml2-port-binding}'
1121           description: 'Method of networking-odl port-binding (pseudo-agentdb-binding or legacy-port-binding or
1122           network-topology)'
1123       - string:
1124           name: DEVSTACK_KUBERNETES_PLUGIN_REPO
1125           default: '{devstack-kubernetes-plugin-repo}'
1126           description: 'URL to fetch kubernetes devstack plugin'
1127       - string:
1128           name: DEVSTACK_LBAAS_PLUGIN_REPO
1129           default: '{devstack-lbaas-plugin-repo}'
1130           description: 'URL to fetch neutron-lbaas devstack plugin'
1131       - string:
1132           name: DEVSTACK_NETWORKING_SFC_PLUGIN_REPO
1133           default: '{devstack-networking-sfc-plugin-repo}'
1134           description: 'URL to fetch neutron-lbaas devstack plugin'
1135       - string:
1136           name: ODL_ENABLE_L3_FWD
1137           default: '{odl-enable-l3}'
1138           description: 'Enable L3 FWD in ODL for createing br-ex'
1139       - string:
1140           name: IPSEC_VXLAN_TUNNELS_ENABLED
1141           default: '{ipsec-vxlan-tunnels-enabled}'
1142           description: 'Enable ipsec over vxlan support for all controllers and computes'
1143       - string:
1144           name: PUBLIC_BRIDGE
1145           default: '{public-bridge}'
1146           description: 'Specifies public bridge for provider and external networking'
1147       - string:
1148           name: ENABLE_HAPROXY_FOR_NEUTRON
1149           default: '{enable-haproxy}'
1150           description: 'Enable HAProxy for using neutron interface as HA'
1151       - string:
1152           name: ENABLE_OS_SERVICES
1153           default: '{enable-openstack-services}'
1154           description: 'comma seperated list of services to enable'
1155       - string:
1156           name: ENABLE_OS_COMPUTE_SERVICES
1157           default: '{enable-openstack-compute-services}'
1158           description: 'comma separated list of services to enable on compute nodes'
1159       - string:
1160           name: ENABLE_OS_NETWORK_SERVICES
1161           default: '{enable-openstack-network-services}'
1162           description: 'comma seperated list of network services to enable'
1163       - string:
1164           name: ENABLE_OS_PLUGINS
1165           default: '{enable-openstack-plugins}'
1166           description: 'comma seperated list of plugins to enable'
1167       - string:
1168           name: DISABLE_OS_SERVICES
1169           default: '{disable-openstack-services}'
1170           description: 'comma seperated list of services to enable'
1171       - string:
1172           name: TENANT_NETWORK_TYPE
1173           default: '{tenant-network-type}'
1174           description: 'Tenant Network Type supported by the implementation'
1175       - string:
1176           name: SECURITY_GROUP_MODE
1177           default: '{security-group-mode}'
1178           description: 'Security Group Mode to be used in netvirt aclservice config'
1179       - string:
1180           name: ENABLE_ITM_DIRECT_TUNNELS
1181           default: '{enable-itm-direct-tunnels}'
1182           description: 'Tunnel Configuration mode to be used in genius ifm config'
1183       - string:
1184           name: PUBLIC_PHYSICAL_NETWORK
1185           default: '{public-physical-network}'
1186           description: 'provider physical network used for flat/vlan networks'
1187       - string:
1188           name: ENABLE_NETWORKING_L2GW
1189           default: '{enable-networking-l2gw}'
1190           description: 'Enable networking L2gw'
1191       - string:
1192           name: NETWORKING_L2GW_DRIVER
1193           default: '{networking-l2gw-repo}'
1194           description: 'URL to fetch networking-l2gw driver'
1195       - string:
1196           name: CREATE_INITIAL_NETWORKS
1197           default: '{create-initial-networks}'
1198           description: 'Toggles the option of letting devstack create initial networks (True/False)'
1199       - string:
1200           name: LBAAS_SERVICE_PROVIDER
1201           default: '{lbaas-service-provider}'
1202           description: 'The NEUTRON_LBAAS_SERVICE_PROVIDERV2 value to be used in local.conf - only relevant when using
1203           neutron-lbaas'
1204       - string:
1205           name: NUM_OPENSTACK_SITES
1206           default: '{num-openstack-sites}'
1207           description: 'Number of openstack sites'
1208       - string:
1209           name: ODL_SFC_DRIVER
1210           default: '{odl-sfc-driver}'
1211           description: 'The SFC driver to be used in local.conf - only relevant when using networking-sfc'
1212       - string:
1213           name: ODL_SNAT_MODE
1214           default: '{odl-snat-mode}'
1215           description: 'The SNAT mode to be configured - options are conntrack/controller.'
1216
1217     scm:
1218       - integration-gerrit-scm:
1219           basedir: 'test'
1220           refspec: '$PATCHREFSPEC'
1221           branch: 'master'
1222
1223     wrappers:
1224       - opendaylight-infra-wrappers:
1225           build-timeout: '{build-timeout}'
1226
1227     triggers:
1228       - timed: '{schedule}'
1229
1230     builders:
1231       - integration-infra-stack-3-type:
1232           stack-template: '{stack-template}'
1233           vm_0_count: '{odl_system_count}'
1234           vm_0_flavor: '{odl_system_flavor}'
1235           vm_0_image: '{odl_system_image}'
1236           vm_1_count: '{openstack_system_count}'
1237           vm_1_flavor: '{openstack_system_flavor}'
1238           vm_1_image: '{openstack_system_image}'
1239           vm_2_count: '{openstack_system2_count}'
1240           vm_2_flavor: '{openstack_system2_flavor}'
1241           vm_2_image: '{openstack_system2_image}'
1242       - integration-install-robotframework
1243       - inject:
1244           properties-file: 'env.properties'
1245       - integration-get-slave-addresses
1246       - inject:
1247           properties-file: 'slave_addresses.txt'
1248       - integration-detect-variables
1249       - integration-install-common-functions
1250       - integration-deploy-controller-run-test
1251       - integration-deploy-openstack-run-test
1252       - integration-cleanup-tmp
1253
1254     publishers:
1255       - integration-robot-tempest:
1256           unstable-if: 0.0
1257           pass-if: 100.0
1258       - email-notification:
1259           email-recipients: '{email-recipients}'
1260           email-prefix: '[{project}]'
1261       - integration-csit-collect-netvirt-logs
1262       - integration-csit-archive-build
1263       - integration-csit-run-postscript
1264       - releng-openstack-stack-delete
1265       - lf-infra-publish
1266
1267 # Template: {project}-patch-test-{stream}
1268 # Goal: Build a patch and run project specific system test on a distribution containing the change
1269 # Operation: This job template builds a patch, creates a distribution containing the patch, and
1270 # triggers the project system test defined in {csit-list} when gerrit receives test-{project} keyword
1271
1272 - job-template:
1273     name: '{prefix}{project}-patch-test-{feature}-{stream}'
1274     id: inttest-patch-test
1275
1276     project-type: freestyle
1277     node: centos7-builder-2c-8g
1278     concurrent: true
1279     jdk: '{java-version}'
1280
1281     properties:
1282       - opendaylight-infra-properties:
1283           build-days-to-keep: '{build-days-to-keep}'
1284
1285     parameters:
1286       - opendaylight-infra-parameters:
1287           os-cloud: '{os-cloud}'
1288           project: '{project}'
1289           branch: '{branch}'
1290           refspec: 'refs/heads/{branch}'
1291           artifacts: '{archive-artifacts}'
1292       - integration-distribution-branch:
1293           branch: '{branch}'
1294       - distribution-karaf-version:
1295           karaf-version: '{karaf-version}'
1296       - integration-distribution-git-url:
1297           git-url: '{git-url}'
1298       - string:
1299           name: feature
1300           default: 'all'
1301           description: 'Specific feature test for patch'
1302       - maven-exec:
1303           maven-version: mvn35
1304
1305     scm:
1306       - integration-gerrit-scm:
1307           basedir: '{project}'
1308           refspec: '$GERRIT_REFSPEC'
1309           branch: '{branch}'
1310       - integration-distribution-scm:
1311           branch: '{branch}'
1312
1313     wrappers:
1314       - opendaylight-infra-wrappers:
1315           build-timeout: '{build-timeout}'
1316
1317     triggers:
1318       - gerrit:
1319           server-name: '{gerrit-server-name}'
1320           trigger-on:
1321             - comment-added-contains-event:
1322                 comment-contains-value: 'test-{project}-all'
1323             - comment-added-contains-event:
1324                 comment-contains-value: 'test-{project}-{feature}'
1325           projects:
1326             - project-compare-type: 'ANT'
1327               project-pattern: '{project}'
1328               branches:
1329                 - branch-compare-type: 'ANT'
1330                   branch-pattern: '**/{branch}'
1331           skip-vote:
1332             successful: true
1333             failed: true
1334             unstable: true
1335             notbuilt: true
1336
1337     builders:
1338       - integration-rebase-gerrit-patch
1339       - wipe-org-opendaylight-repo
1340       - maven-target:
1341           maven-version: mvn35
1342           pom: '{project}/pom.xml'
1343           goals: |
1344               clean install dependency:tree
1345               -Pq
1346               -Dgitid.skip=false
1347               -Dmaven.gitcommitid.skip=false
1348               -DgenerateReports=false
1349               -Dstream={stream}
1350               {opendaylight-infra-mvn-opts}
1351           # {opendaylight-infra-parallel-mvn-opts} is bad when there are multiple big features in SFT.
1352           java-opts:
1353             - '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
1354           settings: integration-settings
1355           settings-type: cfp
1356           global-settings: global-settings
1357           global-settings-type: cfp
1358       - maven-target:
1359           maven-version: mvn35
1360           pom: distribution/pom.xml
1361           goals: |
1362               clean install dependency:tree
1363               -Pq
1364               -Dgitid.skip=false
1365               -Dmaven.gitcommitid.skip=false
1366               {opendaylight-infra-mvn-opts}
1367           # {opendaylight-infra-parallel-mvn-opts} is bad when there are multiple big features in SFT.
1368           java-opts:
1369             - '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
1370           settings: integration-settings
1371           settings-type: cfp
1372           global-settings: global-settings
1373           global-settings-type: cfp
1374       - integration-upload-distribution:
1375           dist-pom: distribution/pom.xml
1376       - trigger-builds:
1377           - project: '{csit-list}'
1378             block: true
1379             predefined-parameters: |
1380               BUNDLE_URL=$BUNDLE_URL
1381               KARAF_VERSION=$KARAF_VERSION
1382
1383     publishers:
1384       - email-notification:
1385           email-recipients: '{email-recipients}'
1386           email-prefix: '[{project}]'