- project: name: openflowplugin-csit-clustering jobs: - '{project}-csit-3node-{functionality}-{install}-{stream}' - '{project}-csit-verify-3node-{functionality}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'clustering' # Project branches stream: - boron: branch: 'master' jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: branch: 'stable/lithium' jre: 'openjdk7' install: - only: scope: 'only' # Features to install install-features: 'odl-openflowplugin-flow-services-ui-li' # Robot custom 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}'