b119ff3b2d7f81f4430f072f81e45635799fe584
[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     archive-artifacts: ''
18
19     # Used by the release job
20     staging-profile-id: a6880455efe67
21
22 - project:
23     name: of-config-nitrogen
24     jobs:
25       - '{project-name}-distribution-check-{stream}'
26       - '{project-name}-integration-{stream}'
27       - odl-maven-jobs
28
29     stream: nitrogen
30     project: 'of-config'
31     project-name: 'of-config'
32     branch: 'stable/nitrogen'
33     mvn-settings: 'of-config-settings'
34     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
35     dependencies: netconf-merge-{stream}'
36     email-upstream: '[of-config] [netconf]'
37     archive-artifacts: ''
38
39     # Used by the release job
40     staging-profile-id: a6880455efe67
41
42 - project:
43     name: of-config-carbon
44     jobs:
45       - '{project-name}-distribution-check-{stream}'
46       - '{project-name}-integration-{stream}'
47       - odl-maven-jobs
48
49     stream: carbon
50     project: 'of-config'
51     project-name: 'of-config'
52     branch: 'stable/carbon'
53     karaf-version: karaf3
54     mvn-settings: 'of-config-settings'
55     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
56     dependencies: netconf-merge-{stream}'
57     email-upstream: '[of-config] [netconf]'
58     archive-artifacts: ''
59
60     # Used by the release job
61     staging-profile-id: a6880455efe67
62
63 - project:
64     name: of-config-sonar
65     jobs:
66       - gerrit-maven-sonar
67     project: 'of-config'
68     project-name: 'of-config'
69     branch: 'master'
70     mvn-settings: 'of-config-settings'
71     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'