Disable Lithium jobs
[releng/builder.git] / jjb / usc / usc-csit-channel.yaml
index 20d50101be07f0c393c733e59c56bec49cc2b89f..5e0e38e0c6f61f7aa8479a1cc502a1127e117f5b 100644 (file)
 
     # Project branches
     stream:
-        - boron:
+        - 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:
@@ -32,4 +39,4 @@
     robot-options: ''
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},usc-distribution-{stream}'
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},usc-distribution-{stream}'