X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-longevity.yaml;h=600a4efa373897c4cb585fb6d8b47c80e722f5fb;hb=bdf8b630e2cd60dbb3ba59a3009a4fbdb8c04e57;hp=074efdeb92c449d4ca938720b2a3908695666d1d;hpb=078eca553c824ed2f789a0ab46ec21823feb2504;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-longevity.yaml b/jjb/openflowplugin/openflowplugin-csit-longevity.yaml index 074efdeb9..600a4efa3 100644 --- a/jjb/openflowplugin/openflowplugin-csit-longevity.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-longevity.yaml @@ -1,32 +1,46 @@ +--- - project: name: openflowplugin-csit-longevity jobs: - - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' + build-timeout: 1440 # The functionality under test functionality: 'longevity' # Project branches stream: - - boron: - branch: 'master' - jdk: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jdk: 'openjdk7' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + karaf-version: karaf3 install: - - only: - scope: 'only' + - only: + scope: 'only' # Features to install - install-features: 'odl-openflowplugin-flow-services-ui' + install-features: > + odl-openflowplugin-flow-services-rest, + odl-openflowplugin-app-table-miss-enforcer, + decanter-collector-jmx, + decanter-appender-elasticsearch # Robot custom options - robot-options: '-v TEST_LENGTH:23@hours --escape space:@' + robot-options: '-v TEST_LENGTH:23h' - # Trigger jobs (daily) - schedule: 'H H * * *' + # mininet image + tools_system_image: Ubuntu 16.04 - mininet-ovs-25 - 20170609-0221 + + # Trigger jobs (on saturday) + schedule: 'H H * * 6'