(#fedora-fedmsg) ignore the spammiest of faf/abrt messages.
This commit is contained in:
parent
abad3e470e
commit
f3f76d518e
1 changed files with 4 additions and 1 deletions
|
@ -13,13 +13,16 @@ config = dict(
|
||||||
{% endif %}
|
{% endif %}
|
||||||
channel='fedora-fedmsg',
|
channel='fedora-fedmsg',
|
||||||
|
|
||||||
# Ignore some of the koji spamminess
|
|
||||||
filters=dict(
|
filters=dict(
|
||||||
topic=[
|
topic=[
|
||||||
|
# Ignore some of the koji spamminess
|
||||||
'buildsys.repo.init',
|
'buildsys.repo.init',
|
||||||
'buildsys.repo.done',
|
'buildsys.repo.done',
|
||||||
'buildsys.untag',
|
'buildsys.untag',
|
||||||
'buildsys.tag',
|
'buildsys.tag',
|
||||||
|
# And some of the FAF/ABRT spamminess
|
||||||
|
'faf.report.threshold1',
|
||||||
|
'faf.problem.threshold1',
|
||||||
],
|
],
|
||||||
body=[],
|
body=[],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue