Merge "Remove jjb custom scripting"
[releng/builder.git] / jjb / aaa / aaa.yaml
1 # ODL Releng build templates
2 - project:
3     name: aaa-boron
4     jobs:
5         - '{project-name}-clm-{stream}'
6         - '{project-name}-distribution-{stream}'
7         - '{project-name}-distribution-check-{stream}'
8         - '{project-name}-integration-{stream}'
9         - '{project-name}-merge-{stream}'
10         - '{project-name}-periodic-{stream}'
11         - '{project-name}-validate-autorelease-{stream}'
12         - '{project-name}-verify-{stream}-{maven}-{jdks}'
13
14     # stream:    release stream (eg. stable-lithium or beryllium)
15     # branch:    git branch (eg. stable/lithium or master)
16     stream:
17         - boron:
18             disable_autorelease: False
19             disable_distribution_check: False
20
21     project: 'aaa'
22     project-name: 'aaa'
23     branch: 'master'
24     jdk: openjdk8
25     jdks:
26         - openjdk8
27     maven:
28         - mvn33:
29             mvn-version: '{mvn33}'
30     mvn-settings: 'aaa-settings'
31     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
32     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
33     dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}'
34     email-upstream: '[aaa] [odlparent] [yangtools] [controller]'
35     archive-artifacts: ''
36
37 - project:
38     name: aaa-beryllium
39     jobs:
40         - '{project-name}-clm-{stream}'
41         - '{project-name}-distribution-{stream}'
42         - '{project-name}-distribution-check-{stream}'
43         - '{project-name}-integration-{stream}'
44         - '{project-name}-merge-{stream}'
45         - '{project-name}-periodic-{stream}'
46         - '{project-name}-validate-autorelease-{stream}'
47         - '{project-name}-verify-{stream}-{maven}-{jdks}'
48
49     # stream:    release stream (eg. stable-lithium or beryllium)
50     # branch:    git branch (eg. stable/lithium or master)
51     stream:
52         - beryllium:
53             disable_autorelease: False
54             disable_distribution_check: False
55
56     project: 'aaa'
57     project-name: 'aaa'
58     branch: 'stable/beryllium'
59     jdk: openjdk7
60     jdks:
61         - openjdk7
62     maven:
63         - mvn33:
64             mvn-version: '{mvn33}'
65     mvn-settings: 'aaa-settings'
66     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
67     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
68     dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}'
69     email-upstream: '[aaa] [odlparent] [yangtools] [controller]'
70     archive-artifacts: ''
71
72 - project:
73     name: aaa-lithium
74     jobs:
75         - '{project-name}-clm-{stream}'
76         - '{project-name}-distribution-{stream}'
77         - '{project-name}-distribution-check-{stream}'
78         - '{project-name}-integration-{stream}'
79         - '{project-name}-merge-{stream}'
80         - '{project-name}-periodic-{stream}'
81         - '{project-name}-validate-autorelease-{stream}'
82         - '{project-name}-verify-{stream}-{maven}-{jdks}'
83
84     # stream:    release stream (eg. stable-lithium or beryllium)
85     # branch:    git branch (eg. stable/lithium or master)
86     stream:
87         - stable-lithium:
88             disable_autorelease: True
89             disable_distribution_check: True
90
91     project: 'aaa'
92     project-name: 'aaa'
93     branch: 'stable/lithium'
94     jdk: openjdk7
95     jdks:
96         - openjdk7
97     maven:
98         - mvn33:
99             mvn-version: '{mvn33}'
100     mvn-settings: 'aaa-settings'
101     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
102     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
103     dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}'
104     email-upstream: '[aaa] [odlparent] [yangtools] [controller]'
105     archive-artifacts: ''
106
107 - project:
108     name: aaa-sonar
109     jobs:
110         - '{project-name}-sonar'
111
112     project: 'aaa'
113     project-name: 'aaa'
114     branch: 'master'
115     mvn-settings: 'aaa-settings'
116     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
117     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'