130f7c6197cf73c29870216b0fea899f4b3c8687
[releng/builder.git] / jjb / mdsal / mdsal.yaml
1 # ODL Releng build templates
2 - project:
3     name: mdsal
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
34     project: 'mdsal'
35     project-name: 'mdsal'
36     mvn-settings: 'mdsal-settings'
37     mvn-goals: '-Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmaven.compile.fork=true clean install -Dintegrationtests'
38     mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m'
39     dependencies: 'odlparent-merge-{stream},yangtools-merge-{stream}'
40     email-upstream: '[mdsal] [odlparent] [yangtools]'
41     archive-artifacts: ''