monitor-gating: Doh! missed another configuration key: blocker_tags

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

View file

@ -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"