Merge "Migrate custom jjb jobs to logs.opendaylight.org for ovsdb"
[releng/builder.git] / jjb / didm / didm.yaml
1 # ODL Releng build templates
2 - project:
3     name: didm
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}-sonar'
12         - '{project-name}-validate-autorelease-{stream}'
13         - '{project-name}-verify-{stream}'
14
15     # stream:    release stream (eg. stable-lithium or beryllium)
16     # branch:    git branch (eg. stable/lithium or master)
17     stream:
18         - boron:
19             branch: 'master'
20             jdk: openjdk8
21             jdks:
22                 - openjdk8
23             disable_autorelease: False
24             disable_distribution_check: False
25         - beryllium:
26             branch: 'stable/beryllium'
27             jdk: openjdk7
28             jdks:
29                 - openjdk7
30                 - openjdk8
31             disable_autorelease: False
32             disable_distribution_check: False
33         - stable-lithium:
34             branch: 'stable/lithium'
35             jdk: openjdk7
36             jdks:
37                 - openjdk7
38             disable_autorelease: True
39             disable_distribution_check: True
40
41     project: 'didm'
42     project-name: 'didm'
43     mvn-settings: 'didm-settings'
44     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
45     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
46     dependencies: ''
47     email-upstream: '[didm]'
48     archive-artifacts: ''