zuul-jobs/roles/emit-ara-html/defaults/main.yaml
David Moreau-Simard 6569f07107
Add the ability to generate an ARA report only on job failure
This changes the 'ara_generate_html' toggle to provide three options:
- true (always generate a report)
- false (never generate a report)
- 'failure' (only generate a report on failure, based on zuul_success)

This defaults to true and can be changed on a job basis.

Change-Id: I9a6a3c999b7656b1f5b25b0cb6c2baa63d7857b2
2017-10-12 17:43:41 -04:00

13 lines
340 B
YAML

# Whether to generate a static ARA HTML report or not
# Possible values:
# - true (always)
# - false (never)
# - 'failure' (only on failure)
ara_generate_html: true
# Whether to compress the ARA HTML output or not
ara_compress_html: true
# Whether to save the ARA sqlite database as part of the logs or not
ara_save_database: false