small reporting change

This commit is contained in:
Jack Zampolin
2017-09-21 16:05:36 -07:00
parent 2f80c6b9cc
commit a91c52ccce

View File

@@ -1127,6 +1127,7 @@ def influx_write( influx_client, test_start, test_name, status ):
{
"measurement": "integration_tests",
"tags": {
"test_run": "{}-{}".format(git_branch, git_commit),
"git_branch": git_branch,
"git_commit": git_commit,
"status": status,