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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 391 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
392 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 392 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
393 "[\"07a00ca4\"]", | 393 "[\"07a00ca4\"]", |
394 "--blacklist-file", | 394 "--blacklist-file", |
395 "[SLAVE_BUILD]/src/out/bad_devices.json" | 395 "[SLAVE_BUILD]/src/out/bad_devices.json" |
396 ], | 396 ], |
397 "name": "spawn_device_monitor" | 397 "name": "spawn_device_monitor" |
398 }, | 398 }, |
399 { | 399 { |
400 "cmd": [ | 400 "cmd": [ |
| 401 "python", |
| 402 "-u", |
| 403 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 404 "[SLAVE_BUILD]/src/chrome/VERSION", |
| 405 "/path/to/tmp/" |
| 406 ], |
| 407 "name": "get version" |
| 408 }, |
| 409 { |
| 410 "cmd": [ |
401 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 411 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
402 "ChromePublic.apk", | 412 "ChromePublic.apk", |
403 "-v", | 413 "-v", |
404 "--blacklist-file", | 414 "--blacklist-file", |
405 "[SLAVE_BUILD]/src/out/bad_devices.json", | 415 "[SLAVE_BUILD]/src/out/bad_devices.json", |
406 "--adb-path", | 416 "--adb-path", |
407 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 417 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
408 "--release" | 418 "--release" |
409 ], | 419 ], |
410 "env": { | 420 "env": { |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
740 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 750 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
741 "@@@STEP_LOG_END@python.inline@@@" | 751 "@@@STEP_LOG_END@python.inline@@@" |
742 ] | 752 ] |
743 }, | 753 }, |
744 { | 754 { |
745 "name": "$result", | 755 "name": "$result", |
746 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 756 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
747 "status_code": 1 | 757 "status_code": 1 |
748 } | 758 } |
749 ] | 759 ] |
OLD | NEW |