X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-clustering.yaml;h=289bffdffe41719e0760e2808affd2a5d38bf54b;hb=0657ecce96be698fec0d14c2801bddff5936eda5;hp=478c942a9befab051f088ae5739b891b727fdcee;hpb=82bea3749fb5b8440955a7c64c07830d536edf38;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-clustering.yaml b/jjb/openflowplugin/openflowplugin-csit-clustering.yaml index 478c942a9..289bffdff 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,18 +12,22 @@ # Project branches stream: - - beryllium: + - boron: branch: 'master' + - beryllium: + branch: 'stable/beryllium' + - stable-lithium: + branch: 'stable/lithium' install: - only: scope: 'only' # Features to install - install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-adsal-compatibility,odl-nsf-all' + 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}'