Update automated project templates
[releng/builder.git] / jjb / armoury / armoury.yaml
1 # REMOVE THIS LINE IF YOU WANT TO CUSTOMIZE ANYTHING BELOW
2 # Otherwise this file will be automatically overwritten by the template
3 # autobuilder.
4
5 # ODL Releng build templates
6 - project:
7     name: armoury
8     jobs:
9         - 'armoury-verify-{stream}'
10         - 'armoury-merge-{stream}'
11         - 'armoury-periodic-{stream}'
12         - 'armoury-distribution-{stream}'
13         - 'armoury-distribution-check-{stream}'
14         - 'armoury-integration-{stream}'
15         - 'armoury-sonar'
16         - 'armoury-clm-{stream}'
17         - 'armoury-validate-autorelease-{stream}'
18
19
20     # stream:    release stream (eg. stable-lithium or beryllium)
21     # branch:    git branch (eg. stable/lithium or master)
22     stream:
23         - boron:
24             branch: 'master'
25             jdk: openjdk8
26             jdks:
27                 - openjdk8
28                 - openjdk7
29             disable_autorelease: True
30             disable_distribution_check: False
31         - beryllium:
32             branch: 'stable/beryllium'
33             jdk: openjdk8
34             jdks:
35                 - openjdk8
36                 - openjdk7
37             disable_autorelease: True
38             disable_distribution_check: False
39
40     project: 'armoury'
41
42 # For the Job templates below replace instances of:
43 # PROJECT_SHORTNAME with your project name (eg. circuitsw)
44 # PROJECT_PATH with your project name (eg. ofextensions/circuitsw)
45 # MAVEN_GOALS with your maven goals to build
46 # MAVEN_OPTS with your maven options to build
47
48 - job-template:
49     name: 'armoury-verify-{stream}'
50
51     # Job template for ODL verify jobs
52     #
53     # The purpose of this job template is to setup a ODL verify job
54     #
55     # Required Variables:
56     #     stream:    release stream (eg. stable-lithium or beryllium)
57     #     branch:    git branch (eg. stable/lithium or master)
58
59     project-type: matrix
60     node: matrix_master
61     concurrent: true
62
63     axes:
64         - axis:
65             type: slave
66             name: nodes
67             values:
68                 - dynamic_verify
69         - axis:
70             type: jdk
71             values: '{obj:jdks}'
72
73     logrotate:
74         daysToKeep: '{build-days-to-keep}'
75         numToKeep: '{build-num-to-keep}'
76         artifactDaysToKeep: '{build-artifact-days-to-keep}'
77         artifactNumToKeep: '{build-artifact-num-to-keep}'
78
79     parameters:
80         - project-parameter:
81             project: '{project}'
82         - gerrit-parameter:
83             branch: '{branch}'
84         - gerrit-refspec-parameter:
85             refspec: 'refs/heads/{branch}'
86
87     scm:
88         - gerrit-trigger-scm:
89             credentials-id: '{ssh-credentials}'
90             refspec: '$GERRIT_REFSPEC'
91             choosing-strategy: 'gerrit'
92
93     wrappers:
94         - build-timeout
95         - ssh-agent-credentials:
96             users:
97                 - '{ssh-credentials}'
98
99     triggers:
100         - gerrit-trigger-patch-submitted:
101             name: 'armoury'
102             branch: '{branch}'
103
104     builders:
105         - wipe-org-opendaylight-repo
106         - jacoco-nojava-workaround
107         - provide-maven-settings:
108             global-settings-file: '{odl-global-settings}'
109             settings-file: '{armoury-settings}'
110         - maven-target:
111             maven-version: '{mvn33}'
112             pom: 'pom.xml'
113             goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins -Dstream={stream}'
114             java-opts:
115                 - '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
116             settings: '{armoury-settings}'
117             global-settings: '{odl-global-settings}'
118
119     publishers:
120         - findbugs
121         - email-notification:
122             email-prefix: '[armoury]'
123         - jacoco-report
124
125 - job-template:
126     name: 'armoury-merge-{stream}'
127
128     # Job template for ODL merge jobs
129     #
130     # The purpose of this job template is to setup a ODL merge job
131     # and deploy artifacts to Nexus.
132     #
133     # Required Variables:
134     #     stream:    release stream (eg. stable-lithium or beryllium)
135     #     branch:    git branch (eg. stable/lithium or master)
136
137     project-type: maven
138     node: dynamic_merge
139     jdk: '{jdk}'
140
141     logrotate:
142         daysToKeep: '14'
143         numToKeep: '10'
144         artifactDaysToKeep: '{build-artifact-days-to-keep}'
145         artifactNumToKeep: '{build-artifact-num-to-keep}'
146
147     parameters:
148         - project-parameter:
149             project: '{project}'
150         - gerrit-parameter:
151             branch: '{branch}'
152         - gerrit-refspec-parameter:
153             refspec: 'refs/heads/{branch}'
154
155     scm:
156         - gerrit-trigger-scm:
157             credentials-id: '{ssh-credentials}'
158             refspec: ''
159             choosing-strategy: 'default'
160
161     wrappers:
162         - build-timeout
163         - ssh-agent-credentials:
164             users:
165                 - '{ssh-credentials}'
166
167     triggers:
168         - timed: 'H H * * 0'
169         - gerrit-trigger-patch-merged:
170             name: 'armoury'
171             branch: '{branch}'
172
173     prebuilders:
174         - wipe-org-opendaylight-repo
175         - jacoco-nojava-workaround
176         - provide-maven-settings:
177             global-settings-file: '{odl-global-settings}'
178             settings-file: '{armoury-settings}'
179
180     maven:
181         maven-name: '{mvn33}'
182         root-pom: 'pom.xml'
183         goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins -Dmerge -Dstream={stream}'
184         maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
185         settings: '{armoury-settings}'
186         global-settings: '{odl-global-settings}'
187         post-step-run-condition: UNSTABLE
188
189     postbuilders:
190         - conditional-step:
191             condition-kind: file-exists
192             condition-filename: deploy-site.xml
193             condition-basedir: workspace
194
195             # The strategy here is intentional to run Maven site:deploy twice
196             # once using regular pom.xml to produce a staged-site which is
197             # then used by deploy-site.xml to push to Nexus. This is a
198             # workaround to Maven Site's default linking code which creates
199             # incorrect URLs for sites due to auto-detection assuming your
200             # project is configured in a certain way which ODL is not.
201             steps:
202             - maven-target:
203                 maven-version: '{mvn33}'
204                 pom: pom.xml
205                 goals: 'site:deploy -Dstream={stream}'
206                 java-opts:
207                     - '-Xmx2g'
208                 settings: '{armoury-settings}'
209                 global-settings: '{odl-global-settings}'
210             - maven-target:
211                 maven-version: '{mvn33}'
212                 pom: deploy-site.xml
213                 goals: 'site:deploy -Dstream={stream}'
214                 java-opts:
215                     - '-Xmx2g'
216                 settings: '{armoury-settings}'
217                 global-settings: '{odl-global-settings}'
218
219     reporters:
220         - findbugs
221
222     publishers:
223         - archive-artifacts:
224             artifacts: '**/target/surefire-reports/*-output.txt, '
225         - email-notification:
226             email-prefix: '[armoury]'
227         - maven-deploy:
228             id: ''
229             unique-version: true
230             deploy-unstable: false
231         - jacoco-report
232
233 - job-template:
234     name: 'armoury-periodic-{stream}'
235     disabled: false
236
237     # Job template for periodic builders
238     #
239     # The purpose of this job template is to setup a periodic
240     # builder.
241     #
242     # Required Variables:
243     #     stream:    release stream (eg. stable-lithium or beryllium)
244     #     branch:    git branch (eg. stable/lithium or master)
245
246     project-type: maven
247     node: dynamic_verify
248     jdk: '{jdk}'
249
250     logrotate:
251         daysToKeep: '14'
252         numToKeep: '10'
253         artifactDaysToKeep: '{build-artifact-days-to-keep}'
254         artifactNumToKeep: '{build-artifact-num-to-keep}'
255
256     parameters:
257         - project-parameter:
258             project: '{project}'
259
260     scm:
261         - git-scm:
262             credentials-id: '{ssh-credentials}'
263             refspec: ''
264             branch: '{branch}'
265
266     wrappers:
267         - build-timeout
268         - ssh-agent-credentials:
269             users:
270                 - '{ssh-credentials}'
271
272     triggers:
273         - timed: '@daily'
274
275     prebuilders:
276         - wipe-org-opendaylight-repo
277         - jacoco-nojava-workaround
278         - provide-maven-settings:
279             global-settings-file: '{odl-global-settings}'
280             settings-file: '{armoury-settings}'
281
282     maven:
283         maven-name: '{mvn33}'
284         root-pom: 'pom.xml'
285         goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins'
286         maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
287         settings: '{armoury-settings}'
288         global-settings: '{odl-global-settings}'
289
290     reporters:
291         - findbugs
292
293     publishers:
294         - email-notification:
295             email-prefix: '[armoury]'
296         - jacoco-report
297
298 - job-template:
299     name: 'armoury-distribution-{stream}'
300
301     # Required variables:
302     #     stream:    release stream (eg. stable-lithium or beryllium)
303     #     branch:    git branch (eg. stable/lithium or master)
304
305     project-type: maven
306     node: dynamic_merge
307     jdk: '{jdk}'
308
309     logrotate:
310         daysToKeep: '{build-days-to-keep}'
311         numToKeep: '{build-num-to-keep}'
312         artifactDaysToKeep: '{build-artifact-days-to-keep}'
313         artifactNumToKeep: '{build-artifact-num-to-keep}'
314
315     parameters:
316         - project-parameter:
317             project: 'integration/distribution'
318
319     scm:
320         - git-scm:
321             credentials-id: '{ssh-credentials}'
322             refspec: ''
323             branch: '{branch}'
324
325     wrappers:
326         - build-timeout
327         - ssh-agent-credentials:
328             users:
329                 - '{ssh-credentials}'
330
331     triggers:
332         - reverse:
333             jobs: '{project}-merge-{stream}'
334             result: 'success'
335
336     prebuilders:
337         - wipe-org-opendaylight-repo
338         - provide-maven-settings:
339             global-settings-file: '{odl-global-settings}'
340             settings-file: '{armoury-settings}'
341
342     maven:
343         maven-name: '{mvn33}'
344         root-pom: 'pom.xml'
345         goals: 'clean install -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
346         maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
347         settings: '{integration-settings}'
348         global-settings: '{odl-global-settings}'
349
350     publishers:
351         - email-notification:
352             email-prefix: '[{project}]'
353         - maven-deploy:
354             id: ''
355             unique-version: true
356             deploy-unstable: false
357
358 # Template: integration-patch-distribution-{stream}
359 # Goal: Build a patch and make sure the distribution can deploy with this change
360 # Operation: This job template builds a patch, creates a distribution containing
361 #            the patch, and triggers the distribution deploy test
362
363 - job-template:
364     name: 'armoury-distribution-check-{stream}'
365     disabled: '{obj:disable_distribution_check}'
366
367     project-type: maven
368     node: dynamic_verify
369     concurrent: true
370     jdk: '{jdk}'
371
372     logrotate:
373         daysToKeep: '14'
374         numToKeep: '10'
375         artifactDaysToKeep: '{build-artifact-days-to-keep}'
376         artifactNumToKeep: '{build-artifact-num-to-keep}'
377
378     parameters:
379         - gerrit-project-parameter:
380             project: '{project}'
381         - gerrit-refspec-parameter:
382             refspec: '{branch}'
383         - project-parameter:
384             project: '{project}'
385         - integration-distribution-git-url
386
387     scm:
388         - integration-gerrit-scm:
389             credentials-id: '{ssh-credentials}'
390             basedir: '$GERRIT_PROJECT'
391             refspec: '$GERRIT_REFSPEC'
392             branch: '{branch}'
393         - integration-distribution-scm:
394             credentials-id: '{ssh-credentials}'
395             branch: '{branch}'
396
397     wrappers:
398         - build-timeout
399         - ssh-agent-credentials:
400             users:
401                 - '{ssh-credentials}'
402
403     triggers:
404         - gerrit:
405             server-name: 'OpenDaylight'
406             trigger-on:
407                 - patchset-created-event:
408                     exclude-drafts: 'true'
409                     exclude-trivial-rebase: 'false'
410                     exclude-no-code-change: 'true'
411                 - draft-published-event
412                 - comment-added-contains-event:
413                     comment-contains-value: 'test-distribution'
414             projects:
415               - project-compare-type: 'ANT'
416                 project-pattern: '{name}'
417                 branches:
418                   - branch-compare-type: 'ANT'
419                     branch-pattern: '**/{branch}'
420             skip-vote:
421                 successful: true
422                 failed: true
423                 unstable: true
424                 notbuilt: true
425
426     prebuilders:
427         - wipe-org-opendaylight-repo
428         - maven-target:
429             maven-version: '{mvn33}'
430             pom: '$GERRIT_PROJECT/pom.xml'
431             goals: 'clean install -Djenkins -DskipTests -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true -Dmaven.site.skip=true -DgenerateReports=false -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dstream={stream}'
432             java-opts:
433                 - '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
434             settings: '{armoury-settings}'
435             global-settings: '{odl-global-settings}'
436
437     maven:
438         maven-name: '{mvn33}'
439         root-pom: 'distribution/pom.xml'
440         goals: 'clean install -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
441         maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
442         settings: '{armoury-settings}'
443         global-settings: '{odl-global-settings}'
444         ignore-upstream-changes: true
445         post-step-run-condition: 'SUCCESS'
446
447     postbuilders:
448         - integration-distribution-check
449
450     publishers:
451         - archive:
452             artifacts: 'karaf.log'
453         - archive:
454             artifacts: 'karaf_console.log'
455         - email-notification:
456             email-prefix: '[armoury]'
457
458 - job-template:
459     name: 'armoury-integration-{stream}'
460     disabled: false
461
462     # Job template for ODL integration verify jobs
463     #
464     # This is similar to a normal verify job, but it runs
465     # when a project that's a dependency of your project
466     # is successfully built.
467     #
468     # Required Variables:
469     #     stream:    release stream (eg. stable-lithium or beryllium)
470     #     branch:    git branch (eg. stable/lithium or master)
471
472     project-type: maven
473     node: dynamic_merge
474     jdk: '{jdk}'
475
476     logrotate:
477         daysToKeep: '{build-days-to-keep}'
478         numToKeep: '{build-num-to-keep}'
479         artifactDaysToKeep: '{build-artifact-days-to-keep}'
480         artifactNumToKeep: '{build-artifact-num-to-keep}'
481
482     parameters:
483         - project-parameter:
484             project: '{project}'
485
486     scm:
487         - git-scm:
488             credentials-id: '{ssh-credentials}'
489             refspec: ''
490             branch: '{branch}'
491
492     wrappers:
493         - build-timeout
494         - ssh-agent-credentials:
495             users:
496                 - '{ssh-credentials}'
497
498     triggers:
499         - reverse:
500             jobs: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream},mdsal-merge-{stream}'
501             result: 'success'
502
503     prebuilders:
504         - wipe-org-opendaylight-repo
505         - jacoco-nojava-workaround
506         - provide-maven-settings:
507             global-settings-file: '{odl-global-settings}'
508             settings-file: '{armoury-settings}'
509
510     maven:
511         maven-name: '{mvn33}'
512         root-pom: 'pom.xml'
513         goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins'
514         maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
515         settings: '{armoury-settings}'
516         global-settings: '{odl-global-settings}'
517
518     reporters:
519         - findbugs
520
521     publishers:
522         - email-notification:
523             email-prefix: '[armoury] [odlparent] [yangtools] [controller] [mdsal]'
524         - jacoco-report
525
526 - job-template:
527     name: 'armoury-sonar'
528     disabled: false
529
530     project-type: maven
531     node: dynamic_verify
532     jdk: 'openjdk8'
533
534     logrotate:
535         daysToKeep: '7'
536         numToKeep: '10'
537         artifactDaysToKeep: '1'
538         artifactNumToKeep: '1'
539
540     parameters:
541         - project-parameter:
542             project: '{project}'
543
544     scm:
545         - git-scm:
546             credentials-id: '{ssh-credentials}'
547             refspec: ''
548             branch: 'master'
549
550     wrappers:
551         - build-timeout
552         - ssh-agent-credentials:
553             users:
554                 - '{ssh-credentials}'
555
556     triggers:
557         - timed: '@weekly'
558         - gerrit-trigger-patch-sonar:
559             name: 'armoury'
560
561     prebuilders:
562         - wipe-org-opendaylight-repo
563         - jacoco-nojava-workaround
564         - provide-maven-settings:
565             global-settings-file: '{odl-global-settings}'
566             settings-file: '{armoury-settings}'
567
568     maven:
569         maven-name: '{mvn33}'
570         root-pom: 'pom.xml'
571         goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins -Dsonar'
572         maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
573         settings: '{armoury-settings}'
574         global-settings: '{odl-global-settings}'
575
576     reporters:
577         - findbugs
578
579     publishers:
580         - sonar:
581             language: 'java'
582             maven-opts: '-Xmx6144m -XX:MaxPermSize=1024m'
583         - email-notification:
584             email-prefix: '[armoury]'
585         - jacoco-report
586
587 - job-template:
588     name: 'armoury-clm-{stream}'
589     disabled: false
590
591     project-type: maven
592     node: dynamic_verify
593     jdk: '{jdk}'
594
595     logrotate:
596         daysToKeep: '{build-days-to-keep}'
597         numToKeep: '{build-num-to-keep}'
598         artifactDaysToKeep: '{build-artifact-days-to-keep}'
599         artifactNumToKeep: '{build-artifact-num-to-keep}'
600
601     parameters:
602         - project-parameter:
603             project: '{project}'
604
605     scm:
606         - git-scm:
607             credentials-id: '{ssh-credentials}'
608             refspec: ''
609             branch: '{branch}'
610
611     wrappers:
612         - build-timeout
613         - ssh-agent-credentials:
614             users:
615                 - '{ssh-credentials}'
616
617     triggers:
618         - timed: '@weekly'
619
620     prebuilders:
621         - wipe-org-opendaylight-repo
622         - provide-maven-settings:
623             global-settings-file: '{odl-global-settings}'
624             settings-file: '{armoury-settings}'
625
626     maven:
627         maven-name: '{mvn33}'
628         root-pom: 'pom.xml'
629         goals: 'clean install com.sonatype.clm:clm-maven-plugin:index -Djenkins -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
630         maven-opts: '-Xmx4096m -XX:MaxPermSize=512m'
631         settings: '{armoury-settings}'
632         global-settings: '{odl-global-settings}'
633
634     postbuilders:
635         - shell: 'find . -regex ".*karaf/target" | xargs rm -rf'
636         - check-clm:
637             application-name: armoury
638
639     publishers:
640         - email-notification:
641             email-prefix: '[armoury]'
642
643 - job-template:
644     name: 'armoury-validate-autorelease-{stream}'
645     disabled: '{obj:disable_autorelease}'
646
647     project-type: maven
648     node: dynamic_verify
649     concurrent: true
650     jdk: '{jdk}'
651
652     logrotate:
653         daysToKeep: '{build-days-to-keep}'
654         numToKeep: '{build-num-to-keep}'
655         artifactDaysToKeep: '{build-artifact-days-to-keep}'
656         artifactNumToKeep: '{build-artifact-num-to-keep}'
657
658     parameters:
659         - project-parameter:
660             project: '{project}'
661         - gerrit-parameter:
662             branch: '{branch}'
663         - autorelease-release-tag:
664             release-tag: 'validate'
665         - autorelease-release-branch:
666             release-branch: '{branch}'
667         - autorelease-release-datestamp:
668             datestamp: true
669
670     scm:
671         - git:
672             url: 'https://git.opendaylight.org/gerrit/releng/autorelease'
673             refspec: ''
674             branches:
675                 - 'origin/{branch}'
676             skip-tag: true
677             submodule:
678                 recursive: true
679
680     wrappers:
681         - autorelease-build-timeout
682         - ssh-agent-credentials:
683             users:
684                 - '{ssh-credentials}'
685
686     triggers:
687         - gerrit:
688             server-name: 'OpenDaylight'
689             trigger-on:
690                 - patchset-created-event:
691                     exclude-drafts: 'false'
692                     exclude-trivial-rebase: 'false'
693                     exclude-no-code-change: 'false'
694                 - draft-published-event
695                 - comment-added-contains-event:
696                     comment-contains-value: 'recheck'
697                 - comment-added-contains-event:
698                     comment-contains-value: 'reverify'
699                 - comment-added-contains-event:
700                     comment-contains-value: 'revalidate'
701             projects:
702               - project-compare-type: 'ANT'
703                 project-pattern: 'armoury'
704                 branches:
705                   - branch-compare-type: 'ANT'
706                     branch-pattern: '**/{branch}'
707
708     prebuilders:
709         - wipe-org-opendaylight-repo
710         - jacoco-nojava-workaround
711         - autorelease-checkout-gerrit-patch
712         - autorelease-generate-taglist
713         - autorelease-generate-release-patches
714         - maven-target:
715             maven-version: '{mvn33}'
716             pom: validate-pom.xml
717             goals: 'clean install -T1.5C -Djenkins -DskipTests -Dcheckstyle.skip=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
718             java-opts:
719             - '-Xmx8g'
720             settings: '{autorelease-settings}'
721             global-settings: '{odl-global-settings}'
722
723     maven:
724         maven-name: '{mvn33}'
725         root-pom: 'pom.xml'
726         goals: 'clean validate -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
727         maven-opts: '-Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
728         settings: '{autorelease-settings}'
729         global-settings: '{odl-global-settings}'
730         automatic-archiving: false
731         post-step-run-condition: UNSTABLE
732
733     postbuilders:
734         - shell: "./scripts/list-project-dependencies.sh"
735         - autorelease-sys-stats
736
737     publishers:
738         - archive-artifacts:
739             artifacts: '*.log'
740         - email-notification:
741             email-prefix: '[autorelease] [armoury]'
742