| 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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 "--release" | 430 "--release" |
| 431 ], | 431 ], |
| 432 "env": { | 432 "env": { |
| 433 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 433 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 434 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 434 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 435 }, | 435 }, |
| 436 "name": "install ChromePublic.apk" | 436 "name": "install ChromePublic.apk" |
| 437 }, | 437 }, |
| 438 { | 438 { |
| 439 "cmd": [ | 439 "cmd": [ |
| 440 "[SLAVE_BUILD]/src/testing/scripts/host_info.py", |
| 441 "--build-config-fs", |
| 442 "Release", |
| 443 "--paths", |
| 444 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
| 445 "--properties", |
| 446 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}", |
| 447 "run", |
| 448 "--output", |
| 449 "/path/to/tmp/json" |
| 450 ], |
| 451 "env": { |
| 452 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 453 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 454 }, |
| 455 "name": "Host_Info", |
| 456 "~followup_annotations": [ |
| 457 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 458 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 459 ] |
| 460 }, |
| 461 { |
| 462 "cmd": [ |
| 440 "python", | 463 "python", |
| 441 "-u", | 464 "-u", |
| 442 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 465 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| 443 "list", | 466 "list", |
| 444 "--browser", | 467 "--browser", |
| 445 "android-chromium", | 468 "android-chromium", |
| 446 "--json-output", | 469 "--json-output", |
| 447 "/path/to/tmp/json", | 470 "/path/to/tmp/json", |
| 448 "--num-shards", | 471 "--num-shards", |
| 449 "21", | 472 "21", |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 "@@@STEP_LOG_END@python.inline@@@" | 773 "@@@STEP_LOG_END@python.inline@@@" |
| 751 ] | 774 ] |
| 752 }, | 775 }, |
| 753 { | 776 { |
| 754 "name": "$result", | 777 "name": "$result", |
| 755 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", | 778 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", |
| 756 "recipe_result": null, | 779 "recipe_result": null, |
| 757 "status_code": 1 | 780 "status_code": 1 |
| 758 } | 781 } |
| 759 ] | 782 ] |
| OLD | NEW |