X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fvpnservice%2Fvpnservice-csit-vpnservice.yaml;h=11afa6102d17283139e4d730ade97dea152a3736;hb=5a6ea423022e8d3e663097d510513dde2a56b7e9;hp=db226cd245b828a999b5e13d56f23400a7f59ccb;hpb=8e5a36a827027b5e21ce66697dfe8c76160fc453;p=releng%2Fbuilder.git diff --git a/jjb/vpnservice/vpnservice-csit-vpnservice.yaml b/jjb/vpnservice/vpnservice-csit-vpnservice.yaml index db226cd24..11afa6102 100644 --- a/jjb/vpnservice/vpnservice-csit-vpnservice.yaml +++ b/jjb/vpnservice/vpnservice-csit-vpnservice.yaml @@ -1,8 +1,8 @@ - project: name: vpnservice-csit-vpnservice jobs: - - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' - - '{project}-csit-verify-{functionality}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'vpnservice' @@ -12,10 +12,15 @@ # Project branches stream: - - master: + - boron: branch: 'master' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' - stable-lithium: branch: 'stable/lithium' + jre: 'openjdk7' install: - only: @@ -23,6 +28,10 @@ - all: scope: 'all' + # Mininet configuration + mininet-image: 'rk-f21-mininet' + mininet-vms: 2 + # Features to install install-features: 'odl-vpnservice-core' @@ -31,4 +40,3 @@ # Trigger jobs (upstream dependencies) trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vpnservice-distribution-{stream}' -