6569f07107
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
13 lines
340 B
YAML
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
|