
Create a set of roles to be composed into a new infrared plugin. The final goal for these roles is to be used for either downstream and upstream CI Change-Id: I48d5f500c2e694c3f94ee497a0df1d92b6c411b3
11 lines
290 B
YAML
11 lines
290 B
YAML
---
|
|
|
|
|
|
report_dir: '{{ test_report_dir | realpath }}'
|
|
report_files: '{{ test_report_files }}'
|
|
report_name: '{{ test_report_name }}'
|
|
collect_dir: '{{ test_collect_dir | realpath }}'
|
|
|
|
compress_collected_files: no
|
|
report_files_suffix: '{% if (compress_collected_files | bool) %}.gz{% endif %}'
|