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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/src_side_script_fails.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: 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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 "@@@STEP_LOG_LINE@json.output@ \"processor\": \"processor\", @@@", 499 "@@@STEP_LOG_LINE@json.output@ \"processor\": \"processor\", @@@",
500 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@", 500 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@",
501 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @", 501 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @",
502 "@@@STEP_LOG_LINE@json.output@ }, @@@", 502 "@@@STEP_LOG_LINE@json.output@ }, @@@",
503 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@", 503 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@",
504 "@@@STEP_LOG_LINE@json.output@ \"Failure A\", @@@", 504 "@@@STEP_LOG_LINE@json.output@ \"Failure A\", @@@",
505 "@@@STEP_LOG_LINE@json.output@ \"Failure B\"@@@", 505 "@@@STEP_LOG_LINE@json.output@ \"Failure B\"@@@",
506 "@@@STEP_LOG_LINE@json.output@ ], @@@", 506 "@@@STEP_LOG_LINE@json.output@ ], @@@",
507 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 507 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
508 "@@@STEP_LOG_LINE@json.output@}@@@", 508 "@@@STEP_LOG_LINE@json.output@}@@@",
509 "@@@STEP_LOG_END@json.output@@@", 509 "@@@STEP_LOG_END@json.output@@@"
510 "@@@STEP_LOG_LINE@Failure A@Failure A@@@",
511 "@@@STEP_LOG_END@Failure A@@@",
512 "@@@STEP_LOG_LINE@Failure B@Failure B@@@",
513 "@@@STEP_LOG_END@Failure B@@@"
514 ] 510 ]
515 }, 511 },
516 { 512 {
517 "cmd": [ 513 "cmd": [
518 "python", 514 "python",
519 "-u", 515 "-u",
520 "[SLAVE_BUILD]/src/testing/scripts/host_info.py", 516 "[SLAVE_BUILD]/src/testing/scripts/host_info.py",
521 "--build-config-fs", 517 "--build-config-fs",
522 "Release", 518 "Release",
523 "--paths", 519 "--paths",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 "@@@STEP_LOG_END@python.inline@@@" 848 "@@@STEP_LOG_END@python.inline@@@"
853 ] 849 ]
854 }, 850 },
855 { 851 {
856 "name": "$result", 852 "name": "$result",
857 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]", 853 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]",
858 "recipe_result": null, 854 "recipe_result": null,
859 "status_code": 1 855 "status_code": 1
860 } 856 }
861 ] 857 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698