todddlers: unblock koji_block_retired

Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
Lenka Segura 2024-07-29 12:11:09 +02:00
parent 277495b74e
commit e9b8e19c78

View file

@ -45,12 +45,14 @@ routing_keys = ["#"] # This is dynamically generated in the code
blocked_toddlers = [ blocked_toddlers = [
"debug", "debug",
"distgit_commit_processor", "distgit_commit_processor",
"koji_block_retired",
# Block all the PDC related toddlers # Block all the PDC related toddlers
"pdc_import_compose", "pdc_import_compose",
"pdc_unretire_packages", "pdc_unretire_packages",
"distgit_bugzilla_sync", "distgit_bugzilla_sync",
"pdc_update_critpath" "pdc_update_critpath"
{% if env != "staging" %}
"koji_block_retired",
{% endif %}
] ]
[consumer_config.default] [consumer_config.default]