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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/missing_device.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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 "@@@STEP_LOG_LINE@json.output@ \"processor\": \"processor\", @@@", 490 "@@@STEP_LOG_LINE@json.output@ \"processor\": \"processor\", @@@",
491 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@", 491 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@",
492 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @", 492 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @",
493 "@@@STEP_LOG_LINE@json.output@ }, @@@", 493 "@@@STEP_LOG_LINE@json.output@ }, @@@",
494 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@", 494 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@",
495 "@@@STEP_LOG_LINE@json.output@ \"Failure A\", @@@", 495 "@@@STEP_LOG_LINE@json.output@ \"Failure A\", @@@",
496 "@@@STEP_LOG_LINE@json.output@ \"Failure B\"@@@", 496 "@@@STEP_LOG_LINE@json.output@ \"Failure B\"@@@",
497 "@@@STEP_LOG_LINE@json.output@ ], @@@", 497 "@@@STEP_LOG_LINE@json.output@ ], @@@",
498 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 498 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
499 "@@@STEP_LOG_LINE@json.output@}@@@", 499 "@@@STEP_LOG_LINE@json.output@}@@@",
500 "@@@STEP_LOG_END@json.output@@@", 500 "@@@STEP_LOG_END@json.output@@@"
501 "@@@STEP_LOG_LINE@Failure A@Failure A@@@",
502 "@@@STEP_LOG_END@Failure A@@@",
503 "@@@STEP_LOG_LINE@Failure B@Failure B@@@",
504 "@@@STEP_LOG_END@Failure B@@@"
505 ] 501 ]
506 }, 502 },
507 { 503 {
508 "cmd": [ 504 "cmd": [
509 "python", 505 "python",
510 "-u", 506 "-u",
511 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", 507 "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
512 "list", 508 "list",
513 "--browser", 509 "--browser",
514 "android-chromium", 510 "android-chromium",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 "@@@STEP_LOG_END@python.inline@@@" 815 "@@@STEP_LOG_END@python.inline@@@"
820 ] 816 ]
821 }, 817 },
822 { 818 {
823 "name": "$result", 819 "name": "$result",
824 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe rf_test.foo') returned 87\",)]", 820 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe rf_test.foo') returned 87\",)]",
825 "recipe_result": null, 821 "recipe_result": null,
826 "status_code": 1 822 "status_code": 1
827 } 823 }
828 ] 824 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698