X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-scalability.yaml;h=ac59b4f0979404b1ea46ed440b6f1f15241318db;hb=190f9a3e4e36bfbb01d02e640f8cb6dc05202382;hp=1b6dd8ca6fe5344c6344a942820093d88dfa5d4a;hpb=52531a89be8661dee7ecc0289afed7c5fe51ade9;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-scalability.yaml b/jjb/openflowplugin/openflowplugin-csit-scalability.yaml index 1b6dd8ca6..ac59b4f09 100644 --- a/jjb/openflowplugin/openflowplugin-csit-scalability.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-scalability.yaml @@ -1,29 +1,37 @@ +--- - project: name: openflowplugin-csit-scalability jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test - functionality: 'scalability' + functionality: + - scalability + - gate-scalability # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + karaf-version: karaf3 install: - - only: - scope: 'only' + - only: + scope: 'only' # Features to install install-features: 'odl-openflowplugin-flow-services-ui,decanter-collector-jmx,decanter-appender-elasticsearch' # Robot custom options robot-options: '-v TOPO_TREE_DEPTH:7' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'