Chromium Code Reviews| Index: scripts/master/failures_notifier.py |
| diff --git a/scripts/master/failures_notifier.py b/scripts/master/failures_notifier.py |
| index 49445e2c67ef66066883ca68a611714bd7709eb3..aec27f3eb8c917c8cbd10bee398eaa6d688e7a2a 100644 |
| --- a/scripts/master/failures_notifier.py |
| +++ b/scripts/master/failures_notifier.py |
| @@ -36,7 +36,7 @@ class FailuresNotifier(chromium_notifier.ChromiumNotifier): |
| # TODO(timurrrr): Make recent_failures an optional argument. |
| # We might want to use one history object for a few |
| - # FailuresNotifiers (e.g. "ordinary" bots + Webkit bots on Memory FYI) |
| + # FailuresNotifiers (e.g. "ordinary" bots + Webkit bots on Memory Full) |
|
Lei Zhang
2016/05/26 19:25:53
We don't have webkit bots anymore.
benwells
2016/05/31 08:22:37
OK ... I changed this comment to something that ho
|
| self.recent_failures = failures_history.FailuresHistory( |
| expiration_time=12*3600, size_limit=1000) |