Merge "Replace `` cmd substitution with $()"
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgpclustering-ha.yaml
index e373adcb0dd2a48ddd7a2fec6ebea1b6076a2cd0..90824d9cb337458b25f4a9b68dcc3ba8b1be90e5 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: bgpcep-csit-bgpclustering-ha
     jobs:
-        - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
+      - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
 
     # 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'
+      - nitrogen:
+          branch: 'master'
+          jre: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          jre: 'openjdk8'
+      - boron:
+          branch: 'stable/boron'
+          jre: 'openjdk8'
+          install-features: >
+              odl-restconf,
+              odl-bgpcep-bgp-all,
+              odl-bgpcep-bgp,
+              odl-netconf-clustered-topology
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
 
     # Features to install
     install-features: 'odl-restconf,odl-bgpcep-bgp'