- project: name: alto-csit-setup jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'alto' # The functionality under test functionality: 'setup' # Project branches stream: - carbon: branch: 'master' jre: 'openjdk8' - boron: branch: 'stable/boron' jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' jre: 'openjdk7' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-alto-resourcepool,odl-restconf-all,odl-alto-basic' # Robot custom options robot-options: '' # Don't spin up mininet vms as alto-csit-setup jobs don't need them tools_system_count: 0