- project: name: sxp-csit-performance jobs: - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'sxp' # The functionality under test functionality: 'performance' # Project branches stream: - carbon: branch: 'master' jre: 'openjdk8' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-restconf,odl-sxp-controller,odl-sxp-robot' # Robot custom options: robot-options: '' # Trigger jobs: (daily) schedule: 'H H * * *'