X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-clustering.yaml;h=ec0df076cf3d58c91e7eb2ed7c666cb0b3aab90b;hb=0a28f0362b904fe414c5dd269f969bf26a94fee1;hp=564182dfc46c832cb5cc9b5dd4bccdad9465b89a;hpb=c63f16d4cc357b4e3449ae5f0950be3a5165f221;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-clustering.yaml b/jjb/openflowplugin/openflowplugin-csit-clustering.yaml index 564182dfc..ec0df076c 100644 --- a/jjb/openflowplugin/openflowplugin-csit-clustering.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-clustering.yaml @@ -1,33 +1,36 @@ +--- - 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' + - oxygen: + branch: 'master' + - 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-25 - 20170210-0300'