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

Unified Diff: scripts/slave/recipes/infra/git_hash_metric.py

Issue 1921943007: git_hash_metric: added missing ts_mon option (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | scripts/slave/recipes/infra/git_hash_metric.expected/infra.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)),
]
« no previous file with comments | « no previous file | scripts/slave/recipes/infra/git_hash_metric.expected/infra.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698