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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/invalid_results.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 { 315 {
316 "cmd": [ 316 "cmd": [
317 "python", 317 "python",
318 "-u", 318 "-u",
319 "import sys; sys.exit(0)" 319 "import sys; sys.exit(0)"
320 ], 320 ],
321 "name": "analyze", 321 "name": "analyze",
322 "~followup_annotations": [ 322 "~followup_annotations": [
323 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 323 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
324 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 324 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
325 "@@@STEP_LOG_END@excluded_files@@@", 325 "@@@STEP_LOG_END@excluded_files@@@"
326 ]
327 },
328 {
329 "cmd": [
330 "python",
331 "-u",
332 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
333 "--show-path",
334 "python",
335 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
336 "--event-mon-run-type",
337 "test",
338 "--master-name",
339 "tryserver.chromium.linux",
340 "--builder-name",
341 "linux_chromium_rel_ng",
342 "--build-id",
343 "571",
344 "--analyze-input",
345 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": [\"base_unittests\"]}",
346 "--analyze-output",
347 "{\"status\": \"Analyze disabled: matched exclusion\"}"
348 ],
349 "name": "analyze report",
350 "~followup_annotations": [
326 "@@@STEP_LOG_LINE@analyze_details@{@@@", 351 "@@@STEP_LOG_LINE@analyze_details@{@@@",
327 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 352 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
328 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 353 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
329 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 354 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
330 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 355 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
331 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 356 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
332 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 357 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
333 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 358 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
334 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 359 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
335 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 360 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 733 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
709 ] 734 ]
710 }, 735 },
711 { 736 {
712 "name": "$result", 737 "name": "$result",
713 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 738 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
714 "recipe_result": null, 739 "recipe_result": null,
715 "status_code": 1 740 "status_code": 1
716 } 741 }
717 ] 742 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698