Merge "move nexus repository to parameter with default value"
[releng/builder.git] / jjb / netconf / netconf.yaml
1 - project:
2     name: netconf-carbon
3     jobs:
4         - '{project-name}-clm-{stream}'
5         - '{project-name}-distribution-{stream}'
6         - '{project-name}-distribution-check-{stream}'
7         - '{project-name}-integration-{stream}'
8         - '{project-name}-merge-{stream}'
9         - '{project-name}-periodic-{stream}'
10         - '{project-name}-validate-autorelease-{stream}'
11         - '{project-name}-verify-{stream}-{maven}-{jdks}'
12
13     # stream:    release stream (eg. stable-lithium or beryllium)
14     # branch:    git branch (eg. stable/lithium or master)
15     stream:
16         - carbon:
17             disable_autorelease: False
18             disable_distribution_check: False
19     project: 'netconf'
20     project-name: 'netconf'
21     branch: 'master'
22     jdk: openjdk8
23     jdks:
24         - openjdk8
25     maven:
26         - mvn33:
27             mvn-version: '{mvn33}'
28     mvn-settings: 'netconf-settings'
29     mvn-goals: 'clean install -Pintegrationtests'
30     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
31     dependencies: 'aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}'
32     email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]'
33     archive-artifacts: ''
34
35 - project:
36     name: netconf-boron
37     jobs:
38         - '{project-name}-clm-{stream}'
39         - '{project-name}-distribution-{stream}'
40         - '{project-name}-distribution-check-{stream}'
41         - '{project-name}-integration-{stream}'
42         - '{project-name}-merge-{stream}'
43         - '{project-name}-periodic-{stream}'
44         - '{project-name}-validate-autorelease-{stream}'
45         - '{project-name}-verify-{stream}-{maven}-{jdks}'
46
47     # stream:    release stream (eg. stable-lithium or beryllium)
48     # branch:    git branch (eg. stable/lithium or master)
49     stream:
50         - boron:
51             disable_autorelease: False
52             disable_distribution_check: False
53     project: 'netconf'
54     project-name: 'netconf'
55     branch: 'stable/boron'
56     jdk: openjdk8
57     jdks:
58         - openjdk8
59     maven:
60         - mvn33:
61             mvn-version: '{mvn33}'
62     mvn-settings: 'netconf-settings'
63     mvn-goals: 'clean install -Pintegrationtests'
64     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
65     dependencies: 'aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}'
66     email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]'
67     archive-artifacts: ''
68
69 - project:
70     name: netconf-beryllium
71     jobs:
72         - '{project-name}-clm-{stream}'
73         - '{project-name}-distribution-{stream}'
74         - '{project-name}-distribution-check-{stream}'
75         - '{project-name}-integration-{stream}'
76         - '{project-name}-merge-{stream}'
77         - '{project-name}-periodic-{stream}'
78         - '{project-name}-validate-autorelease-{stream}'
79         - '{project-name}-verify-{stream}-{maven}-{jdks}'
80     stream:
81         - beryllium:
82             branch: 'stable/beryllium'
83             jdk: openjdk7
84             jdks:
85                 - openjdk7
86                 - openjdk8
87             disable_autorelease: False
88             disable_distribution_check: False
89
90     project: 'netconf'
91     project-name: 'netconf'
92     branch: 'stable/beryllium'
93     jdk: openjdk7
94     jdks:
95         - openjdk7
96         - openjdk8
97     maven:
98         - mvn33:
99             mvn-version: '{mvn33}'
100     mvn-settings: 'netconf-settings'
101     mvn-goals: 'clean install -Pintegrationtests'
102     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
103     dependencies: 'aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}'
104     email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]'
105     archive-artifacts: ''
106
107 - project:
108     name: netconf-sonar
109     jobs:
110         - '{project-name}-sonar'
111     project: 'netconf'
112     project-name: 'netconf'
113     branch: 'master'
114     mvn-settings: 'netconf-settings'
115     mvn-goals: 'clean install -Pintegrationtests'
116     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'