Skip to content

Add a way to customize failure_retry variable

Add the possibility to set the "failure_retry" parameters into the device dictionary in case we would like to re-test all the failing jobs (with "infrastructure_error" or "job_error_exception")

Example in your device dict: {% set failure_retry = '5' %}

Signed-off-by: Mylène Josserand mylene.josserand@collabora.com

Merge request reports