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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 163 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
164 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 164 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
165 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 165 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
166 "@@@STEP_LOG_END@python.inline@@@" | 166 "@@@STEP_LOG_END@python.inline@@@" |
167 ] | 167 ] |
168 }, | 168 }, |
169 { | 169 { |
170 "cmd": [ | 170 "cmd": [ |
171 "python", | 171 "python", |
172 "-u", | 172 "-u", |
173 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 173 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
174 "--", | 174 "--", |
175 "[DEPOT_TOOLS]/gsutil.py", | 175 "[DEPOT_TOOLS]/gsutil.py", |
176 "--force-version", | 176 "--force-version", |
177 "4.7", | 177 "4.7", |
178 "----", | 178 "----", |
179 "cp", | 179 "cp", |
180 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", | 180 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", |
181 "[SLAVE_BUILD]/src/out/build_product.zip" | 181 "[SLAVE_BUILD]/src/out/build_product.zip" |
182 ], | 182 ], |
183 "cwd": "[SLAVE_BUILD]", | 183 "cwd": "[SLAVE_BUILD]", |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 { | 355 { |
356 "cmd": [ | 356 "cmd": [ |
357 "python", | 357 "python", |
358 "-u", | 358 "-u", |
359 "[BUILD]/scripts/slave/daemonizer.py", | 359 "[BUILD]/scripts/slave/daemonizer.py", |
360 "--action", | 360 "--action", |
361 "restart", | 361 "restart", |
362 "--pid-file-path", | 362 "--pid-file-path", |
363 "/tmp/device_monitor.pid", | 363 "/tmp/device_monitor.pid", |
364 "--", | 364 "--", |
365 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 365 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
366 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 366 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
367 "[\"07a00ca4\"]", | 367 "[\"07a00ca4\"]", |
368 "chromium.perf", | 368 "chromium.perf", |
369 "Android Nexus5 Perf (1)", | 369 "Android Nexus5 Perf (1)", |
370 "--blacklist-file", | 370 "--blacklist-file", |
371 "[SLAVE_BUILD]/src/out/bad_devices.json" | 371 "[SLAVE_BUILD]/src/out/bad_devices.json" |
372 ], | 372 ], |
373 "cwd": "[SLAVE_BUILD]", | 373 "cwd": "[SLAVE_BUILD]", |
374 "name": "spawn_device_monitor" | 374 "name": "spawn_device_monitor" |
375 }, | 375 }, |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
683 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 683 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
684 "@@@STEP_LOG_END@python.inline@@@" | 684 "@@@STEP_LOG_END@python.inline@@@" |
685 ] | 685 ] |
686 }, | 686 }, |
687 { | 687 { |
688 "name": "$result", | 688 "name": "$result", |
689 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 689 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
690 "status_code": 1 | 690 "status_code": 1 |
691 } | 691 } |
692 ] | 692 ] |
OLD | NEW |