Remove nitrogen branches in projects
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgpclustering-ha.yaml
index e373adcb0dd2a48ddd7a2fec6ebea1b6076a2cd0..feca52dadd102292be75aa5e886fc7984e64a8b9 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: bgpcep-csit-bgpclustering-ha
     jobs:
-        - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
+      - inttest-csit-3node
 
     # The project name
     project: 'bgpcep'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
-            install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology'
+      - fluorine:
+          branch: 'master'
+          install-features: >
+              odl-restconf,
+              odl-bgpcep-bgp,
+              odl-bgpcep-bgp-config-example,
+              odl-bgpcep-bmp,
+              odl-bgpcep-bmp-config-example,
+              odl-bgpcep-pcep
+      - oxygen:
+          branch: 'stable/oxygen'
+          install-features: >
+              odl-restconf,
+              odl-bgpcep-bgp,
+              odl-bgpcep-bgp-config-example,
+              odl-bgpcep-bmp,
+              odl-bgpcep-bmp-config-example,
+              odl-bgpcep-pcep
 
     install:
-        - only:
-            scope: 'only'
-
-    # Features to install
-    install-features: 'odl-restconf,odl-bgpcep-bgp'
+      - only:
+          scope: 'only'
 
     # Robot custom options:
     robot-options: '-v USE_NETCONF_CONNECTOR:False'