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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.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_clobber", 7 "[BUILDER_CACHE]/linux_clobber",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "name": "analyze", 318 "name": "analyze",
319 "~followup_annotations": [ 319 "~followup_annotations": [
320 "@@@STEP_LOG_LINE@json.output@{@@@", 320 "@@@STEP_LOG_LINE@json.output@{@@@",
321 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", 321 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@",
322 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", 322 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@",
323 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", 323 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@",
324 "@@@STEP_LOG_LINE@json.output@ ], @@@", 324 "@@@STEP_LOG_LINE@json.output@ ], @@@",
325 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 325 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
326 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 326 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
327 "@@@STEP_LOG_LINE@json.output@}@@@", 327 "@@@STEP_LOG_LINE@json.output@}@@@",
328 "@@@STEP_LOG_END@json.output@@@", 328 "@@@STEP_LOG_END@json.output@@@"
329 ]
330 },
331 {
332 "cmd": [
333 "python",
334 "-u",
335 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
336 "--show-path",
337 "python",
338 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
339 "--event-mon-run-type",
340 "test",
341 "--master-name",
342 "tryserver.chromium.linux",
343 "--builder-name",
344 "linux_chromium_clobber_rel_ng",
345 "--build-id",
346 "571",
347 "--analyze-input",
348 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": []}",
349 "--analyze-output",
350 "{\"compile_targets\": [\"base_unittests\", \"net_unittests\"], \"status\" : \"Found dependency\", \"test_targets\": []}"
351 ],
352 "name": "analyze report",
353 "~followup_annotations": [
329 "@@@STEP_LOG_LINE@analyze_details@{@@@", 354 "@@@STEP_LOG_LINE@analyze_details@{@@@",
330 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 355 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
331 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 356 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
332 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 357 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
333 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", 358 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
334 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 359 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
335 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 360 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
336 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 361 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
337 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", 362 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
338 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 363 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "import sys; sys.exit(0)" 457 "import sys; sys.exit(0)"
433 ], 458 ],
434 "name": "mark: before_tests" 459 "name": "mark: before_tests"
435 }, 460 },
436 { 461 {
437 "name": "$result", 462 "name": "$result",
438 "recipe_result": null, 463 "recipe_result": null,
439 "status_code": 0 464 "status_code": 0
440 } 465 }
441 ] 466 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698