X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Flacp%2Flacp-csit-lacp.yaml;h=1cf3cabbd4f3fa54964ad8d4e51fc6004bf92840;hb=refs%2Fchanges%2F83%2F68683%2F11;hp=c2e1c4b507ae78e4e81f8b8b8b32e2a19a61945c;hpb=0e004d82ea2240f84ea2aa4c274fac5526366a61;p=releng%2Fbuilder.git diff --git a/jjb/lacp/lacp-csit-lacp.yaml b/jjb/lacp/lacp-csit-lacp.yaml index c2e1c4b50..1cf3cabbd 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}' + - inttest-csit-1node + - inttest-csit-verify-1node # The project name project: 'lacp' @@ -12,32 +13,24 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jre: 'openjdk7' + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' - mininet-image: 'ubuntu-trusty-mininet-ovs-23-2c-2g' + tools_system_image: ZZCI - Ubuntu 16.04 - mininet-ovs-25 - 20171208-1847 # 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}'