Make Java version for CSIT jobs configurable
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity-lithium-redesign.yaml
index 9fbbf7070fac1d8394fce9aca905d7a5a1c204c0..32eca642ef06edb56829285b67bdf8cb26b70fbc 100644 (file)
@@ -1,7 +1,7 @@
 - project:
     name: openflowplugin-csit-longevity-lithium-redesign
     jobs:
-        - '{project}-csit-periodic-1node-cds-{functionality}-{install}-{stream}'
+        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
 
     # The project name
     project: 'openflowplugin'
 
     # Project branches
     stream:
-        - master:
+        - boron:
             branch: 'master'
+            jdk: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jdk: 'openjdk7'
 
     install:
         - only:
@@ -24,6 +28,5 @@
     # Robot custom options
     robot-options: '-v TEST_LENGTH:23@hours --escape space:@'
 
-    # Trigger jobs (weekly)
+    # Trigger jobs (daily)
     schedule: 'H H * * *'
-