From 1d689ab5f7a8d72aab4008efef90b57a27ca7c78 Mon Sep 17 00:00:00 2001 From: chenhb Date: Tue, 31 Jul 2018 10:12:37 +0800 Subject: [PATCH] [trival] fix the indent of roles key Change-Id: Ie0920b4a6a0a357404329a38d2d87ff3c345c940 --- .zuul.d/README.rst | 2 +- tests/ci/playbooks/run-rally-task.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.zuul.d/README.rst b/.zuul.d/README.rst index 470acb4b..3d078aaa 100644 --- a/.zuul.d/README.rst +++ b/.zuul.d/README.rst @@ -9,7 +9,7 @@ See `official doc `_ for more details. -What do we have in this this dir? +What do we have in this dir? --------------------------------- .. note:: Do not document all files and jobs here. It will (for sure) become diff --git a/tests/ci/playbooks/run-rally-task.yaml b/tests/ci/playbooks/run-rally-task.yaml index 7b19c7b0..3656850c 100644 --- a/tests/ci/playbooks/run-rally-task.yaml +++ b/tests/ci/playbooks/run-rally-task.yaml @@ -1,6 +1,6 @@ - hosts: all roles: - - run-devstack + - run-devstack - hosts: controller vars: @@ -12,10 +12,10 @@ rally_resources_at_start: '{{ rally_results_dir }}/resources_at_start.txt' rally_task_args_file: "100-percent-not-exist-file" roles: - - prepare-for-rally-task - - snapshot-available-os-resources - - run-rally-task - - process-task-results - - import-task-results - - check-os-resources - - check-task-sla + - prepare-for-rally-task + - snapshot-available-os-resources + - run-rally-task + - process-task-results + - import-task-results + - check-os-resources + - check-task-sla