Merge "[trival] fix the indent of roles key"

This commit is contained in:
Zuul 2018-08-01 15:10:00 +00:00 committed by Gerrit Code Review
commit 13e3540ea3
2 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ See `official doc
<https://docs.openstack.org/infra/system-config/zuulv3.html>`_ 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

View File

@ -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