Branch cut for stable/aluminium stream
[releng/builder.git] / jjb / openflowplugin / openflowplugin.yaml
1 ---
2 - project:
3     name: openflowplugin-silicon
4     jobs:
5       - '{project-name}-distribution-check-{stream}'
6       - '{project-name}-maven-javadoc-jobs'
7       - '{project-name}-rtd-jobs':
8           build-node: centos7-builder-2c-2g
9           doc-dir: .tox/docs/tmp/html
10           project-pattern: openflowplugin
11           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-openflowplugin/38994/
12           rtd-token: 86ce095922558b890c61b1b05d682521d1d66d5f
13       - odl-maven-jobs-jdk11
14       - odl-maven-verify-jobs
15
16     csit-gate-list: 'netvirt-csit-1node-0cmb-1ctl-2cmp-apex-queens-gate-snat-conntrack-{stream}'
17     block_on_csit: false
18
19     stream: silicon
20     project: 'openflowplugin'
21     project-name: 'openflowplugin'
22     branch: 'master'
23     build-node: centos7-builder-2c-8g
24     build-timeout: 90
25     java-version: 'openjdk11'
26     mvn-settings: 'openflowplugin-settings'
27     mvn-goals: 'clean deploy javadoc:aggregate'
28     mvn-opts: '-Xmx1024m'
29     dependencies: >
30         odlparent-merge-{stream},
31         yangtools-merge-{stream},
32         controller-merge-{stream},
33         openflowjava-merge-{stream}
34     email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]'
35
36     # Used by the release job
37     staging-profile-id: a68a76dc1b44c
38
39 - project:
40     name: openflowplugin-aluminium
41     jobs:
42       - '{project-name}-distribution-check-{stream}'
43       - '{project-name}-maven-javadoc-jobs'
44       - '{project-name}-rtd-jobs':
45           build-node: centos7-builder-2c-2g
46           doc-dir: .tox/docs/tmp/html
47           project-pattern: openflowplugin
48           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-openflowplugin/38994/
49           rtd-token: 86ce095922558b890c61b1b05d682521d1d66d5f
50       - odl-maven-jobs-jdk11
51       - odl-maven-verify-jobs
52
53     csit-gate-list: 'netvirt-csit-1node-0cmb-1ctl-2cmp-apex-queens-gate-snat-conntrack-{stream}'
54     block_on_csit: false
55
56     stream: aluminium
57     project: 'openflowplugin'
58     project-name: 'openflowplugin'
59     branch: 'stable/aluminium'
60     build-node: centos7-builder-2c-8g
61     build-timeout: 90
62     java-version: 'openjdk11'
63     mvn-settings: 'openflowplugin-settings'
64     mvn-goals: 'clean deploy javadoc:aggregate'
65     mvn-opts: '-Xmx1024m'
66     dependencies: >
67         odlparent-merge-{stream},
68         yangtools-merge-{stream},
69         controller-merge-{stream},
70         openflowjava-merge-{stream}
71     email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]'
72
73     # Used by the release job
74     staging-profile-id: a68a76dc1b44c
75
76 - project:
77     name: openflowplugin-magnesium
78     jobs:
79       - '{project-name}-distribution-check-{stream}'
80       - '{project-name}-maven-javadoc-jobs'
81       - '{project-name}-rtd-jobs':
82           build-node: centos7-builder-2c-2g
83           doc-dir: .tox/docs/tmp/html
84           project-pattern: openflowplugin
85           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-openflowplugin/38994/
86           rtd-token: 86ce095922558b890c61b1b05d682521d1d66d5f
87       - odl-maven-jobs-jdk11
88       - odl-maven-verify-jobs
89
90     csit-gate-list: 'netvirt-csit-1node-0cmb-1ctl-2cmp-apex-queens-gate-snat-conntrack-{stream}'
91     block_on_csit: false
92
93     stream: magnesium
94     project: 'openflowplugin'
95     project-name: 'openflowplugin'
96     branch: 'stable/magnesium'
97     build-node: centos7-builder-2c-8g
98     build-timeout: 90
99     java-version: 'openjdk11'
100     mvn-settings: 'openflowplugin-settings'
101     mvn-goals: 'clean deploy javadoc:aggregate'
102     mvn-opts: '-Xmx1024m'
103     dependencies: >
104         odlparent-merge-{stream},
105         yangtools-merge-{stream},
106         controller-merge-{stream},
107         openflowjava-merge-{stream}
108     email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]'
109
110     # Used by the release job
111     staging-profile-id: a68a76dc1b44c
112
113 - project:
114     name: openflowplugin-sodium
115     jobs:
116       - '{project-name}-distribution-check-{stream}'
117       - '{project-name}-maven-javadoc-jobs'
118       - '{project-name}-rtd-jobs':
119           build-node: centos7-builder-2c-2g
120           doc-dir: .tox/docs/tmp/html
121           project-pattern: openflowplugin
122           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-openflowplugin/38994/
123           rtd-token: 86ce095922558b890c61b1b05d682521d1d66d5f
124       - odl-maven-jobs
125       - odl-maven-verify-jobs
126
127     csit-gate-list: 'netvirt-csit-1node-0cmb-1ctl-2cmp-apex-queens-gate-snat-conntrack-{stream}'
128     block_on_csit: false
129
130     stream: sodium
131     project: 'openflowplugin'
132     project-name: 'openflowplugin'
133     branch: 'stable/sodium'
134     build-node: centos7-builder-2c-8g
135     build-timeout: 90
136     mvn-settings: 'openflowplugin-settings'
137     mvn-goals: 'clean deploy javadoc:aggregate'
138     mvn-opts: '-Xmx1024m'
139     dependencies: >
140         odlparent-merge-{stream},
141         yangtools-merge-{stream},
142         controller-merge-{stream},
143         openflowjava-merge-{stream}
144     email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]'
145
146     # Used by the release job
147     staging-profile-id: a68a76dc1b44c
148
149 - project:
150     name: openflowplugin-sonar
151     jobs:
152       - gerrit-maven-sonar
153
154     project: 'openflowplugin'
155     project-name: 'openflowplugin'
156     branch: 'master'
157     build-node: centos7-builder-2c-8g
158     build-timeout: 90
159     java-version: 'openjdk11'
160     mvn-settings: 'openflowplugin-settings'
161     mvn-goals: 'clean deploy javadoc:aggregate'
162     mvn-opts: '-Xmx1024m'
163     sonarcloud: true
164     sonarcloud-project-organization: '{sonarcloud_project_organization}'
165     sonarcloud-api-token: '{sonarcloud_api_token}'
166     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
167
168 - project:
169     name: openflowplugin-info
170     jobs:
171       - gerrit-info-yaml-verify
172     project: openflowplugin
173     project-name: openflowplugin
174     branch: master
175     build-node: centos7-builder-2c-1g
176
177 - project:
178     name: openflowplugin-view
179     views:
180       - project-view
181     project-name: 'openflowplugin'