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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_test_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 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 { 320 {
321 "cmd": [ 321 "cmd": [
322 "python", 322 "python",
323 "-u", 323 "-u",
324 "import sys; sys.exit(0)" 324 "import sys; sys.exit(0)"
325 ], 325 ],
326 "name": "analyze", 326 "name": "analyze",
327 "~followup_annotations": [ 327 "~followup_annotations": [
328 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 328 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
329 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 329 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
330 "@@@STEP_LOG_END@excluded_files@@@", 330 "@@@STEP_LOG_END@excluded_files@@@"
331 ]
332 },
333 {
334 "cmd": [
335 "python",
336 "-u",
337 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
338 "--show-path",
339 "python",
340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
341 "--event-mon-run-type",
342 "test",
343 "--master-name",
344 "tryserver.chromium.linux",
345 "--builder-name",
346 "linux_chromium_rel_ng",
347 "--build-id",
348 "571",
349 "--analyze-input",
350 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": [\"gl_tests\", \"gl_tests_run\"]}",
351 "--analyze-output",
352 "{\"status\": \"Analyze disabled: matched exclusion\"}"
353 ],
354 "name": "analyze report",
355 "~followup_annotations": [
331 "@@@STEP_LOG_LINE@analyze_details@{@@@", 356 "@@@STEP_LOG_LINE@analyze_details@{@@@",
332 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 357 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
333 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 358 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
334 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 359 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
335 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 360 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
336 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", 361 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
337 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests\", @@@", 362 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests\", @@@",
338 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\"@@@", 363 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\"@@@",
339 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 364 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
340 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 365 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@" 1079 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@"
1055 ] 1080 ]
1056 }, 1081 },
1057 { 1082 {
1058 "name": "$result", 1083 "name": "$result",
1059 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1", 1084 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1",
1060 "recipe_result": null, 1085 "recipe_result": null,
1061 "status_code": 1 1086 "status_code": 1
1062 } 1087 }
1063 ] 1088 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698