Disable Lithium jobs
[releng/builder.git] / jjb / lacp / lacp-csit-lacp.yaml
index 8a078d27a5f324c6d853c5bafbc1d7453c37a9b8..c36c114ac5ebef558f8998d325adb7448b876585 100644 (file)
@@ -1,8 +1,8 @@
 - project:
     name: lacp-csit-lacp
     jobs:
-        - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-{functionality}-{stream}'
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
 
     # The project name
     project: 'lacp'
 
     # Project branches
     stream:
-        - master:
+        - 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:
@@ -23,6 +32,8 @@
         - all:
             scope: 'all'
 
+    mininet-image: 'ubuntu-trusty-mininet-ovs-23-2c-2g'
+
     # Features to install
     install-features: 'odl-lacp-ui'
 
@@ -30,5 +41,4 @@
     robot-options: ' '
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},lacp-distribution-{stream}'
-
+    trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},lacp-distribution-{stream}'