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

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: 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
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..05346951483770f7c1f088772d23152df5a009a6
--- /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",
+ "--gauge='{\"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
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698