07582f1f8d72b63f2c0d12a8bd9949cc7e6e9fb2
[releng/builder.git] / jjb / openflowplugin / openflowplugin.yaml
1 ---
2 - project:
3     name: openflowplugin-fluorine
4     jobs:
5       - '{project-name}-distribution-check-{stream}'
6       - '{project-name}-maven-javadoc-jobs'
7       - odl-maven-jobs
8
9     stream: fluorine
10     project: 'openflowplugin'
11     project-name: 'openflowplugin'
12     branch: 'master'
13     build-node: centos7-builder-2c-8g
14     build-timeout: 90
15     mvn-settings: 'openflowplugin-settings'
16     mvn-goals: 'clean deploy javadoc:aggregate'
17     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
18     dependencies: >
19         odlparent-merge-{stream},
20         yangtools-merge-{stream},
21         controller-merge-{stream},
22         openflowjava-merge-{stream}
23     email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]'
24
25     # Used by the release job
26     staging-profile-id: a68a76dc1b44c
27
28 - project:
29     name: openflowplugin-oxygen
30     jobs:
31       - '{project-name}-distribution-check-{stream}'
32       - '{project-name}-maven-javadoc-jobs'
33       - odl-maven-jobs
34
35     stream: oxygen
36     project: 'openflowplugin'
37     project-name: 'openflowplugin'
38     branch: 'stable/oxygen'
39     build-node: centos7-builder-2c-8g
40     build-timeout: 90
41     mvn-settings: 'openflowplugin-settings'
42     mvn-goals: 'clean deploy javadoc:aggregate'
43     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
44     dependencies: >
45         odlparent-merge-{stream},
46         yangtools-merge-{stream},
47         controller-merge-{stream},
48         openflowjava-merge-{stream}
49     email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]'
50
51     # Used by the release job
52     staging-profile-id: a68a76dc1b44c
53
54 - project:
55     name: openflowplugin-nitrogen
56     jobs:
57       - '{project-name}-distribution-check-{stream}'
58       - '{project-name}-maven-javadoc-jobs'
59       - odl-maven-jobs
60
61     stream: nitrogen
62     project: 'openflowplugin'
63     project-name: 'openflowplugin'
64     branch: 'stable/nitrogen'
65     build-node: centos7-builder-2c-8g
66     build-timeout: 90
67     mvn-settings: 'openflowplugin-settings'
68     mvn-goals: 'clean deploy javadoc:aggregate'
69     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
70     dependencies: >
71         odlparent-merge-{stream},
72         yangtools-merge-{stream},
73         controller-merge-{stream},
74         openflowjava-merge-{stream}
75     email-upstream: '[openflowplugin] [odlparent] [yangtools] [controller] [openflowjava]'
76
77     # Used by the release job
78     staging-profile-id: a68a76dc1b44c
79
80 - project:
81     name: openflowplugin-sonar
82     jobs:
83       - gerrit-maven-sonar
84     project: 'openflowplugin'
85     project-name: 'openflowplugin'
86     branch: 'master'
87     build-node: centos7-builder-2c-8g
88     build-timeout: 90
89     mvn-settings: 'openflowplugin-settings'
90     mvn-goals: 'clean deploy javadoc:aggregate'
91     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'