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