X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-bulkomatic-clustering-daily.yaml;h=747beac833f031464ab4ab0cfddf8f1a4ee092d4;hb=7ef84f5e9513cfa245981acc5f5ef2e9abacd075;hp=6d3308c75609b93c2b62b2e87771670e081d38df;hpb=7dff6cb3c792c1182f64f9a6604f2b6bfa5ef290;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 6d3308c75..747beac83 100644 --- a/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-daily.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-bulkomatic-clustering-daily.yaml @@ -1,33 +1,37 @@ +--- - 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' + - 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,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}' -