X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Flacp%2Flacp-csit-lacp.yaml;h=9bc220f4a99f4592e60f00412fd3b23eae759bd8;hb=6663ce4c646c618d07bcd47ed8088c4fdfe31eb6;hp=1d3d1302b74e4e0a02b055644c95d20a1d4bc33b;hpb=869caab8a4c955fd773d2f791737757ed3254758;p=releng%2Fbuilder.git diff --git a/jjb/lacp/lacp-csit-lacp.yaml b/jjb/lacp/lacp-csit-lacp.yaml index 1d3d1302b..9bc220f4a 100644 --- a/jjb/lacp/lacp-csit-lacp.yaml +++ b/jjb/lacp/lacp-csit-lacp.yaml @@ -1,8 +1,9 @@ +--- - project: name: lacp-csit-lacp jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'lacp' @@ -12,29 +13,28 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jre: 'openjdk7' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' - mininet-image: 'ubuntu-trusty-mininet-ovs-23-2c-2g' + tools_system_image: Ubuntu 16.04 - mininet-ovs-25 - 20170703-2150 # Features to install install-features: 'odl-lacp-ui' # Robot custom options robot-options: ' ' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},lacp-distribution-{stream}'