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