From 2f8622c395711be8cd8f3b40e548b7c894f0c253 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Fri, 26 Jul 2024 18:36:44 +0200 Subject: [PATCH] [toddlers] Block all PDC related toddlers Signed-off-by: Michal Konecny --- .../openshift-apps/toddlers/templates/fedora-messaging.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 9e4fcf0701..2db60fcd22 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -44,12 +44,12 @@ routing_keys = ["#"] # This is dynamically generated in the code # more of them. blocked_toddlers = [ "debug", - # Block pdc_modules toddler – MBS is retired. Can be removed once toddler has been updated to a - # version which doesn’t come with pdc_modules. - "pdc_modules", "distgit_commit_processor", "koji_block_retired", + # Block all the PDC related toddlers "pdc_import_compose", + "pdc_unretire_packages", + "pdc_update_critpath" ] [consumer_config.default]