Merge "Migrate l2switch matrix-verify jobs to freestyle-verify jobs"
[releng/builder.git] / jjb / netconf / netconf.yaml
1 # ODL Releng build templates
2 - project:
3     name: netconf-boron
4     jobs:
5         - '{project-name}-clm-{stream}'
6         - '{project-name}-distribution-{stream}'
7         - '{project-name}-distribution-check-{stream}'
8         - '{project-name}-integration-{stream}'
9         - '{project-name}-merge-{stream}'
10         - '{project-name}-periodic-{stream}'
11         - '{project-name}-validate-autorelease-{stream}'
12         - '{project-name}-verify-{stream}-{maven}-{jdks}'
13
14     # stream:    release stream (eg. stable-lithium or beryllium)
15     # branch:    git branch (eg. stable/lithium or master)
16     stream:
17         - boron:
18             disable_autorelease: False
19             disable_distribution_check: False
20     project: 'netconf'
21     project-name: 'netconf'
22     branch: 'master'
23     jdk: openjdk8
24     jdks:
25         - openjdk8
26     maven:
27         - mvn33:
28             mvn-version: '{mvn33}'
29     mvn-settings: 'netconf-settings'
30     mvn-goals: '-Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install -Pintegrationtests'
31     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
32     dependencies: 'aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}'
33     email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]'
34     archive-artifacts: ''
35
36 - project:
37     name: netconf
38     jobs:
39         - '{project-name}-clm-{stream}'
40         - '{project-name}-distribution-{stream}'
41         - '{project-name}-distribution-check-{stream}'
42         - '{project-name}-integration-{stream}'
43         - '{project-name}-merge-{stream}'
44         - '{project-name}-periodic-{stream}'
45         - '{project-name}-validate-autorelease-{stream}'
46         - '{project-name}-verify-{stream}-{maven}-{jdks}'
47     stream:
48         - beryllium:
49             branch: 'stable/beryllium'
50             jdk: openjdk7
51             jdks:
52                 - openjdk7
53                 - openjdk8
54             disable_autorelease: False
55             disable_distribution_check: False
56
57     project: 'netconf'
58     project-name: 'netconf'
59     branch: 'stable/beryllium'
60     jdk: openjdk7
61     jdks:
62         - openjdk7
63         - openjdk8
64     maven:
65         - mvn33:
66             mvn-version: '{mvn33}'
67     mvn-settings: 'netconf-settings'
68     mvn-goals: '-Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install -Pintegrationtests'
69     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
70     dependencies: 'aaa-merge-{stream},controller-merge-{stream},odlparent-merge-{stream},yangtools-merge-{stream}'
71     email-upstream: '[netconf] [aaa] [controller] [odlparent] [yangtools]'
72     archive-artifacts: ''
73
74 - project:
75     name: netconf-sonar
76     jobs:
77         - '{project-name}-sonar'
78     project: 'netconf'
79     project-name: 'netconf'
80     branch: 'master'
81     mvn-settings: 'netconf-settings'
82     mvn-goals: '-Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install -Pintegrationtests'
83     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'