Commit ba1ddecc authored by Ben Joyce's avatar Ben Joyce Committed by Chromium LUCI CQ

Add test_name as tag to result_db.

Bug: 1157340
Change-Id: I8d261a7811e0c785080e2b80419ea8af98bf53d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585387Reviewed-by: default avatarChan Li <chanli@chromium.org>
Commit-Queue: benjamin joyce <bjoyce@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835857}
parent b041b27e
......@@ -91,6 +91,10 @@ class ResultSinkClient(object):
'expected': expected,
'status': status,
'summaryHtml': test_log_formatted,
'tags': [{
'key': 'test_name',
'value': test_id,
}],
'testId': test_id,
}
artifacts = artifacts or {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment