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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_finds_invalid_target.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/recipes/chromium_trybot.expected/analyze_finds_invalid_target.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/analyze_finds_invalid_target.json b/scripts/slave/recipes/chromium_trybot.expected/analyze_finds_invalid_target.json
index e1902ce7a43a7a47f74b2efa988f707fb6921743..80d430f63c8d3531aeb1c592045e3ed5c9e1177c 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/analyze_finds_invalid_target.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/analyze_finds_invalid_target.json
@@ -346,6 +346,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",
+ "tryserver.chromium.linux",
+ "--builder-name",
+ "linux_chromium_rel_ng",
+ "--build-id",
+ "571",
+ "--analyze-input",
+ "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": [\"base_unittests\"]}",
+ "--analyze-output",
+ "{\"invalid_targets\": [\"invalid target\", \"another one\"]}"
+ ],
+ "name": "analyze report"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"import sys; sys.exit(0)"
],
"name": "mark: before_tests",

Powered by Google App Engine
This is Rietveld 408576698