X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fl2switch%2Fl2switch-csit-scalability.yaml;h=bb1fe3955f915de72cbd0639e141013c373fc2ad;hb=190f9a3e4e36bfbb01d02e640f8cb6dc05202382;hp=6319e6d4ef037ecb3f5fefddd76e9dd279a91a73;hpb=8004e381907df9f88c2fcf488d3c780d5c2b7180;p=releng%2Fbuilder.git diff --git a/jjb/l2switch/l2switch-csit-scalability.yaml b/jjb/l2switch/l2switch-csit-scalability.yaml index 6319e6d4e..bb1fe3955 100644 --- a/jjb/l2switch/l2switch-csit-scalability.yaml +++ b/jjb/l2switch/l2switch-csit-scalability.yaml @@ -1,8 +1,8 @@ +--- - project: name: l2switch-csit-scalability jobs: - - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' - - '{project}-csit-verify-{functionality}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'l2switch' @@ -12,23 +12,30 @@ # Project branches stream: - - master: - branch: 'master' - - stable-lithium: - branch: 'stable/lithium' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + karaf-version: karaf3 + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' # Features to install install-features: 'odl-l2switch-switch-ui' # 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},l2switch-distribution-{stream}' -