X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-flow-services-lithium-redesign.yaml;h=1c3381a156de7d421f28665bc8471687452fb4e6;hb=4da65b31cfe0ea6ada99d128c599dacfba1405b6;hp=2800f260cd50a198ce7623e28b87481b449a90db;hpb=cfd6683b0689b2abcf9a889ae130ebb9c9cd0b11;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-lithium-redesign.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-lithium-redesign.yaml index 2800f260c..1c3381a15 100644 --- a/jjb/openflowplugin/openflowplugin-csit-flow-services-lithium-redesign.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services-lithium-redesign.yaml @@ -1,7 +1,7 @@ - project: name: openflowplugin-csit-flow-services-lithium-redesign jobs: - - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' @@ -11,18 +11,25 @@ # Project branches stream: - - master: + - boron: branch: 'master' + jdk: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jdk: 'openjdk7' + - stable-lithium: + branch: 'stable/lithium' + jdk: 'openjdk7' install: - only: scope: 'only' # Features to install - install-features: 'odl-openflowplugin-app-new-lldp-speaker' + install-features: 'odl-openflowplugin-flow-services-ui-li' # Robot custom options - robot-options: '-v TOPO_TREE_DEPTH:5 -e adsal' + robot-options: '-e adsal' # Trigger jobs (upstream dependencies) trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'