Merge "Unify the location of InfraRed plugin test result files"

This commit is contained in:
Zuul 2022-03-22 11:26:59 +00:00 committed by Gerrit Code Review
commit 681bbcd9b6
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@
gather_facts: yes
tasks:
- include_role: name=tobiko-ir-run
vars:
test_collect_dir: >
{{ test_collect_dir | default(inventory_dir + '/test_results') }}