toddlers, poddlers: Set koji profile for stg/prod

Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
Lenka Segura 2024-07-16 12:25:12 +02:00
parent 8b2aa715db
commit 4b9df5a3e2
2 changed files with 14 additions and 0 deletions

View file

@ -206,6 +206,13 @@ versions = []
branch_regex = '^epel\d+$'
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 %}
# Configuration section for scm_request_processor
[consumer_config.scm_request_processor]

View file

@ -204,6 +204,13 @@ versions = []
branch_regex = '^epel\d+$'
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 %}
# Configuration section for scm_request_processor
[consumer_config.scm_request_processor]