Merge "Install packages one at a time"
[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
16     csit-gate-list: 'netvirt-csit-1node-0cmb-1ctl-2cmp-apex-queens-gate-snat-conntrack-{stream}'
17     block_on_csit: false
18
19     stream: magnesium
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-sodium
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
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: sodium
57     project: 'openflowplugin'
58     project-name: 'openflowplugin'
59     branch: 'stable/sodium'
60     build-node: centos7-builder-2c-8g
61     build-timeout: 90
62     mvn-settings: 'openflowplugin-settings'
63     mvn-goals: 'clean deploy javadoc:aggregate'
64     mvn-opts: '-Xmx1024m'
65     dependencies: >
66         odlparent-merge-{stream},
67         yangtools-merge-{stream},
68         controller-merge-{stream},
69         openflowjava-merge-{stream}
70     email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]'
71
72     # Used by the release job
73     staging-profile-id: a68a76dc1b44c
74
75 - project:
76     name: openflowplugin-neon
77     jobs:
78       - '{project-name}-distribution-check-{stream}'
79       - '{project-name}-maven-javadoc-jobs'
80       - '{project-name}-rtd-jobs':
81           build-node: centos7-builder-2c-2g
82           doc-dir: .tox/docs/tmp/html
83           project-pattern: openflowplugin
84           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-openflowplugin/38994/
85           rtd-token: 86ce095922558b890c61b1b05d682521d1d66d5f
86       - odl-maven-jobs
87       - odl-maven-verify-jobs
88
89     csit-gate-list: 'netvirt-csit-1node-0cmb-1ctl-2cmp-apex-queens-gate-snat-conntrack-{stream}'
90     block_on_csit: false
91
92     stream: neon
93     project: 'openflowplugin'
94     project-name: 'openflowplugin'
95     branch: 'stable/neon'
96     build-node: centos7-builder-2c-8g
97     build-timeout: 90
98     mvn-settings: 'openflowplugin-settings'
99     mvn-goals: 'clean deploy javadoc:aggregate'
100     mvn-opts: '-Xmx1024m'
101     dependencies: >
102         odlparent-merge-{stream},
103         yangtools-merge-{stream},
104         controller-merge-{stream},
105         openflowjava-merge-{stream}
106     email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]'
107
108     # Used by the release job
109     staging-profile-id: a68a76dc1b44c
110
111 - project:
112     name: openflowplugin-sonar
113     jobs:
114       - gerrit-maven-sonar
115
116     project: 'openflowplugin'
117     project-name: 'openflowplugin'
118     branch: 'master'
119     build-node: centos7-builder-2c-8g
120     build-timeout: 90
121     java-version: 'openjdk11'
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'