- project: name: bgpcep-csit-userfeatures jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' - '{project}-csit-verify-1node-{functionality}' # The project name project: 'bgpcep' # The functionality under test functionality: 'userfeatures' # Project branches stream: - beryllium: branch: 'master' - stable-lithium: branch: 'stable/lithium' install: - only: scope: 'only' - all: scope: 'all' # Features to install # *-all is for Lithium and Beryllium, without -all is for Lithium and Boron. install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) # Netconf is there for run-time re-configuration. # AAA could also be a dependency, but probability of breakage is too low to trigger everytime. trigger-jobs: > odlparent-distribution-{stream}, yangtools-distribution-{stream}, controller-distribution-{stream}, mdsal-distribution-{stream}, netconf-distribution-{stream}, tcpmd5-distribution-{stream}, bgpcep-distribution-{stream}