X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Flacp%2Flacp-csit-lacp.yaml;h=a5968f3e89919c51da7c640d17e8437bcb3eda09;hb=0e0e34daa29f5cd386428cc72571b1e3dee6abfa;hp=773fb327a9414f0009e13ada41ee4fa525504345;hpb=fedf9edbba37062c6555b0cd144ce896d4fd9528;p=releng%2Fbuilder.git diff --git a/jjb/lacp/lacp-csit-lacp.yaml b/jjb/lacp/lacp-csit-lacp.yaml index 773fb327a..4996065d7 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,29 +13,19 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' - tools_system_image: Ubuntu 14.04 - mininet-ovs-2.3 - 20161110-2310 + 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}'