Disable Lithium jobs
[releng/builder.git] / jjb / groupbasedpolicy / groupbasedpolicy-csit-clustering.yaml
index c66cb5ed81927b2a0c92c159931f622d62ea1af6..65cdcf7ead02cb9d5e768d0176c43b091cc974ef 100644 (file)
 
     # Project branches
     stream:
-        - beryllium:
+        - carbon:
             branch: 'master'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk7'
         - stable-lithium:
+            disabled: true
             branch: 'stable/lithium'
+            jre: 'openjdk7'
 
     install:
         - only:
@@ -30,4 +39,8 @@
     robot-options: '-v ODL_VERSION:{stream}'
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'odlparent-distribution-{stream},neutron-distribution-{stream},ovsdb-distribution-{stream},controller-distribution-{stream},openflowplugin-distribution-{stream},yangtools-distribution-{stream},sfc-distribution-{stream},dlux-distribution-{stream}'
+    trigger-jobs: 'neutron-distribution-{stream},
+                   ovsdb-distribution-{stream},
+                   openflowplugin-distribution-{stream},
+                   sfc-distribution-{stream},
+                   dlux-distribution-{stream}'