X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-longevity.yaml;h=600a4efa373897c4cb585fb6d8b47c80e722f5fb;hb=bdf8b630e2cd60dbb3ba59a3009a4fbdb8c04e57;hp=38582d2d04ec26e1ce8f4345a4db15382537fd76;hpb=1c19ef5af5ceb47b9e7d508c2ae341df66491b02;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-longevity.yaml b/jjb/openflowplugin/openflowplugin-csit-longevity.yaml index 38582d2d0..600a4efa3 100644 --- a/jjb/openflowplugin/openflowplugin-csit-longevity.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-longevity.yaml @@ -1,7 +1,8 @@ +--- - 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' @@ -12,19 +13,34 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' + - 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,decanter-collector-jmx,decanter-appender-elasticsearch' + 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'