Update poddlers with the latest changes in toddlers

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-12-10 09:08:34 +01:00
parent 3bb1fbe254
commit 266a942b49
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -49,12 +49,6 @@ blocked_toddlers = [
"pdc_import_compose", "pdc_import_compose",
"pdc_unretire_packages", "pdc_unretire_packages",
"pdc_update_critpath", "pdc_update_critpath",
{% if env == "staging" %}
"flag_commit_build",
"distgit-bugzilla-sync",
"clean-retired-packages",
"koji-block-retired",
{% endif %}
] ]
[consumer_config.default] [consumer_config.default]
@ -70,11 +64,10 @@ blocked_toddlers = [
# Configuration used when sending notifications: # Configuration used when sending notifications:
mail_server = "bastion.fedoraproject.org"
{% if env == "staging" %} {% if env == "staging" %}
mail_server = "bastion.stg.fedoraproject.org"
admin_email = "admin@stg.fedoraproject.org" admin_email = "admin@stg.fedoraproject.org"
{% else %} {% else %}
mail_server = "bastion.fedoraproject.org"
admin_email = "admin@fedoraproject.org" admin_email = "admin@fedoraproject.org"
{% endif %} {% endif %}
@ -424,12 +417,12 @@ formatter = "simple"
stream = "ext://sys.stdout" stream = "ext://sys.stdout"
[log_config.loggers.fedora_messaging] [log_config.loggers.fedora_messaging]
level = "DEBUG" level = "INFO"
propagate = false propagate = false
handlers = ["console"] handlers = ["console"]
[log_config.loggers.twisted] [log_config.loggers.twisted]
level = "DEBUG" level = "INFO"
propagate = false propagate = false
handlers = ["console"] handlers = ["console"]