Switch to using new odl-maven-jobs group
[releng/builder.git] / jjb / l2switch / l2switch.yaml
1 ---
2 - project:
3     name: l2switch-oxygen
4     jobs:
5       - '{project-name}-distribution-check-{stream}'
6       - '{project-name}-integration-{stream}'
7       - odl-maven-jobs
8
9     stream: oxygen
10     project: 'l2switch'
11     project-name: 'l2switch'
12     branch: 'master'
13     jdks:
14       - openjdk8
15     maven:
16       - mvn33:
17           mvn-version: 'mvn33'
18     mvn-settings: 'l2switch-settings'
19     mvn-goals: 'clean install'
20     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
21     dependencies: >
22         odlparent-merge-{stream},
23         yangtools-merge-{stream},
24         controller-merge-{stream},
25         openflowjava-merge-{stream},
26         openflowplugin-merge-{stream}
27     email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]'
28     archive-artifacts: ''
29
30     # Used by the release job
31     staging-profile-id: 96fee85953ca0
32
33 - project:
34     name: l2switch-nitrogen
35     jobs:
36       - '{project-name}-distribution-check-{stream}'
37       - '{project-name}-integration-{stream}'
38       - odl-maven-jobs
39
40     stream: nitrogen
41     project: 'l2switch'
42     project-name: 'l2switch'
43     branch: 'stable/nitrogen'
44     jdks:
45       - openjdk8
46     maven:
47       - mvn33:
48           mvn-version: 'mvn33'
49     mvn-settings: 'l2switch-settings'
50     mvn-goals: 'clean install'
51     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
52     dependencies: >
53         odlparent-merge-{stream},
54         yangtools-merge-{stream},
55         controller-merge-{stream},
56         openflowjava-merge-{stream},
57         openflowplugin-merge-{stream}
58     email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]'
59     archive-artifacts: ''
60
61     # Used by the release job
62     staging-profile-id: 96fee85953ca0
63
64 - project:
65     name: l2switch-carbon
66     jobs:
67       - '{project-name}-distribution-check-{stream}'
68       - '{project-name}-integration-{stream}'
69       - odl-maven-jobs
70
71     stream: carbon
72     project: 'l2switch'
73     project-name: 'l2switch'
74     branch: 'stable/carbon'
75     karaf-version: karaf3
76     jdks:
77       - openjdk8
78     maven:
79       - mvn33:
80           mvn-version: 'mvn33'
81     mvn-settings: 'l2switch-settings'
82     mvn-goals: 'clean install'
83     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
84     dependencies: >
85         odlparent-merge-{stream},
86         yangtools-merge-{stream},
87         controller-merge-{stream},
88         openflowjava-merge-{stream},
89         openflowplugin-merge-{stream}
90     email-upstream: '[l2switch] [odlparent] [yangtools] [controller] [openflowjava] [openflowplugin]'
91     archive-artifacts: ''
92
93     # Used by the release job
94     staging-profile-id: 96fee85953ca0
95
96 - project:
97     name: l2switch-sonar
98     jobs:
99       - gerrit-maven-sonar
100     project: 'l2switch'
101     project-name: 'l2switch'
102     branch: 'master'
103     mvn-settings: 'l2switch-settings'
104     mvn-goals: 'clean install'
105     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'