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

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

Powered by Google App Engine
This is Rietveld 408576698