X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fvpnservice%2Fvpnservice-csit-vpnservice.yaml;h=b60525bb32aa34c3d41bc0220488ecb01c7bc1ac;hb=5fe76c5e6d09868e1baa81b9577cac4691f74867;hp=6765767acbbb7b5e1d4136db0b53b7394b64c9db;hpb=91605a11bebf4b3892a4d7a6e28adca6e01f63fc;p=releng%2Fbuilder.git diff --git a/jjb/vpnservice/vpnservice-csit-vpnservice.yaml b/jjb/vpnservice/vpnservice-csit-vpnservice.yaml index 6765767ac..b60525bb3 100644 --- a/jjb/vpnservice/vpnservice-csit-vpnservice.yaml +++ b/jjb/vpnservice/vpnservice-csit-vpnservice.yaml @@ -12,10 +12,18 @@ # Project branches stream: - - beryllium: + - 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: @@ -24,7 +32,6 @@ scope: 'all' # Mininet configuration - mininet-image: 'rk-f21-mininet' mininet-vms: 2 # Features to install @@ -34,4 +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}'