X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-longevity.yaml;h=2f3500d412347722e941aa73ba11b2d763081b2b;hb=3c58e6f3d790405107a895a5bca46b191b4385be;hp=98a0842d269d9d8f195eeebfe2abbc0d4af5a265;hpb=61c9243cec4a945374ec488415c25edb3a4764a0;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-longevity.yaml b/jjb/openflowplugin/openflowplugin-csit-longevity.yaml index 98a0842d2..2f3500d41 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-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' @@ -12,25 +13,29 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' + - oxygen: + branch: 'master' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' + - 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' + 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:23h' # mininet image - tools_system_image: Ubuntu 14.04 - mininet-ovs-2.5 - 20170117-0004 + tools_system_image: Ubuntu 16.04 - mininet-ovs-25 - 20171016-0212 - # Trigger jobs (on saturday) - schedule: 'H H * * 6' + schedule: '{schedule-saturday}'