X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-longevity.yaml;h=41c069444fa09b57a88c8d77aff194dcafbe57d5;hb=e8a56411730412990a7ad3ef97bcee5643d981a9;hp=c34ee5be818bd5848139f43e5919b985fa063e04;hpb=91edb2959bb6308c40cf6069c75be2163b37002c;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-longevity.yaml b/jjb/openflowplugin/openflowplugin-csit-longevity.yaml index c34ee5be8..41c069444 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,22 +13,32 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' 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-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'