Disable Lithium jobs
[releng/builder.git] / jjb / vtn / vtn-csit-coordinator.yaml
index 1b2d27523cddc142472985f5c9d60c5f688b7224..b0f887344923e74dae5fceaa818d44e531c7aa8e 100644 (file)
 
     # Project branches
     stream:
-#        - boron:
-#            branch: 'master'
-#            jdk: 'openjdk8'
+        - carbon:
+            branch: 'master'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
-            jdk: 'openjdk7'
+            jre: 'openjdk7'
         - stable-lithium:
+            disabled: true
             branch: 'stable/lithium'
-            jdk: 'openjdk7'
+            jre: 'openjdk7'
 
     install:
         - only:
@@ -33,4 +37,4 @@
     robot-options: ''
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}'
+    trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}'