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

Unified Diff: scripts/master/chromium_step.py

Issue 2050703003: Add CURRENT_TIMESTAMP annotation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: updated comment Created 4 years, 6 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 | « scripts/common/unittests/annotator_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/chromium_step.py
diff --git a/scripts/master/chromium_step.py b/scripts/master/chromium_step.py
index 7294981f3a6c37200f964512a4e3ffc9913c96ec..67e9afc36b86a9d9a2aee92762e80ebf996fd930 100644
--- a/scripts/master/chromium_step.py
+++ b/scripts/master/chromium_step.py
@@ -1275,6 +1275,9 @@ class AnnotationObserver(buildstep.LogLineObserver):
except Exception as ex:
handle_exception(ex)
+ def CURRENT_TIMESTAMP(self, duration):
+ """Does nothing because buildbot master receives logs in real-time."""
+
@staticmethod
def getPropertiesForTriggeredBuild(current_properties, new_properties):
props = {
« no previous file with comments | « scripts/common/unittests/annotator_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698