| 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 "step returned non-zero exit code: 1", | 346 "step returned non-zero exit code: 1", |
| 347 "@@@STEP_EXCEPTION@@@" | 347 "@@@STEP_EXCEPTION@@@" |
| 348 ] | 348 ] |
| 349 }, | 349 }, |
| 350 { | 350 { |
| 351 "name": "$result", | 351 "name": "$result", |
| 352 "reason": "Infra Failure: Step('provision_devices') returned 1", | 352 "reason": "Infra Failure: Step('provision_devices') returned 1", |
| 353 "status_code": 1 | 353 "status_code": 1 |
| 354 } | 354 } |
| 355 ] | 355 ] |
| OLD | NEW |