X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-bulkomatic-clustering-daily.yaml;h=8f4aba0ceaf997d4d61034d22512a7511e89cd08;hb=f9510ad2361a13149cd478e9d0863d0efe3dd772;hp=cd66ab249e7dc622535b8964d4275391db0aa968;hpb=9eeb65f164b4bbf3cb21fddba78ed3cd229ec6af;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-daily.yaml b/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-daily.yaml index cd66ab249..8f4aba0ce 100644 --- a/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-daily.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-daily.yaml @@ -1,36 +1,36 @@ +--- - project: name: openflowplugin-csit-bulkomatic-clustering-daily jobs: - - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}' + - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test - functionality: 'bulkomatic-clustering-daily' + functionality: + - bulkomatic-clustering-daily + - gate-bulkomatic-clustering-daily # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - oxygen: + branch: 'master' + jre: 'openjdk8' + - nitrogen: + branch: 'stable/nitrogen' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 install: - - only: - scope: 'only' + - only: + scope: 'only' # Features to install - install-features: 'odl-openflowplugin-flow-services-ui-li,odl-openflowplugin-app-bulk-o-matic-li' + install-features: 'odl-openflowplugin-flow-services-rest,odl-openflowplugin-app-bulk-o-matic' # Robot custom options robot-options: '-v ODL_OF_PLUGIN:lithium' - - # Trigger jobs (daily) - schedule: 'H H * * *' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' -