Create Neon jobs and bump fluorine branch
[releng/builder.git] / jjb / netconf / netconf.yaml
1 ---
2 - project:
3     name: netconf-neon
4     jobs:
5       - '{project-name}-distribution-check-{stream}'
6       - odl-maven-jobs
7
8     stream: neon
9     project: 'netconf'
10     project-name: 'netconf'
11     branch: 'master'
12     build-node: centos7-builder-2c-8g
13     mvn-settings: 'netconf-settings'
14     mvn-goals: 'clean deploy -Pintegrationtests'
15     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
16     build-timeout: 90
17     dependencies: 'aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}'
18     email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]'
19
20     # Used by the release job
21     staging-profile-id: a67b22fc3663f
22
23 - project:
24     name: netconf-fluorine
25     jobs:
26       - '{project-name}-distribution-check-{stream}'
27       - odl-maven-jobs
28
29     stream: fluorine
30     project: 'netconf'
31     project-name: 'netconf'
32     branch: 'stable/fluorine'
33     build-node: centos7-builder-2c-8g
34     mvn-settings: 'netconf-settings'
35     mvn-goals: 'clean deploy -Pintegrationtests'
36     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
37     build-timeout: 90
38     dependencies: 'aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}'
39     email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]'
40
41     # Used by the release job
42     staging-profile-id: a67b22fc3663f
43
44 - project:
45     name: netconf-oxygen
46     jobs:
47       - '{project-name}-distribution-check-{stream}'
48       - odl-maven-jobs
49
50     stream: oxygen
51     project: 'netconf'
52     project-name: 'netconf'
53     branch: 'stable/oxygen'
54     build-node: centos7-builder-2c-8g
55     mvn-settings: 'netconf-settings'
56     mvn-goals: 'clean deploy -Pintegrationtests'
57     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
58     build-timeout: 90
59     dependencies: 'aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}'
60     email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]'
61
62     # Used by the release job
63     staging-profile-id: a67b22fc3663f
64
65 - project:
66     name: netconf-sonar
67     jobs:
68       - gerrit-maven-sonar
69     project: 'netconf'
70     project-name: 'netconf'
71     branch: 'master'
72     build-node: centos7-builder-2c-8g
73     mvn-settings: 'netconf-settings'
74     mvn-goals: 'clean deploy -Pintegrationtests'
75     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
76
77 - view:
78     name: netconf
79     description: 'List of netconf jobs'
80     regex: '^netconf-.*'
81     <<: *releng_view_common