OLD | NEW |
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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 "--release", | 507 "--release", |
508 "--verbose", | 508 "--verbose", |
509 "--steps", | 509 "--steps", |
510 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 1, \"perf_dashboard_id\"
: \"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /
path/to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard
_id\": \"blink_perf.all\"}, \"blink_perf.dom\": {\"cmd\": \"/path/to/run_benchma
rk -v --upload-results blink_perf.dom\", \"device_affinity\": 1, \"perf_dashboar
d_id\": \"blink_perf.dom\"}}, \"version\": 2}", | 510 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 1, \"perf_dashboard_id\"
: \"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /
path/to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard
_id\": \"blink_perf.all\"}, \"blink_perf.dom\": {\"cmd\": \"/path/to/run_benchma
rk -v --upload-results blink_perf.dom\", \"device_affinity\": 1, \"perf_dashboar
d_id\": \"blink_perf.dom\"}}, \"version\": 2}", |
511 "--blacklist-file", | 511 "--blacklist-file", |
512 "[SLAVE_BUILD]/src/out/bad_devices.json", | 512 "[SLAVE_BUILD]/src/out/bad_devices.json", |
513 "--collect-chartjson-data", | 513 "--collect-chartjson-data", |
514 "--max-battery-temp", | 514 "--max-battery-temp", |
515 "350", | 515 "350", |
516 "--known-devices-file", | 516 "--known-devices-file", |
517 "[BUILD]/site_config/.known_devices", | 517 "[HOME]/.android/known_devices.json", |
518 "--adb-path", | 518 "--adb-path", |
519 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 519 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
520 ], | 520 ], |
521 "cwd": "[SLAVE_BUILD]/src", | 521 "cwd": "[SLAVE_BUILD]/src", |
522 "env": { | 522 "env": { |
523 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 523 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
524 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 524 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
525 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 525 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
526 }, | 526 }, |
527 "name": "Sharded Perf Tests" | 527 "name": "Sharded Perf Tests" |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 758 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
759 "@@@STEP_LOG_END@python.inline@@@" | 759 "@@@STEP_LOG_END@python.inline@@@" |
760 ] | 760 ] |
761 }, | 761 }, |
762 { | 762 { |
763 "name": "$result", | 763 "name": "$result", |
764 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 764 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
765 "status_code": 1 | 765 "status_code": 1 |
766 } | 766 } |
767 ] | 767 ] |
OLD | NEW |