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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/swarming_tests_skipped.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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va lue 1' fake gyp define 2='fake value 2'" 274 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va lue 1' fake gyp define 2='fake value 2'"
275 }, 275 },
276 "name": "analyze", 276 "name": "analyze",
277 "~followup_annotations": [ 277 "~followup_annotations": [
278 "@@@STEP_TEXT@No compile necessary@@@", 278 "@@@STEP_TEXT@No compile necessary@@@",
279 "@@@STEP_LOG_LINE@json.output@{@@@", 279 "@@@STEP_LOG_LINE@json.output@{@@@",
280 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 280 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
281 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 281 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
282 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 282 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
283 "@@@STEP_LOG_LINE@json.output@}@@@", 283 "@@@STEP_LOG_LINE@json.output@}@@@",
284 "@@@STEP_LOG_END@json.output@@@", 284 "@@@STEP_LOG_END@json.output@@@"
285 ]
286 },
287 {
288 "cmd": [
289 "python",
290 "-u",
291 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
292 "--show-path",
293 "python",
294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
295 "--event-mon-run-type",
296 "test",
297 "--master-name",
298 "tryserver.fake",
299 "--builder-name",
300 "ios-simulator-swarming",
301 "--build-id",
302 "0",
303 "--analyze-input",
304 "{\"additional_compile_targets\": [\"All\", \"fake test\"], \"files\": [\" foo.cc\"], \"test_targets\": [\"fake test\"]}",
305 "--analyze-output",
306 "{\"compile_targets\": [], \"status\": \"No dependency\", \"test_targets\" : []}"
307 ],
308 "name": "analyze report",
309 "~followup_annotations": [
285 "@@@STEP_LOG_LINE@analyze_details@{@@@", 310 "@@@STEP_LOG_LINE@analyze_details@{@@@",
286 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 311 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
287 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 312 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
288 "@@@STEP_LOG_LINE@analyze_details@ \"fake test\"@@@", 313 "@@@STEP_LOG_LINE@analyze_details@ \"fake test\"@@@",
289 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 314 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
290 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 315 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
291 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 316 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
292 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 317 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
293 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 318 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
294 "@@@STEP_LOG_LINE@analyze_details@ \"fake test\"@@@", 319 "@@@STEP_LOG_LINE@analyze_details@ \"fake test\"@@@",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 { 503 {
479 "cmd": [], 504 "cmd": [],
480 "name": "trigger" 505 "name": "trigger"
481 }, 506 },
482 { 507 {
483 "name": "$result", 508 "name": "$result",
484 "recipe_result": null, 509 "recipe_result": null,
485 "status_code": 0 510 "status_code": 0
486 } 511 }
487 ] 512 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698