- project: name: openflowplugin-csit-clustering-helium-design jobs: - '{project}-csit-3node-{functionality}-{install}-{stream}' - '{project}-csit-verify-3node-{functionality}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'clustering-helium-design' # Project branches stream: - boron: branch: 'master' - beryllium: branch: 'stable/beryllium' - stable-lithium: branch: 'stable/lithium' install: - only: scope: 'only' # Features to install install-features: 'odl-openflowplugin-flow-services-ui' # Robot custom options robot-options: '-v ODL_OF_PLUGIN:helium' # Trigger jobs (upstream dependencies) trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'