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     jdk: '{jdk}'
370
371     logrotate:
372         daysToKeep: '14'
373         numToKeep: '10'
374         artifactDaysToKeep: '{build-artifact-days-to-keep}'
375         artifactNumToKeep: '{build-artifact-num-to-keep}'
376
377     parameters:
378         - gerrit-project-parameter:
379             project: '{project}'
380         - gerrit-refspec-parameter:
381             refspec: '{branch}'
382         - project-parameter:
383             project: '{project}'
384         - integration-distribution-git-url
385
386     scm:
387         - integration-gerrit-scm:
388             credentials-id: '{ssh-credentials}'
389             basedir: '$GERRIT_PROJECT'
390             refspec: '$GERRIT_REFSPEC'
391             branch: '{branch}'
392         - integration-distribution-scm:
393             credentials-id: '{ssh-credentials}'
394             branch: '{branch}'
395
396     wrappers:
397         - build-timeout
398         - ssh-agent-credentials:
399             users:
400                 - '{ssh-credentials}'
401
402     triggers:
403         - gerrit:
404             server-name: 'OpenDaylight'
405             trigger-on:
406                 - patchset-created-event:
407                     exclude-drafts: 'true'
408                     exclude-trivial-rebase: 'false'
409                     exclude-no-code-change: 'true'
410                 - draft-published-event
411                 - comment-added-contains-event:
412                     comment-contains-value: 'test-distribution'
413             projects:
414               - project-compare-type: 'ANT'
415                 project-pattern: '{name}'
416                 branches:
417                   - branch-compare-type: 'ANT'
418                     branch-pattern: '**/{branch}'
419             skip-vote:
420                 successful: true
421                 failed: true
422                 unstable: true
423                 notbuilt: true
424
425     prebuilders:
426         - integration-get-bundle-url
427         - inject:
428             properties-file: 'bundle.txt'
429         - wipe-org-opendaylight-repo
430         - maven-target:
431             maven-version: '{mvn33}'
432             pom: '$GERRIT_PROJECT/pom.xml'
433             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}'
434             java-opts:
435                 - '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
436             settings: '{armoury-settings}'
437             global-settings: '{odl-global-settings}'
438
439     maven:
440         maven-name: '{mvn33}'
441         root-pom: 'distribution/pom.xml'
442         goals: 'clean install -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
443         maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
444         settings: '{armoury-settings}'
445         global-settings: '{odl-global-settings}'
446         ignore-upstream-changes: true
447         post-step-run-condition: 'SUCCESS'
448
449     postbuilders:
450         - trigger-builds:
451             - project: 'integration-distribution-deploy-{stream}'
452               block: true
453               predefined-parameters:
454                   BUNDLEURL=$BUNDLEURL
455
456     publishers:
457         - email-notification:
458             email-prefix: '[armoury]'
459
460 - job-template:
461     name: 'armoury-integration-{stream}'
462     disabled: false
463
464     # Job template for ODL integration verify jobs
465     #
466     # This is similar to a normal verify job, but it runs
467     # when a project that's a dependency of your project
468     # is successfully built.
469     #
470     # Required Variables:
471     #     stream:    release stream (eg. stable-lithium or beryllium)
472     #     branch:    git branch (eg. stable/lithium or master)
473
474     project-type: maven
475     node: dynamic_merge
476     jdk: '{jdk}'
477
478     logrotate:
479         daysToKeep: '{build-days-to-keep}'
480         numToKeep: '{build-num-to-keep}'
481         artifactDaysToKeep: '{build-artifact-days-to-keep}'
482         artifactNumToKeep: '{build-artifact-num-to-keep}'
483
484     parameters:
485         - project-parameter:
486             project: '{project}'
487
488     scm:
489         - git-scm:
490             credentials-id: '{ssh-credentials}'
491             refspec: ''
492             branch: '{branch}'
493
494     wrappers:
495         - build-timeout
496         - ssh-agent-credentials:
497             users:
498                 - '{ssh-credentials}'
499
500     triggers:
501         - reverse:
502             jobs: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream},mdsal-merge-{stream}'
503             result: 'success'
504
505     prebuilders:
506         - wipe-org-opendaylight-repo
507         - jacoco-nojava-workaround
508         - provide-maven-settings:
509             global-settings-file: '{odl-global-settings}'
510             settings-file: '{armoury-settings}'
511
512     maven:
513         maven-name: '{mvn33}'
514         root-pom: 'pom.xml'
515         goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins'
516         maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
517         settings: '{armoury-settings}'
518         global-settings: '{odl-global-settings}'
519
520     reporters:
521         - findbugs
522
523     publishers:
524         - email-notification:
525             email-prefix: '[armoury] [odlparent] [yangtools] [controller] [mdsal]'
526         - jacoco-report
527
528 - job-template:
529     name: 'armoury-sonar'
530     disabled: false
531
532     project-type: maven
533     node: dynamic_verify
534     jdk: 'openjdk8'
535
536     logrotate:
537         daysToKeep: '7'
538         numToKeep: '10'
539         artifactDaysToKeep: '1'
540         artifactNumToKeep: '1'
541
542     parameters:
543         - project-parameter:
544             project: '{project}'
545
546     scm:
547         - git-scm:
548             credentials-id: '{ssh-credentials}'
549             refspec: ''
550             branch: 'master'
551
552     wrappers:
553         - build-timeout
554         - ssh-agent-credentials:
555             users:
556                 - '{ssh-credentials}'
557
558     triggers:
559         - timed: '@weekly'
560         - gerrit-trigger-patch-sonar:
561             name: 'armoury'
562
563     prebuilders:
564         - wipe-org-opendaylight-repo
565         - jacoco-nojava-workaround
566         - provide-maven-settings:
567             global-settings-file: '{odl-global-settings}'
568             settings-file: '{armoury-settings}'
569
570     maven:
571         maven-name: '{mvn33}'
572         root-pom: 'pom.xml'
573         goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins -Dsonar'
574         maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
575         settings: '{armoury-settings}'
576         global-settings: '{odl-global-settings}'
577
578     reporters:
579         - findbugs
580
581     publishers:
582         - sonar:
583             language: 'java'
584             maven-opts: '-Xmx6144m -XX:MaxPermSize=1024m'
585         - email-notification:
586             email-prefix: '[armoury]'
587         - jacoco-report
588
589 - job-template:
590     name: 'armoury-clm-{stream}'
591     disabled: false
592
593     project-type: maven
594     node: dynamic_verify
595     jdk: '{jdk}'
596
597     logrotate:
598         daysToKeep: '{build-days-to-keep}'
599         numToKeep: '{build-num-to-keep}'
600         artifactDaysToKeep: '{build-artifact-days-to-keep}'
601         artifactNumToKeep: '{build-artifact-num-to-keep}'
602
603     parameters:
604         - project-parameter:
605             project: '{project}'
606
607     scm:
608         - git-scm:
609             credentials-id: '{ssh-credentials}'
610             refspec: ''
611             branch: '{branch}'
612
613     wrappers:
614         - build-timeout
615         - ssh-agent-credentials:
616             users:
617                 - '{ssh-credentials}'
618
619     triggers:
620         - timed: '@weekly'
621
622     prebuilders:
623         - wipe-org-opendaylight-repo
624         - provide-maven-settings:
625             global-settings-file: '{odl-global-settings}'
626             settings-file: '{armoury-settings}'
627
628     maven:
629         maven-name: '{mvn33}'
630         root-pom: 'pom.xml'
631         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'
632         maven-opts: '-Xmx4096m -XX:MaxPermSize=512m'
633         settings: '{armoury-settings}'
634         global-settings: '{odl-global-settings}'
635
636     postbuilders:
637         - shell: 'find . -regex ".*karaf/target" | xargs rm -rf'
638         - check-clm:
639             application-name: armoury
640
641     publishers:
642         - email-notification:
643             email-prefix: '[armoury]'
644
645 - job-template:
646     name: 'armoury-validate-autorelease-{stream}'
647     disabled: '{obj:disable_autorelease}'
648
649     project-type: maven
650     node: dynamic_verify
651     concurrent: true
652     jdk: '{jdk}'
653
654     logrotate:
655         daysToKeep: '{build-days-to-keep}'
656         numToKeep: '{build-num-to-keep}'
657         artifactDaysToKeep: '{build-artifact-days-to-keep}'
658         artifactNumToKeep: '{build-artifact-num-to-keep}'
659
660     parameters:
661         - project-parameter:
662             project: '{project}'
663         - gerrit-parameter:
664             branch: '{branch}'
665         - autorelease-release-tag:
666             release-tag: 'validate'
667         - autorelease-release-branch:
668             release-branch: '{branch}'
669         - autorelease-release-datestamp:
670             datestamp: true
671
672     scm:
673         - git:
674             url: 'https://git.opendaylight.org/gerrit/releng/autorelease'
675             refspec: ''
676             branches:
677                 - 'origin/{branch}'
678             skip-tag: true
679             submodule:
680                 recursive: true
681
682     wrappers:
683         - autorelease-build-timeout
684         - ssh-agent-credentials:
685             users:
686                 - '{ssh-credentials}'
687
688     triggers:
689         - gerrit:
690             server-name: 'OpenDaylight'
691             trigger-on:
692                 - patchset-created-event:
693                     exclude-drafts: 'false'
694                     exclude-trivial-rebase: 'false'
695                     exclude-no-code-change: 'false'
696                 - draft-published-event
697                 - comment-added-contains-event:
698                     comment-contains-value: 'recheck'
699                 - comment-added-contains-event:
700                     comment-contains-value: 'reverify'
701                 - comment-added-contains-event:
702                     comment-contains-value: 'revalidate'
703             projects:
704               - project-compare-type: 'ANT'
705                 project-pattern: 'armoury'
706                 branches:
707                   - branch-compare-type: 'ANT'
708                     branch-pattern: '**/{branch}'
709
710     prebuilders:
711         - wipe-org-opendaylight-repo
712         - jacoco-nojava-workaround
713         - autorelease-checkout-gerrit-patch
714         - autorelease-generate-taglist
715         - autorelease-generate-release-patches
716         - maven-target:
717             maven-version: '{mvn33}'
718             pom: validate-pom.xml
719             goals: 'clean install -T1.5C -Djenkins -DskipTests -Dcheckstyle.skip=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
720             java-opts:
721             - '-Xmx8g'
722             settings: '{autorelease-settings}'
723             global-settings: '{odl-global-settings}'
724
725     maven:
726         maven-name: '{mvn33}'
727         root-pom: 'pom.xml'
728         goals: 'clean validate -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
729         maven-opts: '-Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
730         settings: '{autorelease-settings}'
731         global-settings: '{odl-global-settings}'
732         automatic-archiving: false
733         post-step-run-condition: UNSTABLE
734
735     postbuilders:
736         - shell: "./scripts/list-project-dependencies.sh"
737         - autorelease-sys-stats
738
739     publishers:
740         - archive-artifacts:
741             artifacts: '*.log'
742         - email-notification:
743             email-prefix: '[autorelease] [armoury]'
744