- project: name: openflowplugin-csit-longevity jobs: - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' build-timeout: 1440 # The functionality under test functionality: 'longevity' # Project branches stream: - carbon: branch: 'master' jre: 'openjdk8' - boron: branch: 'stable/boron' jre: 'openjdk8' install: - only: scope: 'only' # Features to install install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-table-miss-enforcer,decanter-collector-jmx,decanter-appender-elasticsearch' # Robot custom options robot-options: '-v TEST_LENGTH:23h' # mininet image tools_system_image: Ubuntu 14.04 - mininet-ovs-2.5 - 20170117-0004 # Trigger jobs (daily) schedule: 'H H * * *'