| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 "cmd": [ | 183 "cmd": [ |
| 184 "unzip", | 184 "unzip", |
| 185 "-o", | 185 "-o", |
| 186 "[SLAVE_BUILD]/src/out/build_product.zip" | 186 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 187 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]/src", | 188 "cwd": "[SLAVE_BUILD]/src", |
| 189 "name": "unzip_build_product" | 189 "name": "unzip_build_product" |
| 190 }, | 190 }, |
| 191 { | 191 { |
| 192 "cmd": [ | 192 "cmd": [ |
| 193 "python", | |
| 194 "-u", | |
| 195 "[SLAVE_BUILD]/src/build/symlink.py", | |
| 196 "-f", | |
| 197 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 198 "~/adb" | |
| 199 ], | |
| 200 "cwd": "[SLAVE_BUILD]", | |
| 201 "name": "create adb symlink" | |
| 202 }, | |
| 203 { | |
| 204 "cmd": [ | |
| 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 206 "--", | 194 "--", |
| 207 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 195 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 208 "[SLAVE_BUILD]/src/out/logcat" | 196 "[SLAVE_BUILD]/src/out/logcat" |
| 209 ], | 197 ], |
| 210 "cwd": "[SLAVE_BUILD]", | 198 "cwd": "[SLAVE_BUILD]", |
| 211 "env": { | 199 "env": { |
| 212 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 200 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 213 }, | 201 }, |
| 214 "name": "spawn_logcat_monitor" | 202 "name": "spawn_logcat_monitor" |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 681 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 694 "@@@STEP_LOG_END@python.inline@@@" | 682 "@@@STEP_LOG_END@python.inline@@@" |
| 695 ] | 683 ] |
| 696 }, | 684 }, |
| 697 { | 685 { |
| 698 "name": "$result", | 686 "name": "$result", |
| 699 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", | 687 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", |
| 700 "status_code": 1 | 688 "status_code": 1 |
| 701 } | 689 } |
| 702 ] | 690 ] |
| OLD | NEW |