Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: scripts/master/failures_notifier.py

Issue 2010953002: Change chromium.memory.fyi to chromium.memory.full (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix file names as well Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/master/failures_notifier.py
diff --git a/scripts/master/failures_notifier.py b/scripts/master/failures_notifier.py
index 49445e2c67ef66066883ca68a611714bd7709eb3..ae4a561d9a972cad155ae0ea452d7faad0f2099f 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 + some other set of bots)
self.recent_failures = failures_history.FailuresHistory(
expiration_time=12*3600, size_limit=1000)

Powered by Google App Engine
This is Rietveld 408576698