monitor-gating: Doh! missed another configuration key: blocker_tags
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0d2a9e153d
commit
df6b99a79f
1 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,14 @@ delay = 3600
|
|||
# Time between two blocked runs in second
|
||||
delay_when_failing = 1800
|
||||
|
||||
# blocker issue tags, issue has to have all of them
|
||||
{% if env == 'staging' %}
|
||||
blocker_tags = ['packager_workflow_blocker', 'staging']
|
||||
{% else %}
|
||||
blocker_tags = ['packager_workflow_blocker']
|
||||
{% endif %}
|
||||
|
||||
|
||||
# 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