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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/host_info_failure.json

Issue 2204643002: [Android] Add failures to results log line for Host Info step. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: [Android] Add failures to results log line for Host Info step. Created 4 years, 4 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@", 492 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@",
493 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @", 493 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @",
494 "@@@STEP_LOG_LINE@json.output@ }, @@@", 494 "@@@STEP_LOG_LINE@json.output@ }, @@@",
495 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@", 495 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@",
496 "@@@STEP_LOG_LINE@json.output@ \"Failure A\", @@@", 496 "@@@STEP_LOG_LINE@json.output@ \"Failure A\", @@@",
497 "@@@STEP_LOG_LINE@json.output@ \"Failure B\"@@@", 497 "@@@STEP_LOG_LINE@json.output@ \"Failure B\"@@@",
498 "@@@STEP_LOG_LINE@json.output@ ], @@@", 498 "@@@STEP_LOG_LINE@json.output@ ], @@@",
499 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 499 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
500 "@@@STEP_LOG_LINE@json.output@}@@@", 500 "@@@STEP_LOG_LINE@json.output@}@@@",
501 "@@@STEP_LOG_END@json.output@@@", 501 "@@@STEP_LOG_END@json.output@@@",
502 "@@@STEP_LOG_LINE@Failure A@Failure A@@@",
503 "@@@STEP_LOG_END@Failure A@@@",
504 "@@@STEP_LOG_LINE@Failure B@Failure B@@@",
505 "@@@STEP_LOG_END@Failure B@@@",
502 "@@@STEP_EXCEPTION@@@" 506 "@@@STEP_EXCEPTION@@@"
503 ] 507 ]
504 }, 508 },
505 { 509 {
506 "cmd": [ 510 "cmd": [
507 "python", 511 "python",
508 "-u", 512 "-u",
509 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", 513 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
510 "list", 514 "list",
511 "--browser", 515 "--browser",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 818 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
815 "@@@STEP_LOG_END@python.inline@@@" 819 "@@@STEP_LOG_END@python.inline@@@"
816 ] 820 ]
817 }, 821 },
818 { 822 {
819 "name": "$result", 823 "name": "$result",
820 "recipe_result": null, 824 "recipe_result": null,
821 "status_code": 0 825 "status_code": 0
822 } 826 }
823 ] 827 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698