X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fhoneycomb%2Fvbd%2Fvbd.yaml;h=b763cabf1633a326fc5454c052c4175b3afabb23;hb=1d034a5258b9f8b77d180dc7f05b1c176936ea3c;hp=9e84cdbc2a1907b49ec5a97220832bb533eafc03;hpb=6b4cc20fa5c48e706201a902c70c63f9e0520603;p=releng%2Fbuilder.git diff --git a/jjb/honeycomb/vbd/vbd.yaml b/jjb/honeycomb/vbd/vbd.yaml index 9e84cdbc2..ec193bb09 100644 --- a/jjb/honeycomb/vbd/vbd.yaml +++ b/jjb/honeycomb/vbd/vbd.yaml @@ -1,33 +1,63 @@ -# ODL Releng build templates +--- - project: - name: vbd + name: vbd-fluorine jobs: - - '{project-name}-clm-{stream}' - - '{project-name}-distribution-{stream}' - - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-periodic-{stream}' - - '{project-name}-sonar' - - '{project-name}-validate-autorelease-{stream}' - - '{project-name}-verify-{stream}' - - # stream: release stream (eg. stable-lithium or beryllium) - # branch: git branch (eg. stable/lithium or master) - stream: - - boron: - branch: 'master' - jdk: openjdk8 - jdks: - - openjdk8 - disable_autorelease: False - disable_distribution_check: False + - odl-maven-jobs + stream: fluorine project: 'honeycomb/vbd' project-name: 'vbd' + branch: 'master' mvn-settings: 'honeycomb-vbd-settings' - mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: '' email-upstream: '[vbd]' - archive-artifacts: '' + + # Used by the release job + staging-profile-id: 96fc362c36862 + +- project: + name: vbd-oxygen + jobs: + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs + + stream: oxygen + project: 'honeycomb/vbd' + project-name: 'vbd' + branch: 'stable/oxygen' + mvn-settings: 'honeycomb-vbd-settings' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: '' + email-upstream: '[vbd]' + + # Used by the release job + staging-profile-id: 96fc362c36862 + +- project: + name: vbd-nitrogen + jobs: + - '{project-name}-distribution-check-{stream}' + - odl-maven-jobs + + stream: nitrogen + project: 'honeycomb/vbd' + project-name: 'vbd' + branch: 'stable/nitrogen' + mvn-settings: 'honeycomb-vbd-settings' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + dependencies: '' + email-upstream: '[vbd]' + + # Used by the release job + staging-profile-id: 96fc362c36862 + +- project: + name: vbd-sonar + jobs: + - gerrit-maven-sonar + project: 'honeycomb/vbd' + project-name: 'vbd' + branch: 'master' + mvn-settings: 'honeycomb-vbd-settings' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'