- project: name: capwap-csit-ac jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' - '{project}-csit-verify-1node-{functionality}' # The project name project: 'capwap' # The functionality under test functionality: 'ac' # Project branches stream: - boron: branch: 'master' jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: branch: 'stable/lithium' jre: 'openjdk7' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-capwap-ac-rest' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) trigger-jobs: 'capwap-distribution-{stream}'