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

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

Powered by Google App Engine
This is Rietveld 408576698