toddlers, poddlers: Set koji profile for stg/prod
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
parent
8b2aa715db
commit
4b9df5a3e2
2 changed files with 14 additions and 0 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue