Rework the way Java version is set in CSIT jobs
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity-lithium-redesign.yaml
index 9fbbf7070fac1d8394fce9aca905d7a5a1c204c0..08c002d8f69cd6c73f0d2b5d7cb72be87df5514d 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'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: '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 * * *'
-