OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 154 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
155 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 155 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
156 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 156 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
157 "@@@STEP_LOG_END@python.inline@@@" | 157 "@@@STEP_LOG_END@python.inline@@@" |
158 ] | 158 ] |
159 }, | 159 }, |
160 { | 160 { |
161 "cmd": [ | 161 "cmd": [ |
162 "python", | 162 "python", |
163 "-u", | 163 "-u", |
164 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 164 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
165 "--", | 165 "--", |
166 "[DEPOT_TOOLS]/gsutil.py", | 166 "[DEPOT_TOOLS]/gsutil.py", |
167 "--force-version", | 167 "--force-version", |
168 "4.7", | 168 "4.7", |
169 "----", | 169 "----", |
170 "cp", | 170 "cp", |
171 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", | 171 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", |
172 "[SLAVE_BUILD]/src/out/build_product.zip" | 172 "[SLAVE_BUILD]/src/out/build_product.zip" |
173 ], | 173 ], |
174 "cwd": "[SLAVE_BUILD]", | 174 "cwd": "[SLAVE_BUILD]", |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 { | 346 { |
347 "cmd": [ | 347 "cmd": [ |
348 "python", | 348 "python", |
349 "-u", | 349 "-u", |
350 "[BUILD]/scripts/slave/daemonizer.py", | 350 "[BUILD]/scripts/slave/daemonizer.py", |
351 "--action", | 351 "--action", |
352 "restart", | 352 "restart", |
353 "--pid-file-path", | 353 "--pid-file-path", |
354 "/tmp/device_monitor.pid", | 354 "/tmp/device_monitor.pid", |
355 "--", | 355 "--", |
356 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 356 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
357 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 357 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
358 "[\"07a00ca4\"]", | 358 "[\"07a00ca4\"]", |
359 "chromium.perf", | 359 "chromium.perf", |
360 "Android Nexus5 Perf (1)", | 360 "Android Nexus5 Perf (1)", |
361 "--blacklist-file", | 361 "--blacklist-file", |
362 "[SLAVE_BUILD]/src/out/bad_devices.json" | 362 "[SLAVE_BUILD]/src/out/bad_devices.json" |
363 ], | 363 ], |
364 "cwd": "[SLAVE_BUILD]", | 364 "cwd": "[SLAVE_BUILD]", |
365 "name": "spawn_device_monitor" | 365 "name": "spawn_device_monitor" |
366 }, | 366 }, |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 649 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
650 "@@@STEP_LOG_END@python.inline@@@" | 650 "@@@STEP_LOG_END@python.inline@@@" |
651 ] | 651 ] |
652 }, | 652 }, |
653 { | 653 { |
654 "name": "$result", | 654 "name": "$result", |
655 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", | 655 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", |
656 "status_code": 1 | 656 "status_code": 1 |
657 } | 657 } |
658 ] | 658 ] |
OLD | NEW |