poddlers / staging: disable poddlers that are spewing lots to log01 until they can be fixed
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
28c744658c
commit
db0e3dc08b
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,12 @@ 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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue