monitor-gating: Add missing configuration key: delay_when_failing

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-03-20 20:32:29 +01:00
parent 3068f8017d
commit 0d2a9e153d

View file

@ -1,6 +1,9 @@
# Time between two runs in second
delay = 3600
# Time between two blocked runs in second
delay_when_failing = 1800
# CLI arguments to give to the script testing the single build gating workflow
workflow_single_gating_args = "--conf /opt/config/monitor_gating.cfg --auto-update --no-pr"