Merge "Add YANG module check in distribution merge job"
[releng/builder.git] / jjb / openflowplugin / openflowplugin.yaml
1 ---
2 - project:
3     name: openflowplugin-magnesium
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           java-version:
16             - openjdk11
17
18     csit-gate-list: 'netvirt-csit-1node-0cmb-1ctl-2cmp-apex-queens-gate-snat-conntrack-{stream}'
19     block_on_csit: false
20
21     stream: magnesium
22     project: 'openflowplugin'
23     project-name: 'openflowplugin'
24     branch: 'master'
25     build-node: centos7-builder-2c-8g
26     build-timeout: 90
27     mvn-settings: 'openflowplugin-settings'
28     mvn-goals: 'clean deploy javadoc:aggregate'
29     mvn-opts: '-Xmx1024m'
30     dependencies: >
31         odlparent-merge-{stream},
32         yangtools-merge-{stream},
33         controller-merge-{stream},
34         openflowjava-merge-{stream}
35     email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]'
36
37     # Used by the release job
38     staging-profile-id: a68a76dc1b44c
39
40 - project:
41     name: openflowplugin-sodium
42     jobs:
43       - '{project-name}-distribution-check-{stream}'
44       - '{project-name}-maven-javadoc-jobs'
45       - '{project-name}-rtd-jobs':
46           build-node: centos7-builder-2c-2g
47           doc-dir: .tox/docs/tmp/html
48           project-pattern: openflowplugin
49           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-openflowplugin/38994/
50           rtd-token: 86ce095922558b890c61b1b05d682521d1d66d5f
51       - odl-maven-jobs
52       - odl-maven-verify-jobs
53
54     csit-gate-list: 'netvirt-csit-1node-0cmb-1ctl-2cmp-apex-queens-gate-snat-conntrack-{stream}'
55     block_on_csit: false
56
57     stream: sodium
58     project: 'openflowplugin'
59     project-name: 'openflowplugin'
60     branch: 'stable/sodium'
61     build-node: centos7-builder-2c-8g
62     build-timeout: 90
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-neon
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: neon
94     project: 'openflowplugin'
95     project-name: 'openflowplugin'
96     branch: 'stable/neon'
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     mvn-settings: 'openflowplugin-settings'
123     mvn-goals: 'clean deploy javadoc:aggregate'
124     mvn-opts: '-Xmx1024m'
125
126 - project:
127     name: openflowplugin-view
128     views:
129       - project-view
130     project-name: 'openflowplugin'