enable driver_type gre and ml2_gre
[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     # yamllint disable-line rule:line-length
832     name: '{prefix}{project}-csit-hwvtep-{topology}-{os-cmb-cnt}cmb-{os-ctl-cnt}ctl-{os-cmp-cnt}cmp-openstack-{openstack}-{functionality}-{stream}'
833     id: inttest-csit-hwvtep-openstack
834     disabled: false
835
836     project-type: freestyle
837     node: centos7-robot-2c-8g
838     concurrent: true
839
840     properties:
841       - opendaylight-infra-properties:
842           build-days-to-keep: '{build-days-to-keep}'
843
844     parameters:
845       - opendaylight-infra-parameters:
846           os-cloud: '{os-cloud}'
847           project: 'integration/test'
848           branch: '{branch}'
849           refspec: 'refs/heads/{branch}'
850           artifacts: '{archive-artifacts}'
851       - integration-distribution-branch:
852           branch: '{branch}'
853       - integration-distribution-stream:
854           stream: '{stream}'
855       - integration-bundle-url:
856           bundle-url: '{bundle-url}'
857       - integration-repo-url:
858           repo-url: '{repo-url}'
859       - integration-controller-features:
860           controller-features: '{install-features}'
861       - integration-controller-debug-map:
862           controller-debug-map: '{debug-map}'
863       - integration-test-options:
864           test-options: '{robot-options}'
865       - integration-script-plan:
866           script-plan: '{scriptplan}'
867       - integration-config-plan:
868           config-plan: '{configplan}'
869       - integration-test-plan:
870           test-plan: '{testplan}'
871       - integration-test-suites:
872           test-suites: '{test-suites}'
873       - integration-patch-refspec:
874           branch: 'master'
875       - integration-jdk-version:
876           jdkversion: '{jre}'
877       - distribution-karaf-version:
878           karaf-version: '{karaf-version}'
879       - integration-use-features-boot:
880           use-features-boot: '{use-features-boot}'
881       - string:
882           name: OPENSTACK_BRANCH
883           default: '{openstack-branch}'
884           description: 'Openstack version to use with devstack'
885       - string:
886           name: DEVSTACK_HASH
887           default: '{devstack-hash}'
888           description: 'devstack hash to checkout'
889       - string:
890           name: ODL_ML2_DRIVER_REPO
891           default: '{odl-ml2-driver-repo}'
892           description: 'URL to fetch networking-odl driver'
893       - string:
894           name: ODL_ML2_BRANCH
895           default: '{odl-ml2-branch}'
896           description: 'Version of networking-odl to checkout from the repo'
897       - string:
898           name: ODL_ML2_DRIVER_VERSION
899           default: '{odl-ml2-driver-version}'
900           description: 'Mode of networking-odl (v1 or v2)'
901       - string:
902           name: ODL_ML2_PORT_BINDING
903           default: '{odl-ml2-port-binding}'
904           description: 'Method of networking-odl port-binding (pseudo-agentdb-binding or legacy-port-binding or
905           network-topology)'
906       - string:
907           name: DEVSTACK_KUBERNETES_PLUGIN_REPO
908           default: '{devstack-kubernetes-plugin-repo}'
909           description: 'URL to fetch kubernetes devstack plugin'
910       - string:
911           name: DEVSTACK_LBAAS_PLUGIN_REPO
912           default: '{devstack-lbaas-plugin-repo}'
913           description: 'URL to fetch neutron-lbaas devstack plugin'
914       - string:
915           name: DEVSTACK_NETWORKING_SFC_PLUGIN_REPO
916           default: '{devstack-networking-sfc-plugin-repo}'
917           description: 'URL to fetch neutron-lbaas devstack plugin'
918       - string:
919           name: IPSEC_VXLAN_TUNNELS_ENABLED
920           default: '{ipsec-vxlan-tunnels-enabled}'
921           description: 'Enable ipsec over vxlan support for all controllers and computes'
922       - string:
923           name: PUBLIC_BRIDGE
924           default: '{public-bridge}'
925           description: 'Specifies public bridge for provider and external networking'
926       - string:
927           name: ENABLE_HAPROXY_FOR_NEUTRON
928           default: '{enable-haproxy}'
929           description: 'Enable HAProxy for using neutron interface as HA'
930       - string:
931           name: ENABLE_OS_SERVICES
932           default: '{enable-openstack-services}'
933           description: 'comma separated list of services to enable on controller nodes'
934       - string:
935           name: ENABLE_OS_COMPUTE_SERVICES
936           default: '{enable-openstack-compute-services}'
937           description: 'comma separated list of services to enable on compute nodes'
938       - string:
939           name: ENABLE_OS_NETWORK_SERVICES
940           default: '{enable-openstack-network-services}'
941           description: 'comma seperated list of network services to enable'
942       - string:
943           name: ENABLE_OS_PLUGINS
944           default: '{enable-openstack-plugins}'
945           description: 'comma seperated list of plugins to enable'
946       - string:
947           name: DISABLE_OS_SERVICES
948           default: '{disable-openstack-services}'
949           description: 'comma seperated list of services to enable'
950       - string:
951           name: TENANT_NETWORK_TYPE
952           default: '{tenant-network-type}'
953           description: 'Tenant Network Type supported by the implementation'
954       - string:
955           name: SECURITY_GROUP_MODE
956           default: '{security-group-mode}'
957           description: 'Security Group Mode to be used in netvirt aclservice config'
958       - string:
959           name: ENABLE_ITM_DIRECT_TUNNELS
960           default: '{enable-itm-direct-tunnels}'
961           description: 'Tunnel Configuration mode to be used in genius ifm config'
962       - string:
963           name: PUBLIC_PHYSICAL_NETWORK
964           default: '{public-physical-network}'
965           description: 'provider physical network used for flat/vlan networks'
966       - string:
967           name: ENABLE_NETWORKING_L2GW
968           default: '{enable-networking-l2gw}'
969           description: 'Enable networking L2gw'
970       - string:
971           name: NETWORKING_L2GW_DRIVER
972           default: '{networking-l2gw-repo}'
973           description: 'URL to fetch networking-l2gw driver'
974       - string:
975           name: CREATE_INITIAL_NETWORKS
976           default: '{create-initial-networks}'
977           description: 'Toggles the option of letting devstack create initial networks (True/False)'
978       - string:
979           name: LBAAS_SERVICE_PROVIDER
980           default: '{lbaas-service-provider}'
981           description: 'The NEUTRON_LBAAS_SERVICE_PROVIDERV2 value to be used in local.conf - only relevant when using
982           neutron-lbaas'
983       - string:
984           name: ODL_SFC_DRIVER
985           default: '{odl-sfc-driver}'
986           description: 'The SFC driver to be used in local.conf - only relevant when using networking-sfc'
987       - string:
988           name: ODL_SNAT_MODE
989           default: '{odl-snat-mode}'
990           description: 'The SNAT mode to be configured - options are conntrack/controller.'
991     scm:
992       - integration-gerrit-scm:
993           basedir: 'test'
994           refspec: '$PATCHREFSPEC'
995           branch: 'master'
996
997     wrappers:
998       - opendaylight-infra-wrappers:
999           build-timeout: '{build-timeout}'
1000
1001     triggers:
1002       - timed: '{schedule}'
1003
1004     builders:
1005       - integration-infra-stack-4-type:
1006           stack-template: '{stack-template}'
1007           vm_0_count: '{odl_system_count}'
1008           vm_0_flavor: '{odl_system_flavor}'
1009           vm_0_image: '{odl_system_image}'
1010           vm_1_count: '{openstack_system_count}'
1011           vm_1_flavor: '{openstack_system_flavor}'
1012           vm_1_image: '{openstack_system_image}'
1013           vm_2_count: '{openstack_system2_count}'
1014           vm_2_flavor: '{openstack_system2_flavor}'
1015           vm_2_image: '{openstack_system2_image}'
1016           vm_3_count: '{tools_system_count}'
1017           vm_3_flavor: '{tools_system_flavor}'
1018           vm_3_image: '{tools_system_image}'
1019       - integration-install-robotframework
1020       - inject:
1021           properties-file: 'env.properties'
1022       - integration-get-slave-addresses
1023       - inject:
1024           properties-file: 'slave_addresses.txt'
1025       - integration-detect-variables
1026       - integration-install-common-functions
1027       - integration-deploy-controller-run-test
1028       - integration-deploy-openstack-run-test
1029       - integration-cleanup-tmp
1030
1031     publishers:
1032       - integration-robot-tempest:
1033           unstable-if: 0.0
1034           pass-if: 100.0
1035       - email-notification:
1036           email-recipients: '{email-recipients}'
1037           email-prefix: '[{project}]'
1038       - integration-csit-collect-netvirt-logs
1039       - integration-csit-archive-build
1040       - integration-csit-run-postscript
1041       - releng-openstack-stack-delete
1042       - lf-infra-publish
1043
1044 - job-template:
1045     # yamllint disable-line rule:line-length
1046     name: '{prefix}{project}-csit-{topology}-{os-cmb-cnt}cmb-{os-ctl-cnt}ctl-{os-cmp-cnt}cmp-openstack-{openstack}-{functionality}-{stream}'
1047     id: inttest-csit-openstack
1048     disabled: false
1049
1050     project-type: freestyle
1051     node: centos7-robot-2c-8g
1052     concurrent: true
1053
1054     properties:
1055       - opendaylight-infra-properties:
1056           build-days-to-keep: '{build-days-to-keep}'
1057
1058     parameters:
1059       - opendaylight-infra-parameters:
1060           os-cloud: '{os-cloud}'
1061           project: 'integration/test'
1062           branch: '{branch}'
1063           refspec: 'refs/heads/{branch}'
1064           artifacts: '{archive-artifacts}'
1065       - integration-distribution-branch:
1066           branch: '{branch}'
1067       - integration-distribution-stream:
1068           stream: '{stream}'
1069       - integration-bundle-url:
1070           bundle-url: '{bundle-url}'
1071       - integration-repo-url:
1072           repo-url: '{repo-url}'
1073       - integration-controller-features:
1074           controller-features: '{install-features}'
1075       - integration-controller-debug-map:
1076           controller-debug-map: '{debug-map}'
1077       - integration-test-options:
1078           test-options: '{robot-options}'
1079       - integration-script-plan:
1080           script-plan: '{scriptplan}'
1081       - integration-config-plan:
1082           config-plan: '{configplan}'
1083       - integration-test-plan:
1084           test-plan: '{testplan}'
1085       - integration-test-suites:
1086           test-suites: '{test-suites}'
1087       - integration-patch-refspec:
1088           branch: 'master'
1089       - integration-jdk-version:
1090           jdkversion: '{jre}'
1091       - distribution-karaf-version:
1092           karaf-version: '{karaf-version}'
1093       - integration-use-features-boot:
1094           use-features-boot: '{use-features-boot}'
1095       - string:
1096           name: OPENSTACK_BRANCH
1097           default: '{openstack-branch}'
1098           description: 'Openstack version to use with devstack'
1099       - string:
1100           name: DEVSTACK_HASH
1101           default: '{devstack-hash}'
1102           description: 'devstack hash to checkout'
1103       - string:
1104           name: ODL_ML2_DRIVER_REPO
1105           default: '{odl-ml2-driver-repo}'
1106           description: 'URL to fetch networking-odl driver'
1107       - string:
1108           name: ODL_ML2_BRANCH
1109           default: '{odl-ml2-branch}'
1110           description: 'Version of networking-odl to checkout from the repo'
1111       - string:
1112           name: ODL_ML2_DRIVER_VERSION
1113           default: '{odl-ml2-driver-version}'
1114           description: 'Mode of networking-odl (v1 or v2)'
1115       - string:
1116           name: ODL_ML2_PORT_BINDING
1117           default: '{odl-ml2-port-binding}'
1118           description: 'Method of networking-odl port-binding (pseudo-agentdb-binding or legacy-port-binding or
1119           network-topology)'
1120       - string:
1121           name: ENABLE_GRE_TYPE_DRIVERS
1122           default: '{enable-gre-type-driver}'
1123           description: 'Enable gre tunnel'
1124       - string:
1125           name: DEVSTACK_KUBERNETES_PLUGIN_REPO
1126           default: '{devstack-kubernetes-plugin-repo}'
1127           description: 'URL to fetch kubernetes devstack plugin'
1128       - string:
1129           name: DEVSTACK_LBAAS_PLUGIN_REPO
1130           default: '{devstack-lbaas-plugin-repo}'
1131           description: 'URL to fetch neutron-lbaas devstack plugin'
1132       - string:
1133           name: DEVSTACK_NETWORKING_SFC_PLUGIN_REPO
1134           default: '{devstack-networking-sfc-plugin-repo}'
1135           description: 'URL to fetch neutron-lbaas devstack plugin'
1136       - string:
1137           name: IPSEC_VXLAN_TUNNELS_ENABLED
1138           default: '{ipsec-vxlan-tunnels-enabled}'
1139           description: 'Enable ipsec over vxlan support for all controllers and computes'
1140       - string:
1141           name: PUBLIC_BRIDGE
1142           default: '{public-bridge}'
1143           description: 'Specifies public bridge for provider and external networking'
1144       - string:
1145           name: ENABLE_HAPROXY_FOR_NEUTRON
1146           default: '{enable-haproxy}'
1147           description: 'Enable HAProxy for using neutron interface as HA'
1148       - string:
1149           name: ENABLE_OS_SERVICES
1150           default: '{enable-openstack-services}'
1151           description: 'comma seperated list of services to enable'
1152       - string:
1153           name: ENABLE_OS_COMPUTE_SERVICES
1154           default: '{enable-openstack-compute-services}'
1155           description: 'comma separated list of services to enable on compute nodes'
1156       - string:
1157           name: ENABLE_OS_NETWORK_SERVICES
1158           default: '{enable-openstack-network-services}'
1159           description: 'comma seperated list of network services to enable'
1160       - string:
1161           name: ENABLE_OS_PLUGINS
1162           default: '{enable-openstack-plugins}'
1163           description: 'comma seperated list of plugins to enable'
1164       - string:
1165           name: DISABLE_OS_SERVICES
1166           default: '{disable-openstack-services}'
1167           description: 'comma seperated list of services to enable'
1168       - string:
1169           name: TENANT_NETWORK_TYPE
1170           default: '{tenant-network-type}'
1171           description: 'Tenant Network Type supported by the implementation'
1172       - string:
1173           name: SECURITY_GROUP_MODE
1174           default: '{security-group-mode}'
1175           description: 'Security Group Mode to be used in netvirt aclservice config'
1176       - string:
1177           name: ENABLE_ITM_DIRECT_TUNNELS
1178           default: '{enable-itm-direct-tunnels}'
1179           description: 'Tunnel Configuration mode to be used in genius ifm config'
1180       - string:
1181           name: PUBLIC_PHYSICAL_NETWORK
1182           default: '{public-physical-network}'
1183           description: 'provider physical network used for flat/vlan networks'
1184       - string:
1185           name: ENABLE_NETWORKING_L2GW
1186           default: '{enable-networking-l2gw}'
1187           description: 'Enable networking L2gw'
1188       - string:
1189           name: NETWORKING_L2GW_DRIVER
1190           default: '{networking-l2gw-repo}'
1191           description: 'URL to fetch networking-l2gw driver'
1192       - string:
1193           name: CREATE_INITIAL_NETWORKS
1194           default: '{create-initial-networks}'
1195           description: 'Toggles the option of letting devstack create initial networks (True/False)'
1196       - string:
1197           name: LBAAS_SERVICE_PROVIDER
1198           default: '{lbaas-service-provider}'
1199           description: 'The NEUTRON_LBAAS_SERVICE_PROVIDERV2 value to be used in local.conf - only relevant when using
1200           neutron-lbaas'
1201       - string:
1202           name: NUM_OPENSTACK_SITES
1203           default: '{num-openstack-sites}'
1204           description: 'Number of openstack sites'
1205       - string:
1206           name: ODL_SFC_DRIVER
1207           default: '{odl-sfc-driver}'
1208           description: 'The SFC driver to be used in local.conf - only relevant when using networking-sfc'
1209       - string:
1210           name: ODL_SNAT_MODE
1211           default: '{odl-snat-mode}'
1212           description: 'The SNAT mode to be configured - options are conntrack/controller.'
1213
1214     scm:
1215       - integration-gerrit-scm:
1216           basedir: 'test'
1217           refspec: '$PATCHREFSPEC'
1218           branch: 'master'
1219
1220     wrappers:
1221       - opendaylight-infra-wrappers:
1222           build-timeout: '{build-timeout}'
1223
1224     triggers:
1225       - timed: '{schedule}'
1226
1227     builders:
1228       - integration-infra-stack-3-type:
1229           stack-template: '{stack-template}'
1230           vm_0_count: '{odl_system_count}'
1231           vm_0_flavor: '{odl_system_flavor}'
1232           vm_0_image: '{odl_system_image}'
1233           vm_1_count: '{openstack_system_count}'
1234           vm_1_flavor: '{openstack_system_flavor}'
1235           vm_1_image: '{openstack_system_image}'
1236           vm_2_count: '{openstack_system2_count}'
1237           vm_2_flavor: '{openstack_system2_flavor}'
1238           vm_2_image: '{openstack_system2_image}'
1239       - integration-install-robotframework
1240       - inject:
1241           properties-file: 'env.properties'
1242       - integration-get-slave-addresses
1243       - inject:
1244           properties-file: 'slave_addresses.txt'
1245       - integration-detect-variables
1246       - integration-install-common-functions
1247       - integration-deploy-controller-run-test
1248       - integration-deploy-openstack-run-test
1249       - integration-cleanup-tmp
1250
1251     publishers:
1252       - integration-robot-tempest:
1253           unstable-if: 0.0
1254           pass-if: 100.0
1255       - email-notification:
1256           email-recipients: '{email-recipients}'
1257           email-prefix: '[{project}]'
1258       - integration-csit-collect-netvirt-logs
1259       - integration-csit-archive-build
1260       - integration-csit-run-postscript
1261       - releng-openstack-stack-delete
1262       - lf-infra-publish
1263
1264 # Template: {project}-patch-test-{stream}
1265 # Goal: Build a patch and run project specific system test on a distribution containing the change
1266 # Operation: This job template builds a patch, creates a distribution containing the patch, and
1267 # triggers the project system test defined in {csit-list} when gerrit receives test-{project} keyword
1268
1269 - job-template:
1270     name: '{prefix}{project}-patch-test-{feature}-{stream}'
1271     id: inttest-patch-test
1272
1273     project-type: freestyle
1274     node: centos7-builder-2c-8g
1275     concurrent: true
1276     jdk: '{java-version}'
1277
1278     properties:
1279       - opendaylight-infra-properties:
1280           build-days-to-keep: '{build-days-to-keep}'
1281
1282     parameters:
1283       - opendaylight-infra-parameters:
1284           os-cloud: '{os-cloud}'
1285           project: '{project}'
1286           branch: '{branch}'
1287           refspec: 'refs/heads/{branch}'
1288           artifacts: '{archive-artifacts}'
1289       - integration-distribution-branch:
1290           branch: '{branch}'
1291       - distribution-karaf-version:
1292           karaf-version: '{karaf-version}'
1293       - integration-distribution-git-url:
1294           git-url: '{git-url}'
1295       - string:
1296           name: feature
1297           default: 'all'
1298           description: 'Specific feature test for patch'
1299       - maven-exec:
1300           maven-version: mvn35
1301
1302     scm:
1303       - integration-gerrit-scm:
1304           basedir: '{project}'
1305           refspec: '$GERRIT_REFSPEC'
1306           branch: '{branch}'
1307       - integration-distribution-scm:
1308           branch: '{branch}'
1309
1310     wrappers:
1311       - opendaylight-infra-wrappers:
1312           build-timeout: '{build-timeout}'
1313
1314     triggers:
1315       - gerrit:
1316           server-name: '{gerrit-server-name}'
1317           trigger-on:
1318             - comment-added-contains-event:
1319                 comment-contains-value: 'test-{project}-all'
1320             - comment-added-contains-event:
1321                 comment-contains-value: 'test-{project}-{feature}'
1322           projects:
1323             - project-compare-type: 'ANT'
1324               project-pattern: '{project}'
1325               branches:
1326                 - branch-compare-type: 'ANT'
1327                   branch-pattern: '**/{branch}'
1328           skip-vote:
1329             successful: true
1330             failed: true
1331             unstable: true
1332             notbuilt: true
1333
1334     builders:
1335       - integration-rebase-gerrit-patch
1336       - wipe-org-opendaylight-repo
1337       - maven-target:
1338           maven-version: mvn35
1339           pom: '{project}/pom.xml'
1340           goals: |
1341               clean install dependency:tree
1342               -Pq
1343               -Dgitid.skip=false
1344               -Dmaven.gitcommitid.skip=false
1345               -DgenerateReports=false
1346               -Dstream={stream}
1347               {opendaylight-infra-mvn-opts}
1348           # {opendaylight-infra-parallel-mvn-opts} is bad when there are multiple big features in SFT.
1349           java-opts:
1350             - '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
1351           settings: integration-settings
1352           settings-type: cfp
1353           global-settings: global-settings
1354           global-settings-type: cfp
1355       - maven-target:
1356           maven-version: mvn35
1357           pom: distribution/pom.xml
1358           goals: |
1359               clean install dependency:tree
1360               -Pq
1361               -Dgitid.skip=false
1362               -Dmaven.gitcommitid.skip=false
1363               {opendaylight-infra-mvn-opts}
1364           # {opendaylight-infra-parallel-mvn-opts} is bad when there are multiple big features in SFT.
1365           java-opts:
1366             - '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
1367           settings: integration-settings
1368           settings-type: cfp
1369           global-settings: global-settings
1370           global-settings-type: cfp
1371       - integration-upload-distribution:
1372           dist-pom: distribution/pom.xml
1373       - trigger-builds:
1374           - project: '{csit-list}'
1375             block: true
1376             predefined-parameters: |
1377               BUNDLE_URL=$BUNDLE_URL
1378               KARAF_VERSION=$KARAF_VERSION
1379
1380     publishers:
1381       - email-notification:
1382           email-recipients: '{email-recipients}'
1383           email-prefix: '[{project}]'