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": [ |
193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
194 "--", | 206 "--", |
195 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 207 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
196 "[SLAVE_BUILD]/src/out/logcat" | 208 "[SLAVE_BUILD]/src/out/logcat" |
197 ], | 209 ], |
198 "cwd": "[SLAVE_BUILD]", | 210 "cwd": "[SLAVE_BUILD]", |
199 "env": { | 211 "env": { |
200 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 212 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
201 }, | 213 }, |
202 "name": "spawn_logcat_monitor" | 214 "name": "spawn_logcat_monitor" |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 693 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
682 "@@@STEP_LOG_END@python.inline@@@" | 694 "@@@STEP_LOG_END@python.inline@@@" |
683 ] | 695 ] |
684 }, | 696 }, |
685 { | 697 { |
686 "name": "$result", | 698 "name": "$result", |
687 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", | 699 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", |
688 "status_code": 1 | 700 "status_code": 1 |
689 } | 701 } |
690 ] | 702 ] |
OLD | NEW |