- project: name: aaa-csit-authn-stable-helium jobs: - '{project}-csit-1node-imds-{functionality}-{install}-{stream}' # The project name project: 'aaa' # The functionality under test functionality: 'authn' # Project branches stream: - stable-helium: branch: 'stable/helium' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-openflowplugin-flow-services-ui,odl-aaa-all' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},aaa-distribution-{stream}'