X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-longevity.yaml;h=2305d82752e5285d31953f51e419cab25a55a5da;hb=90a7b08bb7ef2cbbf24b5ba84c368d6b6576276b;hp=074efdeb92c449d4ca938720b2a3908695666d1d;hpb=15dec833f900cec0f31184e562c9a78ab2f0c709;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-longevity.yaml b/jjb/openflowplugin/openflowplugin-csit-longevity.yaml index 074efdeb9..2305d8275 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-ui, + 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 14.04 - mininet-ovs-25 - 20170210-0300 + + # Trigger jobs (on saturday) + schedule: 'H H * * 6'