[toddlers] Remove configuration for koji_block_retired
This is not needed anymore as we are using configuration options from shared section. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
100c0a0428
commit
d67ebdffd2
1 changed files with 0 additions and 10 deletions
|
@ -204,16 +204,6 @@ versions = []
|
||||||
branch_regex = '^epel\d+$'
|
branch_regex = '^epel\d+$'
|
||||||
versions = ["epel9", "epel8"]
|
versions = ["epel9", "epel8"]
|
||||||
|
|
||||||
[consumer_config.koji_block_retired]
|
|
||||||
# Set correct koji profile for corresponding koji ClientSession
|
|
||||||
{% if env == "staging" %}
|
|
||||||
profile = "stg"
|
|
||||||
{% else %}
|
|
||||||
profile = "koji"
|
|
||||||
{% endif %}
|
|
||||||
principal = "{{service}}/{{host}}"
|
|
||||||
keytab = "/etc/keytabs/service.keytab"
|
|
||||||
|
|
||||||
# Configuration section for scm_request_processor
|
# Configuration section for scm_request_processor
|
||||||
[consumer_config.scm_request_processor]
|
[consumer_config.scm_request_processor]
|
||||||
# Monitoring choices for release-monitoring.org
|
# Monitoring choices for release-monitoring.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue