57205f112c8b70961abf8ab939e39f2e9a3320a8
[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-sonar
49     jobs:
50       - gerrit-maven-sonar
51     project: 'l2switch'
52     project-name: 'l2switch'
53     branch: 'master'
54     mvn-settings: 'l2switch-settings'
55     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
56
57 - view:
58     name: l2switch
59     description: 'List of l2switch jobs'
60     regex: '^l2switch-.*'
61     <<: *releng_view_common