--- - project: name: l2switch-csit-scalability jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'l2switch' # The functionality under test functionality: 'scalability' # Project branches stream: - oxygen: branch: 'master' jre: 'openjdk8' - nitrogen: branch: 'stable/nitrogen' jre: 'openjdk8' - carbon: branch: 'stable/carbon' jre: 'openjdk8' karaf-version: karaf3 - boron: branch: 'stable/boron' jre: 'openjdk8' karaf-version: karaf3 install: - 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'