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

Unified Diff: scripts/common/annotator.py

Issue 22449006: Second attempt at adding archive_layout_test_results to the blink trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix archive_layout_tests to take gs-bucket Created 7 years, 4 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/common/annotator.py
diff --git a/scripts/common/annotator.py b/scripts/common/annotator.py
index 445f54d5cb97e88f69319affba2f474767cb6606..fd4bf1b00ecdbc1a13798f5f0a19ac6d4d744657 100755
--- a/scripts/common/annotator.py
+++ b/scripts/common/annotator.py
@@ -78,6 +78,9 @@ class StepCommands(object):
def step_log_end_perf(self, logname, perf):
self.emit('@@@STEP_LOG_END_PERF@%s@%s@@@' % (logname, perf))
+ def step_link(self, label, url):
+ self.emit('@@@STEP_LINK@%s@%s@@@' % (label, url))
+
def write_log_lines(self, logname, lines, perf=None):
if logname in self.emitted_logs:
raise ValueError('Log %s has been emitted multiple times.' % logname)
« no previous file with comments | « no previous file | scripts/common/unittests/annotator_test.py » ('j') | scripts/slave/chromium/archive_layout_test_results.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698