monitor-gating: Add missing configuration key: delay_when_failing
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
3068f8017d
commit
0d2a9e153d
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue