- project: name: lispflowmapping-csit-all-stable-lithium jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'lispflowmapping' # The functionality under test functionality: 'all' # Project branches stream: - stable-lithium: branch: 'stable/lithium' jdk: 'openjdk7' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-lispflowmapping-all,odl-restconf,odl-mdsal-apidocs' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},neutron-distribution-{stream},lispflowmapping-distribution-{stream}'