Disable Lithium jobs
[releng/builder.git] / jjb / centinel / centinel-csit-basic.yaml
index c813b1d5afcc1fe43bebdd06f79a3066c455cf8e..34009433b48b7ff9e7933757a16ff92e55159949 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,4 @@
     robot-options: ''
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},centinel-distribution-{stream}'
+    trigger-jobs: 'centinel-distribution-{stream}'