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

Unified Diff: scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json

Issue 2397593003: analyze: send results to event_mon (Closed)
Patch Set: review Created 4 years, 2 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/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json
diff --git a/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json b/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json
index 8f125623eb9185bab9c7bc2cd3fe35bb32c36458..06bca85c3d125b08ad6bbc07b944b42d03b5bdc1 100644
--- a/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json
+++ b/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_compile_targets.json
@@ -111,6 +111,29 @@
},
{
"cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
+ "--show-path",
+ "python",
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
+ "--event-mon-run-type",
+ "test",
+ "--master-name",
+ "",
+ "--builder-name",
+ "",
+ "--build-id",
+ "",
+ "--analyze-input",
+ "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targets\": []}",
+ "--analyze-output",
+ "{\"compile_targets\": [\"bar\"], \"status\": \"Found dependency\", \"test_targets\": [\"foo\"]}"
+ ],
+ "name": "analyze report"
+ },
+ {
+ "cmd": [
"echo",
"Why hello, there."
],

Powered by Google App Engine
This is Rietveld 408576698