| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Nexus5 Perf", | 10 "Android Nexus5 Perf", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 120 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 121 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 121 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 122 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 122 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 123 "@@@STEP_LOG_END@python.inline@@@" | 123 "@@@STEP_LOG_END@python.inline@@@" |
| 124 ] | 124 ] |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 "cmd": [ | 127 "cmd": [ |
| 128 "python", | 128 "python", |
| 129 "-u", | 129 "-u", |
| 130 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", | 130 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 131 "--", | 131 "--", |
| 132 "[DEPOT_TOOLS]/gsutil.py", | 132 "[DEPOT_TOOLS]/gsutil.py", |
| 133 "--force-version", | 133 "--force-version", |
| 134 "4.7", | 134 "4.7", |
| 135 "--", | 135 "--", |
| 136 "cp", | 136 "cp", |
| 137 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", | 137 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", |
| 138 "[SLAVE_BUILD]/src/out/build_product.zip" | 138 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 139 ], | 139 ], |
| 140 "name": "gsutil download_build_product" | 140 "name": "gsutil download_build_product" |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 "step returned non-zero exit code: 1", | 218 "step returned non-zero exit code: 1", |
| 219 "@@@STEP_EXCEPTION@@@" | 219 "@@@STEP_EXCEPTION@@@" |
| 220 ] | 220 ] |
| 221 }, | 221 }, |
| 222 { | 222 { |
| 223 "name": "$final_result", | 223 "name": "$final_result", |
| 224 "reason": "Infra Failure: Step('provision_devices') returned 1", | 224 "reason": "Infra Failure: Step('provision_devices') returned 1", |
| 225 "status_code": 1 | 225 "status_code": 1 |
| 226 } | 226 } |
| 227 ] | 227 ] |
| OLD | NEW |