add prod env to config for monitor gating

Signed-off-by: Stephen Coady <scoady@redhat.com>
This commit is contained in:
Stephen Coady 2020-08-19 12:08:58 +01:00
parent 6e1873ce1b
commit 73347dc8b8

View file

@ -2,7 +2,7 @@
delay = 3600
# Time between two blocked runs in second
delay_when_failing = 1800
delay_when_failing = 43200
# blocker issue tags, issue has to have all of them
{% if env == 'staging' %}
@ -36,6 +36,7 @@ pagure_api_token = "{{ monitor_gating_pagure_api_token_workflow_stg }}"
env = "staging"
{% else %}
env = "prod"
fedpkg = "fedpkg"
# blocker issue tags, issue has to have all of them.