- project: name: openflowplugin-csit-longevity jobs: - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'longevity' # Project branches stream: - boron: branch: 'master' jdk: 'openjdk8' - beryllium: branch: 'stable/beryllium' jdk: 'openjdk7' install: - only: scope: 'only' # Features to install install-features: 'odl-openflowplugin-flow-services-ui' # Robot custom options robot-options: '-v TEST_LENGTH:23@hours --escape space:@' # Trigger jobs (daily) schedule: 'H H * * *'