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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "env": { 325 "env": {
326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
327 }, 327 },
328 "name": "analyze", 328 "name": "analyze",
329 "~followup_annotations": [ 329 "~followup_annotations": [
330 "@@@STEP_LOG_LINE@json.output@{@@@", 330 "@@@STEP_LOG_LINE@json.output@{@@@",
331 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 331 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
332 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 332 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
333 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 333 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
334 "@@@STEP_LOG_LINE@json.output@}@@@", 334 "@@@STEP_LOG_LINE@json.output@}@@@",
335 "@@@STEP_LOG_END@json.output@@@", 335 "@@@STEP_LOG_END@json.output@@@"
336 ]
337 },
338 {
339 "cmd": [
340 "python",
341 "-u",
342 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
343 "--show-path",
344 "python",
345 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
346 "--event-mon-run-type",
347 "test",
348 "--master-name",
349 "tryserver.chromium.linux",
350 "--builder-name",
351 "linux_chromium_rel_ng",
352 "--build-id",
353 "571",
354 "--analyze-input",
355 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}",
356 "--analyze-output",
357 "{\"compile_targets\": [], \"status\": \"Found dependency\", \"test_target s\": []}"
358 ],
359 "name": "analyze report",
360 "~followup_annotations": [
336 "@@@STEP_LOG_LINE@analyze_details@{@@@", 361 "@@@STEP_LOG_LINE@analyze_details@{@@@",
337 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 362 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
338 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 363 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
339 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 364 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
340 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 365 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
341 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 366 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
342 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 367 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
343 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", 368 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
344 "@@@STEP_LOG_LINE@analyze_details@}@@@", 369 "@@@STEP_LOG_LINE@analyze_details@}@@@",
345 "@@@STEP_LOG_END@analyze_details@@@" 370 "@@@STEP_LOG_END@analyze_details@@@"
346 ] 371 ]
347 }, 372 },
348 { 373 {
349 "cmd": [ 374 "cmd": [
350 "python", 375 "python",
351 "-u", 376 "-u",
352 "import sys; sys.exit(0)" 377 "import sys; sys.exit(0)"
353 ], 378 ],
354 "name": "mark: before_tests" 379 "name": "mark: before_tests"
355 }, 380 },
356 { 381 {
357 "name": "$result", 382 "name": "$result",
358 "recipe_result": null, 383 "recipe_result": null,
359 "status_code": 0 384 "status_code": 0
360 } 385 }
361 ] 386 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698