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