322f2a585adab6ec06a3ee57ea99772d2723881c
[releng/builder.git] / jjb / of-config / of-config.yaml
1 ---
2 - project:
3     name: of-config-fluorine
4     jobs:
5       - odl-maven-jobs
6
7     stream: fluorine
8     project: 'of-config'
9     project-name: 'of-config'
10     branch: 'master'
11     mvn-settings: 'of-config-settings'
12     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
13     dependencies: netconf-merge-{stream}'
14     email-upstream: '[of-config] [netconf]'
15
16     # Used by the release job
17     staging-profile-id: a6880455efe67
18
19 - project:
20     name: of-config-oxygen
21     jobs:
22       - '{project-name}-distribution-check-{stream}'
23       - odl-maven-jobs
24
25     stream: oxygen
26     project: 'of-config'
27     project-name: 'of-config'
28     branch: 'stable/oxygen'
29     mvn-settings: 'of-config-settings'
30     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
31     dependencies: netconf-merge-{stream}'
32     email-upstream: '[of-config] [netconf]'
33
34     # Used by the release job
35     staging-profile-id: a6880455efe67
36
37 - project:
38     name: of-config-sonar
39     jobs:
40       - gerrit-maven-sonar
41     project: 'of-config'
42     project-name: 'of-config'
43     branch: 'master'
44     mvn-settings: 'of-config-settings'
45     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
46
47 - view:
48     name: of-config
49     description: 'List of of-config jobs'
50     regex: '^of-config-.*'
51     <<: *releng_view_common