monitor-gating: set two new configuration keys
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
095e467a8c
commit
2601f934ca
1 changed files with 4 additions and 0 deletions
|
@ -7,8 +7,12 @@ delay_when_failing = 1800
|
|||
# blocker issue tags, issue has to have all of them
|
||||
{% if env == 'staging' %}
|
||||
blocker_tags = ['packager_workflow_blocker', 'staging']
|
||||
kb_principal = "monitor-gating/os-master01.stg.phx2.fedoraproject.org@STG.FEDORAPROJECT.ORG"
|
||||
kb_keytab_file = "/etc/keytabs/koji-keytab"
|
||||
{% else %}
|
||||
blocker_tags = ['packager_workflow_blocker']
|
||||
kb_principal = "packagerbot/os-master01.phx2.fedoraproject.org@FEDORAPROJECT.ORG"
|
||||
kb_keytab_file = "/etc/keytabs/monitor-gating-keytab"
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue