Disable Lithium jobs
[releng/builder.git] / jjb / netvirt / netvirt-csit.yaml
index 6d770c879a7bbbcd2b952171c259f9fccd7863da..e99f128f1c439c6c1336b4b5f0f490bf08d72d39 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'
 
@@ -29,7 +33,6 @@
             scope: 'all'
 
     # Mininet configuration
-    mininet-image: 'rk-f21-mininet'
     mininet-vms: 2
 
     # Features to install
@@ -39,4 +42,4 @@
     robot-options: ''
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},netvirt-distribution-{stream},ovsdb-distribution-{stream}'
+    trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},netvirt-distribution-{stream},ovsdb-distribution-{stream}'