X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-clustering.yaml;h=509838154894264ab2ba0bcda3e4fb6d15a61e51;hb=92edcb7273183a92cc329b2d9d016b41d6d896e1;hp=e45214bdbe583c82fb52c3c62f1c839866b46e29;hpb=00986ed807b07bd35ab5319da8fba337cb7d82fd;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-clustering.yaml b/jjb/openflowplugin/openflowplugin-csit-clustering.yaml index e45214bdb..509838154 100644 --- a/jjb/openflowplugin/openflowplugin-csit-clustering.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-clustering.yaml @@ -2,6 +2,7 @@ name: openflowplugin-csit-clustering jobs: - '{project}-csit-3node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-3node-{functionality}' # The project name project: 'openflowplugin' @@ -11,8 +12,15 @@ # Project branches stream: - - beryllium: + - boron: branch: 'master' + jdk: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jdk: 'openjdk7' + - stable-lithium: + branch: 'stable/lithium' + jdk: 'openjdk7' install: - only: @@ -22,7 +30,7 @@ install-features: 'odl-openflowplugin-flow-services-ui-li' # Robot custom options - robot-options: '' + robot-options: '-v ODL_OF_PLUGIN:lithium' # Trigger jobs (upstream dependencies) trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'