Add INFO.yaml verify job for openflowplugin
[releng/builder.git] / jjb / openflowplugin / openflowplugin.yaml
1 ---
2 - project:
3     name: openflowplugin-aluminium
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: aluminium
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-magnesium
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: magnesium
57     project: 'openflowplugin'
58     project-name: 'openflowplugin'
59     branch: 'stable/magnesium'
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-sodium
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
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: sodium
94     project: 'openflowplugin'
95     project-name: 'openflowplugin'
96     branch: 'stable/sodium'
97     build-node: centos7-builder-2c-8g
98     build-timeout: 90
99     mvn-settings: 'openflowplugin-settings'
100     mvn-goals: 'clean deploy javadoc:aggregate'
101     mvn-opts: '-Xmx1024m'
102     dependencies: >
103         odlparent-merge-{stream},
104         yangtools-merge-{stream},
105         controller-merge-{stream},
106         openflowjava-merge-{stream}
107     email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]'
108
109     # Used by the release job
110     staging-profile-id: a68a76dc1b44c
111
112 - project:
113     name: openflowplugin-sonar
114     jobs:
115       - gerrit-maven-sonar
116
117     project: 'openflowplugin'
118     project-name: 'openflowplugin'
119     branch: 'master'
120     build-node: centos7-builder-2c-8g
121     build-timeout: 90
122     java-version: 'openjdk11'
123     mvn-settings: 'openflowplugin-settings'
124     mvn-goals: 'clean deploy javadoc:aggregate'
125     mvn-opts: '-Xmx1024m'
126
127 - project:
128     name: openflowplugin-info
129     jobs:
130       - gerrit-info-yaml-verify
131     project: openflowplugin
132     project-name: openflowplugin
133     branch: master
134     build-node: centos7-builder-2c-1g
135
136 - project:
137     name: openflowplugin-view
138     views:
139       - project-view
140     project-name: 'openflowplugin'