Merge "Migrate iotdm matrix-verify jobs to freestyle-verify jobs"
[releng/builder.git] / jjb / infrautils / infrautils.yaml
1 # ODL Releng build templates
2 - project:
3     name: infrautils-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: 'infrautils'
21     project-name: 'infrautils'
22     branch: 'master'
23     jdk: openjdk8
24     jdks:
25         - openjdk8
26     maven:
27         - mvn33:
28             mvn-version: '{mvn33}'
29     mvn-settings: 'infrautils-settings'
30     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
31     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
32     dependencies: 'odlparent-merge-{stream}'
33     email-upstream: '[infrautils] [odlparent]'
34     archive-artifacts: ''
35
36
37 - project:
38     name: infrautils-sonar
39     jobs:
40         - '{project-name}-sonar'
41     project: 'infrautils'
42     project-name: 'infrautils'
43     branch: 'master'
44     mvn-settings: 'infrautils-settings'
45     mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r '
46     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'