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

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: 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
« no previous file with comments | « masters/master.chromium/templates/announce.html ('k') | scripts/slave/bot_update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « masters/master.chromium/templates/announce.html ('k') | scripts/slave/bot_update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698