- project: name: vtn-csit-manager-li jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'vtn' # The functionality under test functionality: 'manager-li' # Project branches stream: - stable-lithium: disabled: true branch: 'stable/lithium' jre: 'openjdk7' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-vtn-manager-rest,odl-vtn-manager-neutron' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}'