- project: name: netconf-csit-scale jobs: - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'netconf' # The functionality under test functionality: 'scale' # Project branches stream: - beryllium: branch: 'master' - stable-lithium: branch: 'stable/lithium' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-restconf,odl-netconf-connector-all' # Robot custom options robot-options: '' # This scaling test can take several hours to finish, # so the job is defined to run once a day. # Trigger jobs (daily) schedule: 'H H * * *'