Disable Lithium jobs
[releng/builder.git] / jjb / nic / nic-csit-vtnrenderer.yaml
index 255c688fb4d58a350ac6e7d8dbceb3b95384721b..ef2ec0e2e3fc379f237bfc8cd573fc29faf5a786 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:
             scope: 'all'
 
     # Features to install
-    install-features: 'odl-nic-core,odl-nic-console,odl-nic-renderer-vtn'
+    install-features: 'odl-nic-console,odl-nic-renderer-vtn'
 
     # Robot custom options
     robot-options: ''
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},nic-distribution-{stream},vtn-distribution-{stream}'
+    trigger-jobs: 'nic-distribution-{stream},vtn-distribution-{stream}'