add prod env to config for monitor gating
Signed-off-by: Stephen Coady <scoady@redhat.com>
This commit is contained in:
parent
6e1873ce1b
commit
73347dc8b8
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue