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

Unified Diff: scripts/master/failures_notifier.py

Issue 2032043003: Revert of 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 ae4a561d9a972cad155ae0ea452d7faad0f2099f..49445e2c67ef66066883ca68a611714bd7709eb3 100644
--- a/scripts/master/failures_notifier.py
+++ b/scripts/master/failures_notifier.py
@@ -36,7 +36,7 @@
# TODO(timurrrr): Make recent_failures an optional argument.
# We might want to use one history object for a few
- # FailuresNotifiers (e.g. "ordinary" bots + some other set of bots)
+ # FailuresNotifiers (e.g. "ordinary" bots + Webkit bots on Memory FYI)
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