- project: name: topoprocessing-csit-topology-operations jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' - '{project}-csit-verify-1node-{functionality}' # The project name project: 'topoprocessing' # The functionality under test functionality: 'topology-operations' # Project branches stream: - boron: branch: 'master' jdk: 'openjdk8' - beryllium: branch: 'stable/beryllium' jdk: 'openjdk7' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-restconf' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) trigger-jobs: > odlparent-distribution-{stream}, yangtools-distribution-{stream}, controller-distribution-{stream}, aaa-distribution-{stream}, integration-distribution-merge-{stream}