X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Flacp%2Flacp-csit-lacp.yaml;h=de7b79f6e6377163b6e032f33f3174bd3d874783;hb=refs%2Fchanges%2F47%2F67847%2F1;hp=c36c114ac5ebef558f8998d325adb7448b876585;hpb=bbb7864abce9a1e84ea972a03d3c2ce2a3574278;p=releng%2Fbuilder.git diff --git a/jjb/lacp/lacp-csit-lacp.yaml b/jjb/lacp/lacp-csit-lacp.yaml index c36c114ac..de7b79f6e 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,33 +13,22 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - - stable-lithium: - disabled: true - branch: 'stable/lithium' - jre: 'openjdk7' + - oxygen: + branch: 'master' + - 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}'