Disable Lithium jobs
[releng/builder.git] / jjb / lacp / lacp-csit-lacp.yaml
index fd8326f64a0b1f71a8a8680861d1cd747edd22d3..c36c114ac5ebef558f8998d325adb7448b876585 100644 (file)
@@ -2,7 +2,7 @@
     name: lacp-csit-lacp
     jobs:
         - '{project}-csit-1node-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-1node-{functionality}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
 
     # The project name
     project: 'lacp'
 
     # 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:
@@ -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,4 +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}'