From e9b8e19c78c639bf19147cadc8b18245811d6a5c Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Mon, 29 Jul 2024 12:11:09 +0200 Subject: [PATCH] todddlers: unblock koji_block_retired Signed-off-by: Lenka Segura --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]