Merge "Switching playbook order of execution"

This commit is contained in:
Jenkins 2017-01-23 14:06:43 +00:00 committed by Gerrit Code Review
commit 9ad26eab28
1 changed files with 5 additions and 5 deletions

View File

@ -14,13 +14,13 @@
tags:
- run-tempest
- include: post-tempest.yml
when: post_tempest|bool
tags:
- post-tempest
- include: stackviz.yml
when: run_tempest|bool
tags:
- run-stackviz
ignore_errors: yes
- include: post-tempest.yml
when: post_tempest|bool
tags:
- post-tempest