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