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

Unified Diff: scripts/slave/recipes/infra/git_hash_metric.expected/infra.json

Issue 1880343003: Added git-hash-metrics builder and recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fixed presubmit errors 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 | « scripts/slave/recipes/infra/git_hash_metric.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/infra/git_hash_metric.expected/infra.json
diff --git a/scripts/slave/recipes/infra/git_hash_metric.expected/infra.json b/scripts/slave/recipes/infra/git_hash_metric.expected/infra.json
new file mode 100644
index 0000000000000000000000000000000000000000..ffde2ef75893789ae75cc11cfb6db057f264738b
--- /dev/null
+++ b/scripts/slave/recipes/infra/git_hash_metric.expected/infra.json
@@ -0,0 +1,21 @@
+[
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "/opt/infra-python/run.py",
+ "infra.tools.send_ts_mon_values",
+ "--verbose",
+ "--ts-mon-target-type=task",
+ "--ts-mon-task-service-name=git_hash_metric",
+ "--string='{\"name\":\"repository/hash\", \"value\": \"deadbeefdeadbeefdeadbeefdeadbeefdeadbeef\", \"repository\": \"https://chromium.googlesource.com/infra/infra\"}'"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "send hash to ts_mon"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]
« no previous file with comments | « scripts/slave/recipes/infra/git_hash_metric.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698