Merge "Fix yamllint for centinel"
[releng/builder.git] / jjb / netconf / netconf-cluster-stress.yaml
index c195e532d94f5df7f2bc4db57bf632d423a92121..c69ccd135bc95c667bf7ffafbdc00bca93e8446d 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: netconf-csit-cluster-stress
     jobs:
-        - '{project}-csit-3node-{functionality}-{install}-{stream}'
+      - '{project}-csit-3node-{functionality}-{install}-{stream}'
 
     # The project name
     project: 'netconf'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
+      - carbon:
+          branch: 'master'
+          jre: 'openjdk8'
+      - boron:
+          branch: 'stable/boron'
+          jre: 'openjdk8'
+      - beryllium:
+          branch: 'stable/beryllium'
+          jre: 'openjdk7'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - only:
+          scope: 'only'
+      - all:
+          scope: 'all'
 
     # Features to install
     # odl-jolokia is added automatically just because this is a 3node job.