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