Fix Yamllint violations for jjb/calipso 49/42349/2
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 18 Sep 2017 21:23:15 +0000 (14:23 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 3 Oct 2017 22:47:47 +0000 (15:47 -0700)
JIRA: RELENG-254

Change-Id: I9391e0537d2c0904daa966f56d99c96d445d00d9
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/calipso/calipso.yml

index ede4002..2d9ecef 100644 (file)
@@ -1,18 +1,19 @@
+---
 - project:
     name: calipso
 
     project: '{name}'
 
     jobs:
-        - 'calipso-verify-{stream}'
+      - 'calipso-verify-{stream}'
 
     stream:
-        - master:
-            branch: '{stream}'
-            disabled: false
-        - euphrates:
-            branch: 'stable/{stream}'
-            disabled: false
+      - master:
+          branch: '{stream}'
+          disabled: false
+      - euphrates:
+          branch: 'stable/{stream}'
+          disabled: false
 
 - job-template:
     name: 'calipso-verify-{stream}'
     disabled: '{obj:disabled}'
 
     parameters:
-        - project-parameter:
-            project: '{project}'
-            branch: '{branch}'
-        - 'opnfv-build-centos-defaults'
-
+      - project-parameter:
+          project: '{project}'
+          branch: '{branch}'
+      - 'opnfv-build-centos-defaults'
 
     scm:
-        - git-scm-gerrit
+      - git-scm-gerrit
 
     triggers:
-        - gerrit:
-            server-name: 'gerrit.opnfv.org'
-            trigger-on:
-                - patchset-created-event:
-                    exclude-drafts: 'false'
-                    exclude-trivial-rebase: 'false'
-                    exclude-no-code-change: 'false'
-                - draft-published-event
-                - comment-added-contains-event:
-                    comment-contains-value: 'recheck'
-                - comment-added-contains-event:
-                    comment-contains-value: 'reverify'
-            projects:
-              - project-compare-type: 'ANT'
-                project-pattern: '{project}'
-                branches:
-                  - branch-compare-type: 'ANT'
-                    branch-pattern: '**/{branch}'
+      - gerrit:
+          server-name: 'gerrit.opnfv.org'
+          trigger-on:
+            - patchset-created-event:
+                exclude-drafts: 'false'
+                exclude-trivial-rebase: 'false'
+                exclude-no-code-change: 'false'
+            - draft-published-event
+            - comment-added-contains-event:
+                comment-contains-value: 'recheck'
+            - comment-added-contains-event:
+                comment-contains-value: 'reverify'
+          projects:
+            - project-compare-type: 'ANT'
+              project-pattern: '{project}'
+              branches:
+                - branch-compare-type: 'ANT'
+                  branch-pattern: '**/{branch}'
 
     builders:
-        - verify-unit-tests
+      - verify-unit-tests
 
 - builder:
     name: verify-unit-tests
     builders:
-        - shell: |
-            #!/bin/bash
-            set -o errexit
-            set -o nounset
-            set -o pipefail
-            cd $WORKSPACE
-            PYTHONPATH=$PWD/app app/test/verify.sh
+      - shell: |
+          #!/bin/bash
+          set -o errexit
+          set -o nounset
+          set -o pipefail
+          cd $WORKSPACE
+          PYTHONPATH=$PWD/app app/test/verify.sh