Print link to the gradle test results as an annotation.
This should give us a link directly in the the bot main page popup
R=bak@google.com
Bug:
Change-Id: I18bac6eb54420a164ccba026ce32192fd2d41fe5
diff --git a/tools/test.py b/tools/test.py
index ba459e7..15ce4ae 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -68,6 +68,7 @@
utils.upload_html_to_cloud_storage(upload_dir, destination)
url = 'http://storage.googleapis.com/%s/%s/test/index.html' % (BUCKET, u_dir)
print 'Test results available at: %s' % url
+ print '@@@STEP_LINK@Test failures@%s@@@' % url
def Main():
(options, args) = ParseOptions()