From db0e3dc08b6cd696714ab360de693c8437ea8048 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 22 Nov 2024 10:22:35 -0800 Subject: [PATCH] poddlers / staging: disable poddlers that are spewing lots to log01 until they can be fixed Signed-off-by: Kevin Fenzi --- .../openshift-apps/poddlers/templates/fedora-messaging.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml index af6986eb13..fe2a142ee5 100644 --- a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml @@ -49,6 +49,12 @@ blocked_toddlers = [ "pdc_import_compose", "pdc_unretire_packages", "pdc_update_critpath", +{% if env == "staging" %} + "flag_commit_build", + "distgit-bugzilla-sync", + "clean-retired-packages", + "koji-block-retired", +{% endif %} ] [consumer_config.default]