diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 670d217c07..5366adf35d 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -45,12 +45,14 @@ routing_keys = ["#"] # This is dynamically generated in the code blocked_toddlers = [ "debug", "distgit_commit_processor", - "koji_block_retired", # Block all the PDC related toddlers "pdc_import_compose", "pdc_unretire_packages", "distgit_bugzilla_sync", "pdc_update_critpath" +{% if env != "staging" %} + "koji_block_retired", +{% endif %} ] [consumer_config.default]