- project: name: controller-csit-clustering jobs: - '{project}-csit-3node-{functionality}-{install}-{stream}' - '{project}-csit-verify-3node-{functionality}' # The project name project: 'controller' # The functionality under test functionality: 'clustering' # Project branches stream: - beryllium: branch: 'master' - stable-lithium: branch: 'stable/lithium' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-connector-ssh' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream}'