| Index: scripts/slave/recipes/infra/git_hash_metric.py
|
| diff --git a/scripts/slave/recipes/infra/git_hash_metric.py b/scripts/slave/recipes/infra/git_hash_metric.py
|
| index 03d79d8f1d3e71f5387d8b0fbc5701cc26be8bb6..6787929628d5f1f642f35c1516fbdcebcf3e3eff 100644
|
| --- a/scripts/slave/recipes/infra/git_hash_metric.py
|
| +++ b/scripts/slave/recipes/infra/git_hash_metric.py
|
| @@ -21,6 +21,7 @@ def RunSteps(api):
|
| '--verbose',
|
| '--ts-mon-target-type=task',
|
| '--ts-mon-task-service-name=git_hash_metric',
|
| + '--ts-mon-task-job-name=default',
|
| ('--string=\'{"name":"repository/hash", '
|
| '"value": "%s", "repository": "%s"}\'' % (git_revision, repository)),
|
| ]
|
|
|