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