Merge "Mention OS_CLOUD as a variable is significant"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-flow-services-frs.yaml
index 5c56f165eddaf1e4c305b7366dcecd7587110604..73641de366e741a9ca62eef9475251baa68eae10 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: openflowplugin-csit-flow-services-frs
     jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - '{project}-csit-1node-{functionality}-{install}-{stream}'
 
     # The project name
     project: 'openflowplugin'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
+      - nitrogen:
+          branch: 'master'
+          jre: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          jre: 'openjdk8'
+      - boron:
+          branch: 'stable/boron'
+          jre: 'openjdk8'
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
 
     # Features to install
-    install-features: 'odl-restconf,odl-openflowplugin-app-config-pusher,odl-openflowplugin-app-topology,odl-openflowplugin-app-forwardingrules-sync,odl-openflowplugin-app-table-miss-enforcer'
+    install-features: >
+        odl-restconf,
+        odl-openflowplugin-app-config-pusher,
+        odl-openflowplugin-app-topology,
+        odl-openflowplugin-app-forwardingrules-sync,
+        odl-openflowplugin-app-table-miss-enforcer
 
     # Robot custom options.
     # We need this delay to verify proper functionality. THIS HAS TO BE REMOVED BEFORE FRS GETS RELEASED.