Simplify val-autorelease and distro-check state definition
[releng/builder.git] / jjb / vtn / vtn.yaml
1 - project:
2     name: vtn-carbon
3     jobs:
4         - '{project-name}-clm-{stream}'
5         - '{project-name}-distribution-{stream}'
6         - '{project-name}-distribution-check-{stream}'
7         - '{project-name}-integration-{stream}'
8         - '{project-name}-merge-{stream}'
9         - '{project-name}-periodic-{stream}'
10         - '{project-name}-validate-autorelease-{stream}'
11         - '{project-name}-verify-{stream}-{maven}-{jdks}'
12
13     stream: carbon
14     project: 'vtn'
15     project-name: 'vtn'
16     branch: 'master'
17     jdk: openjdk8
18     jdks:
19         - openjdk8
20     maven:
21         - mvn33:
22             mvn-version: 'mvn33'
23     mvn-settings: 'vtn-settings'
24     mvn-goals: 'clean install -V -Pintegrationtests,strictcheck,docs -Dvtn.build.jobs=2'
25     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
26     dependencies: 'neutron-merge-{stream},openflowplugin-merge-{stream},ovsdb-merge-{stream}'
27     email-upstream: '[vtn] [neutron] [openflowplugin] [ovsdb]'
28
29     # Please do not archive maven sites!!!
30     # Maven sites are published to Nexus at:
31     # https://nexus.opendaylight.org/content/sites/site/
32     archive-artifacts: 'manager/dist/*/target/*.zip coordinator/dist/target/*.bz2'
33
34 - project:
35     name: vtn-boron
36     jobs:
37         - '{project-name}-clm-{stream}'
38         - '{project-name}-distribution-{stream}'
39         - '{project-name}-distribution-check-{stream}'
40         - '{project-name}-integration-{stream}'
41         - '{project-name}-merge-{stream}'
42         - '{project-name}-periodic-{stream}'
43         - '{project-name}-validate-autorelease-{stream}'
44         - '{project-name}-verify-{stream}-{maven}-{jdks}'
45
46     stream: boron
47     project: 'vtn'
48     project-name: 'vtn'
49     branch: 'stable/boron'
50     jdk: openjdk8
51     jdks:
52         - openjdk8
53     maven:
54         - mvn33:
55             mvn-version: 'mvn33'
56     mvn-settings: 'vtn-settings'
57     mvn-goals: 'clean install -V -Pintegrationtests,strictcheck,docs -Dvtn.build.jobs=2'
58     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
59     dependencies: 'neutron-merge-{stream},openflowplugin-merge-{stream},ovsdb-merge-{stream}'
60     email-upstream: '[vtn] [neutron] [openflowplugin] [ovsdb]'
61
62     # Please do not archive maven sites!!!
63     # Maven sites are published to Nexus at:
64     # https://nexus.opendaylight.org/content/sites/site/
65     archive-artifacts: 'manager/dist/*/target/*.zip coordinator/dist/target/*.bz2'
66
67 - project:
68     name: vtn-beryllium
69     jobs:
70         - '{project-name}-clm-{stream}'
71         - '{project-name}-distribution-{stream}'
72         - '{project-name}-distribution-check-{stream}'
73         - '{project-name}-integration-{stream}'
74         - '{project-name}-merge-{stream}'
75         - '{project-name}-periodic-{stream}'
76         - '{project-name}-validate-autorelease-{stream}'
77         - '{project-name}-verify-{stream}-{maven}-{jdks}'
78
79     stream: beryllium
80     project: 'vtn'
81     project-name: 'vtn'
82     branch: 'stable/beryllium'
83     jdk: openjdk7
84     jdks:
85         - openjdk7
86         - openjdk8
87     maven:
88         - mvn33:
89             mvn-version: 'mvn33'
90     mvn-settings: 'vtn-settings'
91     mvn-goals: 'clean install -V -Pintegrationtests,strictcheck,docs -Dvtn.build.jobs=2'
92     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
93     dependencies: 'neutron-merge-{stream},openflowplugin-merge-{stream},ovsdb-merge-{stream}'
94     email-upstream: '[vtn] [neutron] [openflowplugin] [ovsdb]'
95
96     # Please do not archive maven sites!!!
97     # Maven sites are published to Nexus at:
98     # https://nexus.opendaylight.org/content/sites/site/
99     archive-artifacts: 'manager/dist/*/target/*.zip coordinator/dist/target/*.bz2'
100
101 - project:
102     name: vtn-sonar
103     jobs:
104         - '{project-name}-sonar'
105     project: 'vtn'
106     project-name: 'vtn'
107     branch: 'master'
108     mvn-settings: 'vtn-settings'
109     mvn-goals: 'clean install -V -Pintegrationtests,strictcheck,docs -Dvtn.build.jobs=2'
110     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'