monitor-gating: avoid duplicate keys in the toml file as otherwise toml fails to load the file

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-05-25 14:11:06 +02:00
parent 3838d01162
commit 6e553b5291

View file

@ -6,11 +6,9 @@ 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 %}
@ -40,5 +38,7 @@ env = "staging"
{% else %}
fedpkg = "fedpkg"
# blocker issue tags, issue has to have all of them.
blocker_tags = ['packager_workflow_blocker']
{% endif %}