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

Unified Diff: scripts/slave/recipes/ios/try.expected/without_patch_failure.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/ios/try.expected/without_patch_failure.json
diff --git a/scripts/slave/recipes/ios/try.expected/without_patch_failure.json b/scripts/slave/recipes/ios/try.expected/without_patch_failure.json
index 7f0191da937cd0e43a1dc8914da5c3ea13942d63..f89cf975c4e835783c725ec283e41ebd22a46f4d 100644
--- a/scripts/slave/recipes/ios/try.expected/without_patch_failure.json
+++ b/scripts/slave/recipes/ios/try.expected/without_patch_failure.json
@@ -271,7 +271,32 @@
"~followup_annotations": [
"@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
"@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
- "@@@STEP_LOG_END@excluded_files@@@",
+ "@@@STEP_LOG_END@excluded_files@@@"
+ ]
+ },
+ {
+ "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.fake",
+ "--builder-name",
+ "ios",
+ "--build-id",
+ "0",
+ "--analyze-input",
+ "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\"foo.cc\"], \"test_targets\": [\"fake tests\"]}",
+ "--analyze-output",
+ "{\"status\": \"Analyze disabled: matched exclusion\"}"
+ ],
+ "name": "analyze report",
+ "~followup_annotations": [
"@@@STEP_LOG_LINE@analyze_details@{@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",

Powered by Google App Engine
This is Rietveld 408576698