| 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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 "--release", | 472 "--release", |
| 473 "--verbose", | 473 "--verbose", |
| 474 "--steps", | 474 "--steps", |
| 475 "{\"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}", | 475 "{\"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}", |
| 476 "--blacklist-file", | 476 "--blacklist-file", |
| 477 "[SLAVE_BUILD]/src/out/bad_devices.json", | 477 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 478 "--collect-chartjson-data", | 478 "--collect-chartjson-data", |
| 479 "--max-battery-temp", | 479 "--max-battery-temp", |
| 480 "350", | 480 "350", |
| 481 "--known-devices-file", | 481 "--known-devices-file", |
| 482 "[BUILD]/site_config/.known_devices", | 482 "[HOME]/.android/known_devices.json", |
| 483 "--adb-path", | 483 "--adb-path", |
| 484 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 484 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 485 ], | 485 ], |
| 486 "cwd": "[SLAVE_BUILD]/src", | 486 "cwd": "[SLAVE_BUILD]/src", |
| 487 "env": { | 487 "env": { |
| 488 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 488 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 489 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 489 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 490 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 490 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 491 }, | 491 }, |
| 492 "name": "Sharded Perf Tests" | 492 "name": "Sharded Perf Tests" |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 725 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 726 "@@@STEP_LOG_END@python.inline@@@" | 726 "@@@STEP_LOG_END@python.inline@@@" |
| 727 ] | 727 ] |
| 728 }, | 728 }, |
| 729 { | 729 { |
| 730 "name": "$result", | 730 "name": "$result", |
| 731 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", | 731 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", |
| 732 "status_code": 1 | 732 "status_code": 1 |
| 733 } | 733 } |
| 734 ] | 734 ] |
| OLD | NEW |