Merge "Switching playbook order of execution"

changes/69/419069/2
Jenkins 6 years ago committed by Gerrit Code Review
commit 9ad26eab28

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

Loading…
Cancel
Save