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