Merge "move nexus repository to parameter with default value"
[releng/builder.git] / jjb / groupbasedpolicy / groupbasedpolicy-csit-clustering.yaml
index 1db1ccc183cf9c53fff1d18690ee42761035e1f6..2833c06092a4f0e604d3a698ca4ad0188adc8513 100644 (file)
 
     # Project branches
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
-            jdk: 'openjdk8'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
-            jdk: 'openjdk7'
+            jre: 'openjdk7'
         - stable-lithium:
             branch: 'stable/lithium'
-            jdk: 'openjdk7'
+            jre: 'openjdk7'
 
     install:
         - only:
@@ -35,4 +38,8 @@
     robot-options: '-v ODL_VERSION:{stream}'
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'odlparent-distribution-{stream},neutron-distribution-{stream},ovsdb-distribution-{stream},controller-distribution-{stream},openflowplugin-distribution-{stream},yangtools-distribution-{stream},sfc-distribution-{stream},dlux-distribution-{stream}'
+    trigger-jobs: 'neutron-distribution-{stream},
+                   ovsdb-distribution-{stream},
+                   openflowplugin-distribution-{stream},
+                   sfc-distribution-{stream},
+                   dlux-distribution-{stream}'