X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-longevity.yaml;h=d49d62bc9cf3d7920d2aa50f96f804fe04c2b738;hb=543cbbbf2bba12b783e7e624ab52155bc47fcc66;hp=38582d2d04ec26e1ce8f4345a4db15382537fd76;hpb=1183b585e490d0db5ba2e059c1872e3b49a70888;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-longevity.yaml b/jjb/openflowplugin/openflowplugin-csit-longevity.yaml index 38582d2d0..38b8e609a 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}' + - inttest-csit-1node # The project name project: 'openflowplugin' @@ -12,19 +13,26 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' + - nitrogen: + branch: 'stable/nitrogen' install: - - only: - scope: 'only' + - only: + scope: 'only' + + # Job images + tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20180301-1041' # 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:@' - - # Trigger jobs (daily) - schedule: 'H H * * *' + robot-options: '-v TEST_LENGTH:23h -v NUM_SWITCHES:16'