Include a tests file to run specific tests

Change-Id: I3702d2653a51a3489c717e94642f16de66d08302
This commit is contained in:
Flavio Percoco 2017-11-14 13:56:28 +01:00
parent 6f72db5881
commit 0ea4e23fff
1 changed files with 7 additions and 0 deletions

View File

@ -16,3 +16,10 @@
{% endfor %}
- role: {{project_name}}
playbook_debug: false
tasks:
- include: "{% raw %}{{ item }}{% endraw %}"
with_first_found:
- files:
- '{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/tests/tests.yml'
skip: true