X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fvpnservice%2Fvpnservice-csit-vpnservice.yaml;h=b60525bb32aa34c3d41bc0220488ecb01c7bc1ac;hb=5fe76c5e6d09868e1baa81b9577cac4691f74867;hp=db226cd245b828a999b5e13d56f23400a7f59ccb;hpb=a25e99cc12ed6d0934913aead7fbc4bdf713c1de;p=releng%2Fbuilder.git diff --git a/jjb/vpnservice/vpnservice-csit-vpnservice.yaml b/jjb/vpnservice/vpnservice-csit-vpnservice.yaml index db226cd24..b60525bb3 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,18 @@ # Project branches stream: - - master: + - carbon: branch: 'master' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' - stable-lithium: branch: 'stable/lithium' + jre: 'openjdk7' install: - only: @@ -23,6 +31,9 @@ - all: scope: 'all' + # Mininet configuration + mininet-vms: 2 + # Features to install install-features: 'odl-vpnservice-core' @@ -30,5 +41,4 @@ robot-options: ' ' # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vpnservice-distribution-{stream}' - + trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vpnservice-distribution-{stream}'