Disable Lithium jobs
[releng/builder.git] / jjb / aaa / aaa-csit-idmlite.yaml
index 3f61cf095edc3332f93165774efdf9b504197781..b2674de34fb2a0a6284bcfd166ed7c19f362a889 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:
@@ -31,3 +40,6 @@
 
     # Trigger jobs (upstream dependencies)
     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},aaa-distribution-{stream}'
+
+    # Don't spin up mininet vms as aaa-csit-authn jobs don't need them
+    mininet-vms: 0