Merge "Public bridge specification for openstack 1node jobs"
[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}-{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: 'odlparent'
22     project-name: 'odlparent'
23     branch: 'master'
24     jdk: openjdk8
25     jdks:
26         - openjdk8
27     maven:
28         - mvn33:
29             mvn-version: '{mvn33}'
30     mvn-settings: 'odlparent-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: ''
34     email-upstream: '[odlparent]'
35     archive-artifacts: ''
36
37 - project:
38     name: odlparent-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: 'odlparent'
57     project-name: 'odlparent'
58     branch: 'stable/beryllium'
59     jdk: openjdk7
60     jdks:
61         - openjdk7
62         - openjdk8
63     maven:
64         - mvn33:
65             mvn-version: '{mvn33}'
66     mvn-settings: 'odlparent-settings'
67     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
68     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
69     dependencies: ''
70     email-upstream: '[odlparent]'
71     archive-artifacts: ''
72
73 # ODL Releng build templates
74 - project:
75     name: odlparent-lithium
76     jobs:
77         - '{project-name}-clm-{stream}'
78         - '{project-name}-distribution-{stream}'
79         - '{project-name}-distribution-check-{stream}'
80         - '{project-name}-integration-{stream}'
81         - '{project-name}-merge-{stream}'
82         - '{project-name}-periodic-{stream}'
83         - '{project-name}-validate-autorelease-{stream}'
84         - '{project-name}-verify-{stream}-{maven}-{jdks}'
85
86     # stream:    release stream (eg. stable-lithium or beryllium)
87     # branch:    git branch (eg. stable/lithium or master)
88     stream:
89         - stable-lithium:
90             disable_autorelease: True
91             disable_distribution_check: True
92
93     project: 'odlparent'
94     project-name: 'odlparent'
95     branch: 'stable/lithium'
96     jdk: openjdk7
97     jdks:
98         - openjdk7
99     maven:
100         - mvn33:
101             mvn-version: '{mvn33}'
102     mvn-settings: 'odlparent-settings'
103     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
104     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
105     dependencies: ''
106     email-upstream: '[odlparent]'
107     archive-artifacts: ''
108
109 - project:
110     name: odlparent-sonar
111     jobs:
112         - '{project-name}-sonar'
113
114     project: 'odlparent'
115     project-name: 'odlparent'
116     branch: 'master'
117     mvn-settings: 'odlparent-settings'
118     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
119     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'