37f2475a8f1217ebb6a548d0a115de2f24213ab0
[releng/builder.git] / jjb / of-config / of-config.yaml
1 ---
2 - project:
3     name: of-config-neon
4     jobs:
5       - odl-maven-jobs
6
7     stream: neon
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-fluorine
21     jobs:
22       - odl-maven-jobs
23
24     stream: fluorine
25     project: 'of-config'
26     project-name: 'of-config'
27     branch: 'stable/fluorine'
28     mvn-settings: 'of-config-settings'
29     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
30     dependencies: netconf-merge-{stream}'
31     email-upstream: '[of-config] [netconf]'
32
33     # Used by the release job
34     staging-profile-id: a6880455efe67
35
36 - project:
37     name: of-config-oxygen
38     jobs:
39       - '{project-name}-distribution-check-{stream}'
40       - odl-maven-jobs
41
42     stream: oxygen
43     project: 'of-config'
44     project-name: 'of-config'
45     branch: 'stable/oxygen'
46     mvn-settings: 'of-config-settings'
47     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
48     dependencies: netconf-merge-{stream}'
49     email-upstream: '[of-config] [netconf]'
50
51     # Used by the release job
52     staging-profile-id: a6880455efe67
53
54 - project:
55     name: of-config-sonar
56     jobs:
57       - gerrit-maven-sonar
58     project: 'of-config'
59     project-name: 'of-config'
60     branch: 'master'
61     mvn-settings: 'of-config-settings'
62     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
63
64 - view:
65     name: of-config
66     description: 'List of of-config jobs'
67     regex: '^of-config-.*'
68     <<: *releng_view_common