Make jobs karaf-version specific, some duplicities
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-bulkomatic-clustering-daily.yaml
index ca6bf88251c66dccdb37112c72637dac0e215cf7..747beac833f031464ab4ab0cfddf8f1a4ee092d4 100644 (file)
@@ -1,32 +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:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            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 * * *'