X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-clustering.yaml;h=a423930ee422d085f9db0ff496e905329d10c7fa;hb=c792dd0bbcd7293ac7097d12a5170e7f69369a68;hp=ae067f5c9b691580a019ef5a3763c4dec58794e1;hpb=7885c1966559e25710ecbd0ab477e96514c9b208;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-clustering.yaml b/jjb/openflowplugin/openflowplugin-csit-clustering.yaml index ae067f5c9..5b564592c 100644 --- a/jjb/openflowplugin/openflowplugin-csit-clustering.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-clustering.yaml @@ -1,36 +1,38 @@ +--- - project: name: openflowplugin-csit-clustering jobs: - - '{project}-csit-3node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-3node-{functionality}' + - inttest-csit-3node # The project name project: 'openflowplugin' # The functionality under test - functionality: 'clustering' + functionality: + - clustering + - gate-clustering # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: 'karaf3' install: - - only: - scope: 'only' + - only: + scope: 'only' + + # Job images + tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-26 - 20171208-1847' # Features to install - install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-table-miss-enforcer' + install-features: 'odl-openflowplugin-flow-services-rest,odl-openflowplugin-app-table-miss-enforcer' # Robot custom options robot-options: '-v ODL_OF_PLUGIN:lithium' - - # mininet image - tools_system_image: 'Ubuntu 14.04 - mininet-ovs-2.5 - 20161031-0804' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'