From 8ccd03835692f32e997dee515c6e573f05a6e2ae Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 19 Apr 2021 14:12:28 +0200 Subject: [PATCH] toddlers: ignore the cockpit account as we do for a couple of others Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index efa779cb69..a879c43a84 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -91,7 +91,7 @@ dist_git_token = "private random string to change" email_overrides_file = "/etc/fedora-messaging/email_overrides.toml" # List of accounts we do not want to report about -ignorable_accounts = ["packagerbot", "zuul"] +ignorable_accounts = ["packagerbot", "zuul", "cockpit"] # Temp folder to use for toddlers temp files temp_folder = "/var/tmp"