Disable Lithium jobs
[releng/builder.git] / jjb / controller / controller-csit-rest-cars-perf.yaml
index 89322dfd79d04941e81acaac1024b69a8f98a60a..8cf23ea7ccaf691767f79308cd3d2e7d53362342 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:
@@ -29,4 +38,4 @@
     robot-options: ''
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},aaa-distribution-{stream},netconf-distribution-{stream},mdsal-distribution-{stream}'
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},aaa-distribution-{stream},netconf-distribution-{stream},mdsal-distribution-{stream}'