c55bb6ced91892e54a1b4f2906b885f60ce66b77
[releng/builder.git] / jjb / l2switch / l2switch.yaml
1 ---
2 - project:
3     name: l2switch-fluorine
4     jobs:
5       - odl-maven-jobs
6
7     stream: fluorine
8     project: 'l2switch'
9     project-name: 'l2switch'
10     branch: 'master'
11     mvn-settings: 'l2switch-settings'
12     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
13     dependencies: >
14         odlparent-merge-{stream},
15         yangtools-merge-{stream},
16         controller-merge-{stream},
17         openflowjava-merge-{stream},
18         openflowplugin-merge-{stream}
19     email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]'
20
21     # Used by the release job
22     staging-profile-id: 96fee85953ca0
23
24 - project:
25     name: l2switch-oxygen
26     jobs:
27       - '{project-name}-distribution-check-{stream}'
28       - odl-maven-jobs
29
30     stream: oxygen
31     project: 'l2switch'
32     project-name: 'l2switch'
33     branch: 'stable/oxygen'
34     mvn-settings: 'l2switch-settings'
35     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
36     dependencies: >
37         odlparent-merge-{stream},
38         yangtools-merge-{stream},
39         controller-merge-{stream},
40         openflowjava-merge-{stream},
41         openflowplugin-merge-{stream}
42     email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]'
43
44     # Used by the release job
45     staging-profile-id: 96fee85953ca0
46
47 - project:
48     name: l2switch-nitrogen
49     jobs:
50       - '{project-name}-distribution-check-{stream}'
51       - odl-maven-jobs
52
53     stream: nitrogen
54     project: 'l2switch'
55     project-name: 'l2switch'
56     branch: 'stable/nitrogen'
57     mvn-settings: 'l2switch-settings'
58     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
59     dependencies: >
60         odlparent-merge-{stream},
61         yangtools-merge-{stream},
62         controller-merge-{stream},
63         openflowjava-merge-{stream},
64         openflowplugin-merge-{stream}
65     email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]'
66
67     # Used by the release job
68     staging-profile-id: 96fee85953ca0
69
70 - project:
71     name: l2switch-sonar
72     jobs:
73       - gerrit-maven-sonar
74     project: 'l2switch'
75     project-name: 'l2switch'
76     branch: 'master'
77     mvn-settings: 'l2switch-settings'
78     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'